A simple cms/wiki based on markdown.
Go to file
Ubergeek 514a3018bf Initial Code Push 2019-07-01 01:18:23 +00:00
articles Initial Code Push 2019-07-01 01:18:23 +00:00
includes Initial Code Push 2019-07-01 01:18:23 +00:00
.htaccess Initial Code Push 2019-07-01 01:18:23 +00:00
LICENSE.md Initial Code Push 2019-07-01 01:18:23 +00:00
README.md Initial Code Push 2019-07-01 01:18:23 +00:00
config.php Initial Code Push 2019-07-01 01:18:23 +00:00
wiki.php Initial Code Push 2019-07-01 01:18:23 +00:00

README.md

Wiki.php

Wiki.php is a simple cms/wiki script. You can see it in use here:

Installation

Installation is really only a couple of steps:

1 Clone down the repo 2 Edit config.php. The values are pretty self-explantory, but there's also comments explaining 3 Edit includes/header.md, includes/footer.php, and includes/sidebar.md

Once that's all set, you can start editing articles. Main.md is always the landing page.

Directory Structure

./ <-- Doc root ./wiki.php <-- main code ./media <-- Images and such. Files here do get get hit by the rewrite rule ./articles <-- All of your site's content ./includes <-- Support files that make up the layout /header.md <-- site header /footer.md <-- site footer /sidebar.mb <-- site sidebar ./config.php <-- Site configuration file

Support

Open an issue at (ubergeek/wiki.php)[https://www.tildegit.org/ubergeek/wiki.php). PRs are also welcomed!