use IsisDB module instead of OpenIsis -- this will fix various problems in
[webpac] / openisis / doc / MikiDoc.txt
1 Mikidoc is a mini pseudo-
2 >       http://c2.com/cgi/wiki  WikiWiki
3  -style documentation convention.
4 Unlike real Wikis, it is much simpler and less oriented towards
5 the web and web-editing of content, more towards the content.
6
7
8 Mikidoc currently support the following constructs:
9
10 Empty (really empty) lines give a <br>, lines starting with
11 -       $ toggle code mode
12 -       * are a head
13 -       --- give a <hr>
14 -       -       start a list topic
15 -       TAB     continue a list topic
16 -       > are links;
17         the link body may follow the ref after a TAB
18 -       ... denote a footnote document displayed to the right
19 -       ! set break-after-every-line mode (pseudo pre)
20 -       ; are ignored
21 -       | are table lines, cells are separated by | or TABs
22
23 Todo: support *bold*, _italic_ and MikiLinks.
24 Write converter to texinfo (left as an exercise to the reader).
25
26
27 That's all, folks!
28 >       http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isis/openisis/tcl/miki?rev=HEAD&content-type=text/vnd.viewcvs-markup     get the code ...
29 (4 KB :)
30
31 ---
32         $Id: MikiDoc.txt,v 1.3 2003/06/02 07:48:41 kripke Exp $