[Docstring-checkins] CVS: web index.html.template,1.1,1.2
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-04 15:08:29
|
Update of /cvsroot/docstring/web In directory usw-pr-cvs1:/tmp/cvs-serv12427/web Modified Files: index.html.template Log Message: updates Index: index.html.template =================================================================== RCS file: /cvsroot/docstring/web/index.html.template,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html.template 2001/07/22 22:42:01 1.1 --- index.html.template 2001/08/04 15:08:25 1.2 *************** *** 8,14 **** <BODY bgcolor="#F0F0FF"> ! <P><A HREF="http://sf.net/projects/docstring/"> ! <IMG SRC="title.png" ALT="Docstring Processing System" BORDER=0 ALIGN=bottom> ! </A></P> <P><I>last updated: `date`</I></P> --- 8,14 ---- <BODY bgcolor="#F0F0FF"> ! <P><A HREF="http://sourceforge.net/projects/docstring/" ! ><IMG SRC="title.png" ! ALT="Docstring Processing System" BORDER=0 ALIGN=bottom></A></P> <P><I>last updated: `date`</I></P> *************** *** 18,21 **** --- 18,50 ---- modules and converting it into useful formats, such as HTML, XML, and TeX.</P> + <H2>Project Status</H2> + + <P>This project consists of a Python package, “<TT>dps</TT>”. This + contains utility modules and three subpackages, <TT>dps.parsers</TT>, + <TT>dps.formatters</TT>, and <TT>dps.languages</TT>. Each of the subpackages + will contain further modules or packages implementing individual + 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 + 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="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> *************** *** 25,31 **** files are included in the <A HREF="http://prdownloads.sourceforge.net/docstring/`latest_dps_release`">latest ! project release package (`latest_dps_release`)</A>, or they can be accessed individually below. Note that some of the individual files below may be newer ! than those included in the latest project release package.</P> <UL> --- 54,63 ---- 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> <UL> *************** *** 36,43 **** <LI><P><A HREF="`path`/`file`"> `fields['title']`</A> - <BR>`info` #> if fields.has_key('pep'): # havePEPs = 1 ! [<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> #< --- 68,74 ---- <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> #< *************** *** 53,80 **** #< - <H2>Project Status</H2> - - <P>This project consists of a Python package, "<TT>dps</TT>". This contains - utility modules and three subpackages, <TT>dps.parsers</TT>, - <TT>dps.formatters</TT>, and <TT>dps.languages</TT>. Each of the - subpackages will contain further modules or packages implementing - individual 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.sf.net/">reStructuredText</A> 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://sf.net/project/showfiles.php?group_id=26626">project files - page</A>. You can also <A HREF="http://docstring.sf.net/dps/">browse the - latest source files</A> individually, and read the latest <A - HREF="http://docstring.sf.net/README.txt">README.txt</A> and <A - HREF="http://docstring.sf.net/HISTORY.txt">HISTORY.txt</A>.</P> - <H2>Components</H2> --- 84,87 ---- *************** *** 86,90 **** <LI><P> ! <A HREF="http://structuredtext.sf.net/">reStructuredText</A> input parser </P></LI> --- 93,97 ---- <LI><P> ! <A HREF="http://structuredtext.sourceforge.net/">reStructuredText</A> </P></LI> *************** *** 137,142 **** <UL> ! <LI><P><A HREF="http://sf.net/projects/docstring/">Python Docstring Processing System project page</A></P></LI> <LI><P>Project administrator: --- 144,154 ---- <UL> ! <LI><P>Bug reports, patches, feature requests, mailing lists, news: <A ! HREF="http://sourceforge.net/projects/docstring/" >Python Docstring Processing System project page</A></P></LI> + + <LI><P><A + HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/docstring/dps/" + >Docstring Processing System CVS repository</A></P></LI> <LI><P>Project administrator: |