From: Michael S. <sta...@us...> - 2005-10-03 23:47:19
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25779/xdocs Modified Files: 2005-oswir-wacsearch.sxi navigation.xml Added Files: downloads.xml Log Message: * xdocs/navigation.xml * xdocs/downloads.xml Add new downloads page with talk of the continuous build server. Index: 2005-oswir-wacsearch.sxi =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/2005-oswir-wacsearch.sxi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsy2KoHl and /tmp/cvsp7LUQH differ Index: navigation.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/navigation.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** navigation.xml 29 Jul 2005 22:12:23 -0000 1.5 --- navigation.xml 3 Oct 2005 23:47:10 -0000 1.6 *************** *** 14,18 **** <item name="Requirements" href="/requirements.html"/> <item name="Downloads" ! href="http://sourceforge.net/project/showfiles.php?group_id=118427"/> <item name="Documentation" > --- 14,18 ---- <item name="Requirements" href="/requirements.html"/> <item name="Downloads" ! href="downloads.html"/> <item name="Documentation" > --- NEW FILE: downloads.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <document> <properties> <title>Downloads</title> <author email="stack at archive dot org">St.Ack</author> <revision>$Id: downloads.xml,v 1.1 2005/10/03 23:47:10 stack-sf Exp $</revision> </properties> <body> <section name="Downloads"> <subsection name="Releases"> <p>All releases are available off the <a href="http://sourceforge.net/project/showfiles.php?group_id=118427">Sourceforge Downloads</a> page. Release notes can be found here, <a href="articles/releasenotes.html">Heritrix Release Notes</a>. </p> </subsection> <subsection name="Continuous build"> <p>Here is a <a href="http://crawltools.archive.org:8080/cruisecontrol/">pointer</a> to our continuous build box. The latest build can be found by clicking on <i>HEAD-archive-access</i>. Bundled up version of the latest build can be found under the 'Build Artifacts' link. Be aware that this distribution has been made from CVS HEAD and CVS HEAD builds are not guaranteed stable. </p> </subsection> </section> </body> </document> |