source: WAeUP_Doc/Readme.txt @ 2128

Last change on this file since 2128 was 1617, checked in by uli, 18 years ago

Added extended instructions for installing Zope (part 1).

File size: 1.1 KB
RevLine 
[1617]1The documentation is written in restructured text format. Restructured
2Text (also reStructuredText or rst) is a simple markup
3language. Actually it's plain text with only a few style elements. For
4a full list of restructured text rules and examples see the Quick
5reStructuredText documentation:
[242]6
7http://docutils.sourceforge.net/docs/user/rst/quickref.html
8
[1617]9Unfortunately, there is no Windows programme to transform rst code
10directly into html. To see the html result on Windows computers,
11Python has to be installed first. Then the docutils-0.4.zip must be
12downloaded from:
[242]13
14http://waeup.org/Members/henrik/docutils-0.4/view  (1.7 MB)
15
[1617]16Unzip the file first. The docutils library is installed by executing
17the 'python install.py' command within the docutils-0.4
18directory. Finally the command 'rst2html [rst filename without
19extension]' will produce the html file which can be seen in any
20browser.
[242]21
[1617]22On Un*x systems like Linux all the HTML-files can be automatically
23generated by entering this directory on the commandline and doing:
24
25          make
26
[242]27Henrik Bettermann
Note: See TracBrowser for help on using the repository browser.