From afc63f20236c18f933b3178a60650cc333d8bd50 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 7 Jun 2018 16:57:47 -0400 Subject: [PATCH] add code of conduct --- wiki/index.php | 8 +-- wiki/pages/advanced-ssh.md | 2 +- wiki/pages/code-of-conduct.md | 98 +++++++++++++++++++++++++++++++++++ wiki/pages/goals-roadmap.md | 10 ++-- wiki/pages/manifesto.md | 9 ++++ 5 files changed, 118 insertions(+), 9 deletions(-) create mode 100644 wiki/pages/code-of-conduct.md create mode 100644 wiki/pages/manifesto.md diff --git a/wiki/index.php b/wiki/index.php index 3f89205..075ac7d 100644 --- a/wiki/index.php +++ b/wiki/index.php @@ -27,11 +27,13 @@ foreach (glob("pages/*.md") as $page) { } else { // show a single page ?> -

< ~wiki

+ < ~wiki
- parse(file_get_contents("pages/{$_GET['page']}.md"))->getContent()?> + parse(file_get_contents("pages/{$_GET['page']}.md"))->getContent()?>
- .md"> source + .md"> + source +