File cleanup, and slight mods to wiki.php

This commit is contained in:
Ubergeek 2019-06-28 22:48:19 +00:00
parent 7d6c4cad11
commit 5d7c77ae25
6 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,6 @@
---
# Main Page # Main Page
* [SSH and keys](ssh) * [SSH and keys](ssh)
* [Email](email) * [Email](email)
* [Sandbox Page](sandbox)
--- ---
* [Sandbox Page](sandbox)

View File

View File

@ -1,2 +1 @@
---
All content in this wiki is under the CC-By-SA 4.0 or later license. All content in this wiki is under the CC-By-SA 4.0 or later license.

View File

View File

View File

@ -13,7 +13,9 @@ print "<html>
</head> </head>
<body>"; <body>";
echo ( shell_exec("/usr/bin/pandoc includes/header.md") ); echo ( shell_exec("/usr/bin/pandoc includes/header.md") );
print "<hr/>";
echo ( shell_exec("/usr/bin/pandoc articles/$page.md") ); echo ( shell_exec("/usr/bin/pandoc articles/$page.md") );
print "<hr/>";
echo ( shell_exec("/usr/bin/pandoc includes/footer.md") ); echo ( shell_exec("/usr/bin/pandoc includes/footer.md") );
print " </body> print " </body>