summaryrefslogtreecommitdiffstats
path: root/Git Wiki.page
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2010-01-24 00:47:01 -0500
committerbnewbold <bnewbold@ziggy.(none)>2010-01-24 00:47:01 -0500
commit80652adb4adecfe9dff526c79c377e2c30ded89d (patch)
tree955ed957812beecdd470584aadac9271e87f6bb2 /Git Wiki.page
parent01b39987ec789c21cf368a5a883ac407f9daedd7 (diff)
downloadknowledge-80652adb4adecfe9dff526c79c377e2c30ded89d.tar.gz
knowledge-80652adb4adecfe9dff526c79c377e2c30ded89d.zip
partial...
Diffstat (limited to 'Git Wiki.page')
-rw-r--r--Git Wiki.page23
1 files changed, 14 insertions, 9 deletions
diff --git a/Git Wiki.page b/Git Wiki.page
index 559ec73..7538a43 100644
--- a/Git Wiki.page
+++ b/Git Wiki.page
@@ -8,15 +8,16 @@ toc: no
Git Wiki
========
-`Git Wiki`__ is what you're doing right now! It is a django__ app which
+'Git Wiki' 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).
+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/
+
+It's implemenatation is '''incomplete'''. For personal use I ended up
+moving to gitit__; see http://know.bnewbold.net for an example.
Features
~~~~~~~~
@@ -31,23 +32,26 @@ LaTeX Math in (X)HTML
When rendering to (X)HTML LaTeX math sections are rendered to png
and inserted as images
-__ /k/latex/
+__ http://know.bnewbold.net/software/latex
.. [#] A python wrapper around LaTeX and pdflatex which does a great job
handling bibliographies, weird image formats, etc.
Dependencies
~~~~~~~~~~~~
-''(hey, everybody's got 'em)''
-
Pygments_
A python library for highlighting and/or typesetting source code. Used to
format diffs (aka, history of items)
+rubber_
+ Python script to make LaTeX compliation less painful.
+
.. _Pygments: http://pygments.org/
+.. _rubber: http://www.sourceforge.net/rubber
Development
~~~~~~~~~~~
-Git Wiki is under heavy development. The source tree can be browsed at `/code/bn-project </code/bn-project/>`__.
+The source tree can be browsed at `bn-project <http://git.bnewbold.net>`__;
+you'll have to look for an old branch or tag?
To Do
-----
@@ -60,4 +64,5 @@ To Do
Similar Projects
~~~~~~~~~~~~~~~~
* http://spu.tnik.org/
+* http://gitit.net/