From 80652adb4adecfe9dff526c79c377e2c30ded89d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 24 Jan 2010 00:47:01 -0500 Subject: partial... --- Git Wiki.page | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'Git Wiki.page') 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 `__. +The source tree can be browsed at `bn-project `__; +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/ -- cgit v1.2.3