From 80652adb4adecfe9dff526c79c377e2c30ded89d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 24 Jan 2010 00:47:01 -0500 Subject: partial... --- Front Page.page | 11 ----------- Git Wiki.page | 23 ++++++++++++++--------- Index.page | 11 +++++++++++ 3 files changed, 25 insertions(+), 20 deletions(-) delete mode 100644 Front Page.page create mode 100644 Index.page diff --git a/Front Page.page b/Front Page.page deleted file mode 100644 index 7288134..0000000 --- a/Front Page.page +++ /dev/null @@ -1,11 +0,0 @@ ---- -toc: no -... - -# Mind Map! - -This is where everything I know goes! Right now there are lots of render errors after a software change and plenty of holes, but so it is. - -For now you can browse using the "all pages" link to the right! - -For more about gitit see the [Gitit User's Guide]() or [gitit.net](http://gitit.net). 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/ diff --git a/Index.page b/Index.page new file mode 100644 index 0000000..7288134 --- /dev/null +++ b/Index.page @@ -0,0 +1,11 @@ +--- +toc: no +... + +# Mind Map! + +This is where everything I know goes! Right now there are lots of render errors after a software change and plenty of holes, but so it is. + +For now you can browse using the "all pages" link to the right! + +For more about gitit see the [Gitit User's Guide]() or [gitit.net](http://gitit.net). -- cgit v1.2.3