Update of /cvsroot/docstring/web
In directory usw-pr-cvs1:/tmp/cvs-serv12911/web
Modified Files:
index.html
Log Message:
updated
Index: index.html
===================================================================
RCS file: /cvsroot/docstring/web/index.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.html 7 Sep 2001 02:44:53 -0000 1.4
--- index.html 13 Apr 2002 16:59:44 -0000 1.5
***************
*** 11,15 ****
ALT="Docstring Processing System" BORDER=0 ALIGN=bottom></A></P>
! <P><I>last updated: 2001-09-06</I></P>
<P>The purpose of the Python Docstring Processing System project is to create
--- 11,15 ----
ALT="Docstring Processing System" BORDER=0 ALIGN=bottom></A></P>
! <P><I>last updated: 2002-04-12</I></P>
<P>The purpose of the Python Docstring Processing System project is to create
***************
*** 32,49 ****
input parser.</P>
- <P>The <A
- HREF="http://prdownloads.sourceforge.net/docstring/dps.0.3.tar.gz"
- >latest project release package (dps.0.3.tar.gz)</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>
--- 32,35 ----
***************
*** 73,76 ****
--- 59,85 ----
</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/dps.0.3.tar.gz"
+ >latest project release package (dps.0.3.tar.gz)</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/rst.0.3.tar.gz"
+ >latest RST package (rst.0.3.tar.gz)</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>
***************
*** 143,147 ****
<UL>
! <LI><P>Input Parsers:</P>
<UL>
--- 152,171 ----
<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>
***************
*** 159,167 ****
</LI>
! <LI><P>Output Formatters:</P>
<UL>
<LI><P>Raw XML (corresponding to the DTDs in the spec): built-in.</P></LI>
</UL>
--- 183,203 ----
</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>
|