Update of /cvsroot/archive-access/archive-access/projects/wayback/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23412/xdocs
Added Files:
downloads.xml faq.fml index.xml navigation.xml
Log Message:
Mavenify the wayback for Brad.
* .classpath
Point at just-added jars under WEB-INF/lib.
* LICENSE.txt
Added LGPL.
* maven.xml
Add calling of the faq generation goal.
* project.properties
* project.xml
Maven properties and project description.
* src/webapp/WEB-INF/lib/arc-1.5.1-200510181911.jar
Jar of basic arc/date stuff.
* src/webapp/WEB-INF/lib/commons-httpclient-3.0-rc3.jar
* src/webapp/WEB-INF/lib/je-2.0.83.jar xdocs/downloads.xml
Added.
* xdocs/faq.fml
* xdocs/index.xml
* xdocs/navigation.xml
Skeleton documents.
--- NEW FILE: index.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>Home Page</title>
<author email="stack at archive dot org">St.Ack</author>
<revision>$Id: index.xml,v 1.1 2005/10/20 01:30:37 stack-sf Exp $</revision>
</properties>
<body>
<section name="Introduction">
<p>The Internet Archive Wayback Machine....
</p>
<p>See WHERE for how to install.</p>
</section>
<section name="News and Status">
<p>WHATS UP?</p>
</section>
</body>
</document>
--- NEW FILE: navigation.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Heritrix">
<properties>
<title>Wayback</title>
<author email="brad at archive dot org">Brad Tofel</author>
<revision>$Id: navigation.xml,v 1.1 2005/10/20 01:30:37 stack-sf Exp $</revision>
</properties>
<body>
<menu name="Overview">
<item name="License" href="/license.html"/>
<item name="Downloads" href="downloads.html"/>
<item name="FAQ" href="/faq.html"/>
<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: faq.fml ---
<?xml version="1.0" encoding="UTF-8"?>
<faqs title="Frequently Asked Questions">
<part id="general">
<title>General</title>
<faq id="about">
<question>
What is this project all about?
</question>
<answer>
<p>
Fill in..
</p>
</answer>
</faq>
</part>
</faqs>
--- NEW FILE: downloads.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>Downloads</title>
<author email="brad at archive dot org">Brad</author>
<revision>$Id: downloads.xml,v 1.1 2005/10/20 01:30:37 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">Wayback Release Notes</a>.
</p>
</subsection>
<subsection name="Continuous build">
<p>Here is a
<a href="http://crawltools.archive.org:8080/cruisecontrol/buildresults/HEAD-archive-access">pointer</a> to our continuous build box. The latest builds
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>
|