diff options
-rw-r--r-- | Git Wiki | 26 | ||||
-rw-r--r-- | Special Case? | 1 | ||||
-rw-r--r-- | reStructured Text | 9 |
3 files changed, 18 insertions, 18 deletions
@@ -1,20 +1,16 @@ +======== Git Wiki ======== -:Author: Bryan Newbold -:Version: $Revision: 1 $ -:Copyright: This document has been placed in the public domain. - -[GitWiki] is what you're doing right now! - - here is some raw text? - - +`Git Wiki`__ is what you're doing right now! It 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). -Links -~~~~~ +__ /k/gitwiki/ +__ http://djangoproject.com/ +__ http://git.cx -* restructured text: "(reStructuredText__)" -* doc utils -* git documentation -* repository? +Development +~~~~~~~~~~~ +Git Wiki is under heavy development. The source tree can be browsed at `/code/bn-project </code/bn-project/>`__. diff --git a/Special Case? b/Special Case? deleted file mode 100644 index e977142..0000000 --- a/Special Case? +++ /dev/null @@ -1 +0,0 @@ -this file is weird! diff --git a/reStructured Text b/reStructured Text index bf3982c..1b26603 100644 --- a/reStructured Text +++ b/reStructured Text @@ -1,5 +1,10 @@ -A ReStructuredText Primer (ed: taken from docutils package) -=========================================================== +========================= +A ReStructuredText Primer +========================= + +--------------------------------- +(ed: taken from docutils package) +--------------------------------- :Author: Richard Jones :Version: $Revision: 4350 $ |