summaryrefslogtreecommitdiffstats
path: root/Git Wiki
blob: 6d161d09ca67fa086d8b5943b2f5b8e0f3ad763d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
========
Git Wiki
========

`Git Wiki`__ is what you're doing right now! It is a django__ app which
stores a hierarchy of articles/items in a git__ repository; each item
is formated in `reStructured Text`__, which can be reinterpreted into 
XHTML or LateX (and thus a pdf document).

__ /k/gitwiki/
__ http://djangoproject.com/
__ http://git.cx
__ /k/restructuredtext/

Development
~~~~~~~~~~~
Git Wiki is under heavy development. The source tree can be browsed at `/code/bn-project </code/bn-project/>`__. 

To Do
-----
* implement equations feature to handle both latex and xhtml display of 
  latex-style math
* implement figures (have to handle image urls/items)
* implement latex and pdf generation
* implement per-section commentary
* possibly implement aafigure ascii->svg plugin for docutils
* possibly implement auto linking for CamelCase text (probably not)
* implement grouping many articles into single pdf/book automagicly
* possibly implememnt web-based editing/item creation