summaryrefslogtreecommitdiffstats
path: root/Git Wiki
diff options
context:
space:
mode:
Diffstat (limited to 'Git Wiki')
-rw-r--r--Git Wiki21
1 files changed, 17 insertions, 4 deletions
diff --git a/Git Wiki b/Git Wiki
index 6d161d0..4ecbfc1 100644
--- a/Git Wiki
+++ b/Git Wiki
@@ -12,16 +12,29 @@ __ http://djangoproject.com/
__ http://git.cx
__ /k/restructuredtext/
+Features
+~~~~~~~~
+Full File History
+ Because all files are stored in a repository all changes are tracked
+ and can be reverted. It could be interesting to watch the evolution
+ of a larger or controvertial item.
+PDF Output
+ Using a combination of `LaTeX`__ and rubber [#]_, portable document
+ files can be generated on the fly (with figures etc included)
+LaTeX Math in (X)HTML
+ When rendering to (X)HTML LaTeX math sections are rendered to png
+ and inserted as images
+
+__ /k/latex/
+.. [#] A python wrapper around LaTeX and pdflatex which does a great job
+ handling bibliographies, weird image formats, etc.
+
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)