[Docstring-checkins] CVS: web index.html,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-23 03:49:51
|
Update of /cvsroot/docstring/web In directory usw-pr-cvs1:/tmp/cvs-serv26417/web Modified Files: index.html Log Message: updated Index: index.html =================================================================== RCS file: /cvsroot/docstring/web/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 2001/08/04 15:08:13 1.2 --- index.html 2001/08/23 03:49:48 1.3 *************** *** 11,15 **** ALT="Docstring Processing System" BORDER=0 ALIGN=bottom></A></P> ! <P><I>last updated: 2001-08-03</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: 2001-08-22</I></P> <P>The purpose of the Python Docstring Processing System project is to create *************** *** 25,34 **** components.</P> ! <P>Good progress is being made with regards to the parser interface. The <A ! HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/docstring/dps/dps/statemachine.py?rcontent-type=text/plain" ! ><TT>dps.statemachine</TT></A> module is useful for line-based parsing of ! input text using regular expressions, and is being used by the <A ! HREF="http://structuredtext.sourceforge.net/" >reStructuredText</A> input ! parser.</P> <P>The <A --- 25,34 ---- components.</P> ! <P>Good progress is being made with regards to the parser interface. ! The <A HREF="dps/statemachine.py"><TT>dps.statemachine</TT></A> module ! is useful for line-based parsing of input text using regular ! expressions, and is being used by the <A ! HREF="http://structuredtext.sourceforge.net/" >reStructuredText</A> ! input parser.</P> <P>The <A *************** *** 41,60 **** 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="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/docstring/dps/README.txt?rcontent-type=text/plain" >README.txt</A> and <A ! HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/docstring/dps/HISTORY.txt?rcontent-type=text/plain" >HISTORY.txt</A>.</P> <H2>Specification</H2> <P>The specification consists of: candidate PEPs (<A HREF="http://www.python.org/peps/">Python Enhancement Proposals</A>), XML DTDs ! (document type definitions), an XML catalog file, and some notes. All of these ! files are included in the <A HREF="http://prdownloads.sourceforge.net/docstring/dps.0.3.tar.gz">latest project release package (dps.0.3.tar.gz)</A> (which may not be up to date). The up-to-date working documents (from CVS) may be accessed ! individually below. Note that some of the individual files below may be newer ! than those included in the latest project release package. You can also <A HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/docstring/dps/spec/" >browse the CVS repository</A> directly.</P> --- 41,88 ---- 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> + + <P>Daily snapshots of the project files are also available. They are + generated automatically from CVS at 24:00 in North America's Eastern + time zone (UTC-0400 from April to October, UTC-0500 from October to + April). The snapshots should be used with caution, as they may contain + transient bugs or incompatibilities.</P> + + <UL> + + <LI><P><A + HREF="http://docstring.sourceforge.net/dps-snapshot.tgz" + >DPS code, tests, and specifications (no user docs yet)</A> + </P></LI> + + <LI><P><A + HREF="http://structuredtext.sourceforge.net/rst-snapshot.tgz" + >reStructuredText code, tests, documentation, and specifications</A> + </P></LI> + + <LI><P><A + HREF="http://docstring.sourceforge.net/dps-web-snapshot.tgz" + >DPS homepage files</A> + </P></LI> + + </UL> + <H2>Specification</H2> <P>The specification consists of: candidate PEPs (<A HREF="http://www.python.org/peps/">Python Enhancement Proposals</A>), XML DTDs ! (document type definitions), an XML catalog file, and some notes. All ! of the specification files are located in the <TT>spec</TT> directory ! of the <A HREF="http://prdownloads.sourceforge.net/docstring/dps.0.3.tar.gz">latest project release package (dps.0.3.tar.gz)</A> (which may not be up to date). The up-to-date working documents (from CVS) may be accessed ! individually below, or from the <A HREF="#snapshots">snapshots</A> above. ! You can also <A HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/docstring/dps/spec/" >browse the CVS repository</A> directly.</P> *************** *** 62,66 **** <UL> ! <LI><P><A HREF="../dps/spec/pep-0256.txt"> PEP 256: Docstring Processing System Framework</A> <BR>[<A HREF="http://www.python.org/peps/pep-0256.html" --- 90,94 ---- <UL> ! <LI><P><A HREF="spec/pep-0256.txt"> PEP 256: Docstring Processing System Framework</A> <BR>[<A HREF="http://www.python.org/peps/pep-0256.html" *************** *** 68,72 **** </P></LI> ! <LI><P><A HREF="../dps/spec/pep-0257.txt"> PEP 257: Docstring Conventions</A> <BR>[<A HREF="http://www.python.org/peps/pep-0257.html" --- 96,100 ---- </P></LI> ! <LI><P><A HREF="spec/pep-0257.txt"> PEP 257: Docstring Conventions</A> <BR>[<A HREF="http://www.python.org/peps/pep-0257.html" *************** *** 74,78 **** </P></LI> ! <LI><P><A HREF="../dps/spec/pep-0258.txt"> PEP 258: DPS Generic Implementation Details</A> <BR>[<A HREF="http://www.python.org/peps/pep-0258.html" --- 102,106 ---- </P></LI> ! <LI><P><A HREF="spec/pep-0258.txt"> PEP 258: DPS Generic Implementation Details</A> <BR>[<A HREF="http://www.python.org/peps/pep-0258.html" *************** *** 80,100 **** </P></LI> ! <LI><P><A HREF="../dps/spec/gpdi.dtd"> Generic Plaintext Document Interface DTD</A> </P></LI> ! <LI><P><A HREF="../dps/spec/ppdi.dtd"> Python Plaintext Document Interface DTD</A> </P></LI> ! <LI><P><A HREF="../dps/spec/soextblx.dtd"> OASIS XML Exchange Table Model Declaration Module</A> </P></LI> ! <LI><P><A HREF="../dps/spec/dps.cat"> Python Docstring Processing System Catalog Data</A> </P></LI> ! <LI><P><A HREF="../dps/spec/dps-notes.txt"> Notes</A> </P></LI> --- 108,128 ---- </P></LI> ! <LI><P><A HREF="spec/gpdi.dtd"> Generic Plaintext Document Interface DTD</A> </P></LI> ! <LI><P><A HREF="spec/ppdi.dtd"> Python Plaintext Document Interface DTD</A> </P></LI> ! <LI><P><A HREF="spec/soextblx.dtd"> OASIS XML Exchange Table Model Declaration Module</A> </P></LI> ! <LI><P><A HREF="spec/dps.cat"> Python Docstring Processing System Catalog Data</A> </P></LI> ! <LI><P><A HREF="spec/dps-notes.txt"> Notes</A> </P></LI> *************** *** 106,109 **** --- 134,138 ---- <A HREF="http://www.python.org/peps/">master PEP repository</A>.</P> + <H2>Components</H2> *************** *** 155,164 **** <H2>DPS Wants You!</H2> ! <P>This project will only succeed through the combined efforts of many. We're ! looking for contributions of testing, ideas, code, bug reports, ! administration, tasty snacks, computer equipment, and large sums of money. If ! you're interested in participating, please ! <A HREF="mailto:dgo...@bi...">contact the project administrator</A>. ! </P> <H2>Project Info</H2> --- 184,193 ---- <H2>DPS Wants You!</H2> ! <P>This project will only succeed through the combined efforts of ! many. We're looking for contributions of testing, ideas, code, bug ! reports, administration, tasty snacks, computer equipment, and large ! sums of money. If you're interested in participating, please <A ! HREF="mailto:go...@us...">contact the project ! administrator</A>.</P> <H2>Project Info</H2> *************** *** 175,179 **** <LI><P>Project administrator: ! <A HREF="mailto:dgo...@bi...">David Goodger</A></P></LI> <LI><P>Please direct discussions to the --- 204,208 ---- <LI><P>Project administrator: ! <A HREF="mailto:go...@us...">David Goodger</A></P></LI> <LI><P>Please direct discussions to the |