markwiki
markwiki copied to clipboard
:warning: UNMAINTAINED: A simple wiki using Markdown
MarkWiki
A simple wiki using Markdown
The user documentation for MarkWiki is at http://pythonhosted.org/MarkWiki/.
Design Goal
MarkWiki should be as simple as possible to set up. A basic working configuration should never need more than two steps.
- Install.
- Start.
Why? MarkWiki is aimed at teams that want a no fuss, no frills wiki. Simplicity trumps features.
Contributing
Fork MarkWiki on GitHub and submit a pull request when you're ready.
Additional guidance is available in the developer documentation at Read the Docs.
Running MarkWiki
Users
From a command line, run:
$ pip install MarkWiki
$ markwiki
Developers
From the project's root directory, run:
$ python setup.py develop
$ markwiki