MarkWiki

A simple wiki using Markdown


License
BSD-3-Clause
Install
pip install MarkWiki==1.4

Documentation

MarkWiki

PyPI version Downloads Build Status

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.

  1. Install.
  2. 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