From: Michael S. <sta...@us...> - 2005-10-04 22:59:39
|
Update of /cvsroot/archive-access/archive-access/projects/wera/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23369/wera/xdocs Added Files: downloads.xml faq.fml navigation.xml requirements.xml Log Message: First time add of wera. Moved here from nwa.nb.no. --- NEW FILE: faq.fml --- <?xml version="1.0" encoding="UTF-8"?> <faqs title="Frequently Asked Questions"> <part id="general"> <faq id="about"> <question> TODO </question> <answer> <p>TODO </p> </answer> </faq> </part> </faqs> --- NEW FILE: navigation.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <project name="nutchwax"> <properties> <title>NutchWAX</title> <author email="stack at archive dot org">Michael Stack</author> <revision>$Id: navigation.xml,v 1.1 2005/10/04 22:59:28 stack-sf Exp $</revision> </properties> <body> <menu name="Overview"> <item name="License" href="/license.html"/> <item name="Requirements" href="/requirements.html"/> <item name="Downloads" href="downloads.html"/> <item name="Documentation" > <item name="MANUAL-TODO" href="manual.html"/> <item name="INSTALLATION-TODO" href="installation.html"/> <item name="FAQ" href="faq.html"/> </item> <item name="Browse/Submit a Bug" href="http://sourceforge.net/tracker/?group_id=118427&atid=681137"/> </menu> <footer> <a href="http://sourceforge.net/projects/archive-access/"> <img src="http://sourceforge.net/sflogo.php?group_id=archive-access&type=1" border="0" alt="sf logo"/></a> </footer> </body> </project> --- NEW FILE: requirements.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <document> <properties> <title>System Runtime Requirements</title> <author email="stack at archive dot org">St.Ack</author> <revision>$Id: requirements.xml,v 1.1 2005/10/04 22:59:28 stack-sf Exp $</revision> </properties> <body> <section name="TODO"> <subsection name="TODO"> <p /> </subsection> </section> </body> </document> --- 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/04 22:59:28 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. </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> |