[Structuredtext-checkins] CVS: restructuredtext README.txt,1.5,1.6
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-04-18 02:49:06
|
Update of /cvsroot/structuredtext/restructuredtext In directory usw-pr-cvs1:/tmp/cvs-serv14320/restructuredtext Modified Files: README.txt Log Message: fixed whitespace & updated Index: README.txt =================================================================== RCS file: /cvsroot/structuredtext/restructuredtext/README.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README.txt 16 Mar 2002 05:42:50 -0000 1.5 --- README.txt 18 Apr 2002 02:49:03 -0000 1.6 *************** *** 8,14 **** :Web-site: http://structuredtext.sourceforge.net/ ! Thank you for downloading the reStructuredText project archive. As this is a work in progress, please check the project web site for ! updated working files. The latest release archive is available at http://sourceforge.net/project/showfiles.php?group_id=7050. --- 8,14 ---- :Web-site: http://structuredtext.sourceforge.net/ ! Thank you for downloading the reStructuredText project archive. As this is a work in progress, please check the project web site for ! updated working files. The latest release archive is available at http://sourceforge.net/project/showfiles.php?group_id=7050. *************** *** 17,22 **** "dps.parsers.restructuredtext". ! To run the code, Python 2.0 or later must already be installed. You ! can get Python from http://www.python.org/. You will also need the latest DPS package, available from http://docstring.sourceforge.net/. --- 17,22 ---- "dps.parsers.restructuredtext". ! To run the code, Python 2.0 or later must already be installed. You ! can get Python from http://www.python.org/. You will also need the latest DPS package, available from http://docstring.sourceforge.net/. *************** *** 33,37 **** releases. ! * setup.py: Installation script. See "Installation" below. * install.py: Quick & dirty installation script. --- 33,37 ---- releases. ! * setup.py: Installation script. See "Installation" below. * install.py: Quick & dirty installation script. *************** *** 40,46 **** package ``dps.parsers.restructuredtext``. ! * test: The unit test directory (currently experimental). Not required ! to use the software, but very useful if you're planning to modify ! it. * tools: Directory for standalone scripts that use reStructuredText. --- 40,46 ---- package ``dps.parsers.restructuredtext``. ! * test: The unit test directory (currently experimental). Not ! required to use the software, but very useful if you're planning to ! modify it. * tools: Directory for standalone scripts that use reStructuredText. *************** *** 55,62 **** HTML4/CSS1. Uses the default.css stylesheet. ! * spec: The project specification directory. Contains the markup syntax spec and implementation notes. ! * docs: The project documentation directory. --- 55,62 ---- HTML4/CSS1. Uses the default.css stylesheet. ! * spec: The project specification directory. Contains the markup syntax spec and implementation notes. ! * docs: The project user documentation directory. *************** *** 64,70 **** ============ ! The first step is to expand the .tar.gz archive. It contains a ! distutils setup file "setup.py". OS-specific installation instructions ! follow. Linux, Unix, MacOS X --- 64,70 ---- ============ ! The first step is to expand the .tar.gz archive. It contains a ! distutils setup file "setup.py". OS-specific installation ! instructions follow. Linux, Unix, MacOS X *************** *** 82,89 **** If the python executable isn't on your path, you'll have to specify ! the complete path, such as /usr/local/bin/python. You may need root ! permissions to complete this step. ! You can also just run install.py; it does the same thing. Windows --- 82,89 ---- If the python executable isn't on your path, you'll have to specify ! the complete path, such as /usr/local/bin/python. You may need ! root permissions to complete this step. ! You can also just run install.py; it does the same thing. Windows *************** *** 114,128 **** If the file isn't a "Python module", the line endings are probably also wrong, and you will need to set up your system to recognize ! ".py" file extensions as Python files. See http://gotools.sourceforge.net/mac/python.html for detailed ! instructions. Once set up, it's easiest to start over by expanding the archive again. ! 3. The distutils options window will appear. From the "Command" popup list choose "install", click "Add", then click "OK". If install.py is a "Python module" (see step 2 above if it isn't), you ! can run it instead of the above. The distutils options windown will ! not appear. --- 114,138 ---- If the file isn't a "Python module", the line endings are probably also wrong, and you will need to set up your system to recognize ! ".py" file extensions as Python files. See http://gotools.sourceforge.net/mac/python.html for detailed ! instructions. Once set up, it's easiest to start over by expanding the archive again. ! 3. The distutils options window will appear. From the "Command" popup list choose "install", click "Add", then click "OK". If install.py is a "Python module" (see step 2 above if it isn't), you ! can run it instead of steps 2 and 3 above. The distutils options ! windown will not appear. ! ! ! Usage ! ===== ! ! After installing both the reStructuredText and DPS packages, start ! with the html.py and publish.py front-ends from the unpacked ! reStructuredText "tools" subdirectory. Both take up to two arguments, ! the source path and destination path, with STDIN and STDOUT being the ! defaults. *************** *** 131,134 **** --- 141,145 ---- mode: indented-text indent-tabs-mode: nil + sentence-end-double-space: t fill-column: 70 End: |