Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokeshu/mynus
Mynus, the minimalist wiki
https://github.com/tokeshu/mynus
Last synced: about 2 months ago
JSON representation
Mynus, the minimalist wiki
- Host: GitHub
- URL: https://github.com/tokeshu/mynus
- Owner: tOkeshu
- License: agpl-3.0
- Created: 2012-10-16T22:12:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-16T22:13:45.000Z (about 12 years ago)
- Last Synced: 2024-04-14T14:48:06.292Z (8 months ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Mynus, the minimalist wiki
==========================The pupose of Mynus is to demonstrate the philosophy of "batteries included".
Thus, Mynus will never depends on anything else than the Python's standard
library.Features
========* Provides a tiny wiki engine to launch everywhere.
* No others dependencies than Python itself.
* Offers a `mynus` script which allow you to transform any directory into a
wiki repository.
* WSGI Compliant.License
=======Mynus is released under the terms of the GNU Affero General Public License v3
or later.TODO
====* Add showdown.js : http://attacklab.net/showdown/
* Improve the mynus command line tool
* Document the project
* Make beautiful templates