Skip to content

githufsb/markwiki

 
 

Repository files navigation

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

About

A simple wiki using Markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 69.9%
  • HTML 25.3%
  • CSS 3.5%
  • Other 1.3%