2011-07-26 03:04:17 +02:00
|
|
|
#+title: mege
|
|
|
|
#&summary
|
2011-08-01 22:39:41 +02:00
|
|
|
mege is the generator used by metanohi
|
2011-07-26 03:04:17 +02:00
|
|
|
#&
|
2011-08-02 23:08:13 +02:00
|
|
|
#+license: bysa, page
|
|
|
|
#+license: agpl 3+, program
|
2011-07-26 03:04:17 +02:00
|
|
|
|
2011-08-01 22:39:41 +02:00
|
|
|
* mege
|
2011-07-26 03:04:17 +02:00
|
|
|
|
2011-08-02 23:08:13 +02:00
|
|
|
mege is a website generator. It was designed for metanohi and is released under
|
|
|
|
the AGPLv3+ license. It uses Python 3.1 and WSGI to work together with an
|
|
|
|
Apache 2.x server. It uses git for revision control and utilizes a slightly
|
|
|
|
modified Org-Mode syntax for documents.
|
|
|
|
|
2011-07-26 03:04:17 +02:00
|
|
|
+ [[./tests/][Tests]]
|
|
|
|
+ [[./docs/][Documentation]]
|
|
|
|
|
|
|
|
Both are works in progress, like mege. Note that the author of mege does
|
|
|
|
believe in good documentation. And while believing is not the same as doing,
|
|
|
|
good mege documentation /will/ exist at some point in the near future.
|
2011-08-01 22:39:41 +02:00
|
|
|
|
|
|
|
* Download
|
|
|
|
|
|
|
|
No release is out yet. You can clone the current code with git:
|
|
|
|
|
|
|
|
: $ git clone git://metanohi.name/mege
|