# markwiki **Repository Path**: mirrors_eseifert/markwiki ## Basic Information - **Project Name**: markwiki - **Description**: A simple wiki using Markdown - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MarkWiki ======== [![PyPI version][fury]](https://pypi.python.org/pypi/MarkWiki) [![Downloads][shield]](https://pypi.python.org/pypi/MarkWiki) [![Build Status][travis]](https://travis-ci.org/mblayman/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. 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][rtd]. Running MarkWiki ---------------- ### Users From a command line, run: ```bash $ pip install MarkWiki $ markwiki ``` ### Developers From the project's root directory, run: ```bash $ python setup.py develop $ markwiki ``` [fury]: https://badge.fury.io/py/MarkWiki.png [shield]: https://img.shields.io/pypi/dm/MarkWiki.svg [travis]: https://travis-ci.org/mblayman/markwiki.png?branch=master [rtd]: http://markwiki.readthedocs.org/en/latest/contribute.html