summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-06-14 23:14:14 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-06-14 23:14:14 +0000
commitc004505fe4f0fe0afda4e39cf488a4204e01e343 (patch)
treeae8931c8eef89bb1883ff5488f4168d34c9267ca /README.txt
parentae57b4ceca35d1f06037284f4089684604a48e26 (diff)
downloaddocutils-c004505fe4f0fe0afda4e39cf488a4204e01e343.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@192 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.txt b/README.txt
index 2b4dc1d3a..911595512 100644
--- a/README.txt
+++ b/README.txt
@@ -22,9 +22,6 @@ To run the code, Python 2.0 or later must already be installed.
Python 2.1 or later is required to run the test suite. You can get
Python from http://www.python.org/.
-Greg Ward's Optik option processing package is required. You can get
-Optik from http://optik.sourceforge.net/.
-
Project Files & Directories
===========================
@@ -72,8 +69,8 @@ Project Files & Directories
Installation
============
-The first step is to expand the .tar.gz archive. It contains a
-distutils setup file "setup.py". OS-specific installation
+The first step is to expand the .tar.gz or .tgz archive. It contains
+a distutils setup file "setup.py". OS-specific installation
instructions follow.
GNU/Linux, Unix, MacOS X, etc.
@@ -141,13 +138,14 @@ Usage
Start with the html.py and publish.py front-ends from the unpacked
"tools" subdirectory. Both tools take up to two arguments, the source
path and destination path, with STDIN and STDOUT being the defaults.
+Use the "--help" option to the front-ends for details on options and
+arguments.
The package modules are continually growing and evolving. The
``docutils.statemachine`` module is usable independently. It contains
extensive inline documentation (in reStructuredText format).
-The specs, the package structure, and the skeleton modules may also be
-of interest to you. Contributions are welcome!
+Contributions are welcome!
..