[Structuredtext-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 16:57:42
|
Update of /cvsroot/structuredtext/web In directory usw-pr-cvs1:/tmp/cvs-serv12249/web Modified Files: index.html.template Log Message: updated Index: index.html.template =================================================================== RCS file: /cvsroot/structuredtext/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:44:39 -0000 1.4 --- index.html.template 13 Apr 2002 16:57:37 -0000 1.5 *************** *** 22,27 **** Processing System</A>. reStructuredText is a revision and reinterpretation of the <A HREF="http://dev.zope.org/Members/jim/StructuredTextWiki/FrontPage/" ! >StructuredText</A> and <A HREF="http://www.bsdi.com/setext/" >Setext</A> ! lightweight markup systems.</P> <P>The primary goal of the reStructuredText project is to define and implement --- 22,27 ---- Processing System</A>. reStructuredText is a revision and reinterpretation of the <A HREF="http://dev.zope.org/Members/jim/StructuredTextWiki/FrontPage/" ! >StructuredText</A> and <A HREF="http://docutils.sourceforge.net/mirror/setext.html" ! >Setext</A> lightweight markup systems.</P> <P>The primary goal of the reStructuredText project is to define and implement *************** *** 40,66 **** “<TT>dps.parsers.restructuredtext</TT>”, a component of the <A HREF="http://docstring.sourceforge.net/">Python Docstring Processing System ! (DPS)</A>. The reStructuredText parser is almost complete. Only a few details ! remain to be implemented.</P> ! ! <P>The <A ! HREF="http://prdownloads.sourceforge.net/structuredtext/`latest_rst_release`" ! >latest project release package (`latest_rst_release`)</A> and past project ! releases can be downloaded from the <A ! HREF="http://sourceforge.net/project/showfiles.php?group_id=7050">project ! files page</A>. Please also download the <A ! HREF="http://prdownloads.sourceforge.net/docstring/`latest_dps_release`" ! >latest DPS package (`latest_dps_release`)</A> which is required by the ! reStructuredText parser. <A ! HREF="http://sourceforge.net/cvs/?group_id=7050">Anonymous CVS access is ! available.</A> You can also <A ! HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/structuredtext/restructuredtext/" ! >browse the latest reStructuredText 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 --- 40,49 ---- “<TT>dps.parsers.restructuredtext</TT>”, a component of the <A HREF="http://docstring.sourceforge.net/">Python Docstring Processing System ! (DPS)</A>. The reStructuredText parser is functionally complete.</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 around midnight 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 *************** *** 86,89 **** --- 69,93 ---- </UL> + <H3><A NAME="releases">Project Releases</A></H3> + + <P>Please note that the <A HREF="#snapshots">snapshots</A> above + contain the latest versions of project files.</P> + + <P>The <A + HREF="http://prdownloads.sourceforge.net/structuredtext/`latest_rst_release`" + >latest project release package (`latest_rst_release`)</A> and past project + releases can be downloaded from the <A + HREF="http://sourceforge.net/project/showfiles.php?group_id=7050">project + files page</A>. Please also download the <A + HREF="http://prdownloads.sourceforge.net/docstring/`latest_dps_release`" + >latest DPS package (`latest_dps_release`)</A> which is required by the + reStructuredText parser. <A + HREF="http://sourceforge.net/cvs/?group_id=7050">Anonymous CVS access is + available.</A> You can also <A + HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/structuredtext/restructuredtext/" + >browse the latest reStructuredText 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>User Documentation</H2> *************** *** 97,103 **** <UL> <LI><P><A HREF="docs/quickref.html" ! >Quick reStructuredText</A> </P></LI> </UL> --- 101,112 ---- <UL> + + <LI><P><A HREF="docs/quickstart.html">A ReStructuredText Primer</A> (HTML file), + and <A HREF="docs/quickstart.txt">A ReStructuredText Primer</A> (text source). + </P></LI> + <LI><P><A HREF="docs/quickref.html" ! >Quick reStructuredText</A> (user reference) </P></LI> </UL> *************** *** 126,130 **** <LI><P><A HREF="spec/alternatives.txt" ! >Record of reStructuredText Syntax Alternatives</A> </P></LI> --- 135,139 ---- <LI><P><A HREF="spec/alternatives.txt" ! >A Record of reStructuredText Syntax Alternatives</A> </P></LI> |