mege is a combined content manager and content generator module made specifically for the website "metanohi" (available at http://metanohi.name/). Because of lazyness, currently mege is tightly integrated with this website, though it should be possible to adapt it to work with other sites.
mege is in constant on-and-off development --- special features are only added as they are needed --- and there will not be any release out for a long time, if ever.
mege is both a command line tool and a Python module. It requires Python 3.1+.
mege uses bottle as its web framework, serves HTML generated from Org-Mode files, and uses Git for revisions. It uses modwsgi and the Apache web server.
Installation
There is no actual release. To get mege, clone mege's git repository. The addres is available at http://metanohi.name/projects/mege/
To install mege, run:
python3 setup.py install
You must be a superuser to do this.
Use
As a command-line tool
When you have installed mege, run:
mege COMMAND [OPTION]... [INPUT FILE]...
To see how to interact with mege in general, run:
mege --help
As a Python module
When mege has been installed, it can be used just like any other Python module. To see which functions and classes are available and usable, run:
pydoc3 mege
And also:
pydoc3 mege.server
pydoc3 mege.htmlgen
pydoc3 mege.macrolang
pydoc3 mege.htmlfunc
pydoc3 mege.git
And so on.
Product's homepage
Requirements:
· Python
· Bottle
· Pygments
· WSGI Apache interface for Python 3