summaryrefslogtreecommitdiffstats
path: root/Git Wiki
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-03-21 19:49:38 -0700
committerbnewbold <bnewbold@manus.(none)>2007-03-21 19:49:38 -0700
commit188d02d942a2ee140605c3a75cb38630e45364c2 (patch)
treea9635189e0dcd758b951dad5d6dcbfc388022735 /Git Wiki
parenta49d9b2937ff3f53de41b0f46badd15263ca9033 (diff)
downloadknowledge-188d02d942a2ee140605c3a75cb38630e45364c2.tar.gz
knowledge-188d02d942a2ee140605c3a75cb38630e45364c2.zip
updates and add a cheatsheet
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)