[Docstring-checkins] CVS: web index.html.template,1.4,1.5
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-04-13 17:00:00
|
Update of /cvsroot/docstring/web In directory usw-pr-cvs1:/tmp/cvs-serv12983/web Modified Files: index.html.template Log Message: updated Index: index.html.template =================================================================== RCS file: /cvsroot/docstring/web/index.html.template,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.html.template 7 Sep 2001 02:45:07 -0000 1.4 --- index.html.template 13 Apr 2002 16:59:57 -0000 1.5 *************** *** 2,5 **** --- 2,6 ---- <!-- $Id$ --> # latest_dps_release = 'dps.0.3.tar.gz' + # latest_rst_release = 'rst.0.3.tar.gz' <HTML> <HEAD> *************** *** 33,50 **** input parser.</P> - <P>The <A - HREF="http://prdownloads.sourceforge.net/docstring/`latest_dps_release`" - >latest project release package (`latest_dps_release`)</A> and past project - releases can be downloaded from the <A - HREF="http://sourceforge.net/project/showfiles.php?group_id=26626" >project files - page</A>. <A HREF="http://sourceforge.net/cvs/?group_id=26626">Anonymous CVS - access is available.</A> You can also <A - HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/docstring/dps/" - >browse the latest source files (CVS) individually</A>, and read the latest <A - HREF="README.txt" - >README.txt</A> and <A - HREF="HISTORY.txt" - >HISTORY.txt</A>.</P> - <H3><A NAME="snapshots">Daily Snapshots</A></H3> --- 34,37 ---- *************** *** 74,77 **** --- 61,87 ---- </UL> + <H3><A NAME="releases">Project Releases</A></H3> + + <P>Please note that the <A HREF="#snapshots">daily snapshots</A> above + contain the latest versions of project files.</P> + + <P>The <A + HREF="http://prdownloads.sourceforge.net/docstring/`latest_dps_release`" + >latest project release package (`latest_dps_release`)</A> and past project + releases can be downloaded from the <A + HREF="http://sourceforge.net/project/showfiles.php?group_id=26626" >project files + page</A>. Please also download the <A + HREF="http://prdownloads.sourceforge.net/structuredtext/`latest_rst_release`" + >latest RST package (`latest_rst_release`)</A> which contains the + reStructuredText parser. <A + HREF="http://sourceforge.net/cvs/?group_id=26626">Anonymous CVS + access is available.</A> You can also <A + HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/docstring/dps/" + >browse the latest source files (CVS) individually</A>, and read the latest <A + HREF="README.txt" + >README.txt</A> and <A + HREF="HISTORY.txt" + >HISTORY.txt</A>.</P> + <H2>Specification</H2> *************** *** 144,148 **** <UL> ! <LI><P>Input Parsers:</P> <UL> --- 154,173 ---- <UL> ! <LI><P>Input Context Readers:</P> ! ! <UL> ! ! <LI><P>For standalone input files: <A ! HREF="http://docstring.sourceforge.net/dps/readers/standalone.py" ! ><TT>dps.readers.standalone</TT></A> ! </P></LI> ! ! <LI><P>More to be implemented: Python Source, Email, PEP, Wiki, ! Web Page, FAQ. ! </P></LI> ! ! </UL> ! ! <LI><P>Parsers:</P> <UL> *************** *** 160,168 **** </LI> ! <LI><P>Output Formatters:</P> <UL> <LI><P>Raw XML (corresponding to the DTDs in the spec): built-in.</P></LI> </UL> --- 185,205 ---- </LI> ! <LI><P>Output Format Writers:</P> <UL> <LI><P>Raw XML (corresponding to the DTDs in the spec): built-in.</P></LI> + + <LI><P>Pretty-printed pseudo-XML: <A + HREF="http://docstring.sourceforge.net/dps/writers/pprint.py" + ><TT>dps.writers.pprint</TT></A>.</P></LI> + + <LI><P>HTML 4.01 (loose) for CSS-1 stylesheets: <A + HREF="http://docstring.sourceforge.net/dps/writers/html.py" + ><TT>dps.writers.html</TT></A>.</P></LI> + + <LI><P>More to be implemented: other forms of XML (DocBook etc.), + HTML 3.2, TeX, plain text, maybe even reStructuredText. + </P></LI> </UL> |