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