[Docstring-checkins] CVS: web index.html.template,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-23 03:50:03
|
Update of /cvsroot/docstring/web In directory usw-pr-cvs1:/tmp/cvs-serv26455/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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html.template 2001/08/04 15:08:25 1.2 --- index.html.template 2001/08/23 03:50:00 1.3 *************** *** 26,35 **** 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 --- 26,35 ---- 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 *************** *** 42,61 **** 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/`latest_dps_release`">latest project release package (`latest_dps_release`)</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> --- 42,89 ---- 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/`latest_dps_release`">latest project release package (`latest_dps_release`)</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> *************** *** 63,87 **** <UL> ! # havePEPs = 0 ! #> for file in files: ! # fields, info = scanfile(path, file) ! <LI><P><A HREF="`path`/`file`"> ! `fields['title']`</A> ! #> if fields.has_key('pep'): ! # havePEPs = 1 ! <BR>[<A HREF="http://www.python.org/peps/pep-`('0000%s' % fields['pep'])[-4:]`.html" ! >PEP `fields['pep']` in master repository</A>]<A HREF="#master">*</A> ! #< </P></LI> ! #< </UL> - #> if havePEPs: <P><A NAME="master">*</A> The PEP titles above are links to local working copies, possibly newer than the versions checked in to the <A HREF="http://www.python.org/peps/">master PEP repository</A>.</P> ! #< <H2>Components</H2> --- 91,139 ---- <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" ! >PEP 256 in master repository</A>]<A HREF="#master">*</A> </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" ! >PEP 257 in master repository</A>]<A HREF="#master">*</A> ! </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" ! >PEP 258 in master repository</A>]<A HREF="#master">*</A> ! </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> ! </UL> <P><A NAME="master">*</A> The PEP titles above are links to local working copies, possibly newer than the versions checked in to the <A HREF="http://www.python.org/peps/">master PEP repository</A>.</P> ! <H2>Components</H2> *************** *** 133,142 **** <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> --- 185,194 ---- <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> *************** *** 153,157 **** <LI><P>Project administrator: ! <A HREF="mailto:dgo...@bi...">David Goodger</A></P></LI> <LI><P>Please direct discussions to the --- 205,209 ---- <LI><P>Project administrator: ! <A HREF="mailto:go...@us...">David Goodger</A></P></LI> <LI><P>Please direct discussions to the |