From: <bra...@us...> - 2007-09-28 00:14:42
|
Revision: 2012 http://archive-access.svn.sourceforge.net/archive-access/?rev=2012&view=rev Author: bradtofel Date: 2007-09-27 17:14:43 -0700 (Thu, 27 Sep 2007) Log Message: ----------- moved src/site/xdoc/faq.fml to src/site/fml/faq.fml Added Paths: ----------- trunk/archive-access/projects/wayback/dist/src/site/fml/ trunk/archive-access/projects/wayback/dist/src/site/fml/faq.fml Removed Paths: ------------- trunk/archive-access/projects/wayback/dist/src/site/xdoc/faq.fml Copied: trunk/archive-access/projects/wayback/dist/src/site/fml/faq.fml (from rev 2009, trunk/archive-access/projects/wayback/dist/src/site/xdoc/faq.fml) =================================================================== --- trunk/archive-access/projects/wayback/dist/src/site/fml/faq.fml (rev 0) +++ trunk/archive-access/projects/wayback/dist/src/site/fml/faq.fml 2007-09-28 00:14:43 UTC (rev 2012) @@ -0,0 +1,39 @@ +<?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> + The project is designed to replace the current Wayback Machine with an + all Java solution that is flexible enough to provide an easy-to-use + solution for the single-machine at-home user, as well as scaling up + to hundreds of machines for a full historical collection. + </p> + <p> + Primarily it is a few easily replaceable interfaces, and some core + classes that utilize those interfaces to provide the Wayback + service. Presently only trivial implementations of those interfaces + have been developed, but we hope that these interfaces will allow a + high degree of flexibility and experimentation. + </p> + </answer> + </faq> + <faq id="install"> + <question> + How can I install and use this? + </question> + <answer> + <p> + See the <a href="user_manual.html">User Manual</a> for information + about installing and using this application. + </p> + </answer> + </faq> + </part> +</faqs> Deleted: trunk/archive-access/projects/wayback/dist/src/site/xdoc/faq.fml =================================================================== --- trunk/archive-access/projects/wayback/dist/src/site/xdoc/faq.fml 2007-09-28 00:13:11 UTC (rev 2011) +++ trunk/archive-access/projects/wayback/dist/src/site/xdoc/faq.fml 2007-09-28 00:14:43 UTC (rev 2012) @@ -1,39 +0,0 @@ -<?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> - The project is designed to replace the current Wayback Machine with an - all Java solution that is flexible enough to provide an easy-to-use - solution for the single-machine at-home user, as well as scaling up - to hundreds of machines for a full historical collection. - </p> - <p> - Primarily it is a few easily replaceable interfaces, and some core - classes that utilize those interfaces to provide the Wayback - service. Presently only trivial implementations of those interfaces - have been developed, but we hope that these interfaces will allow a - high degree of flexibility and experimentation. - </p> - </answer> - </faq> - <faq id="install"> - <question> - How can I install and use this? - </question> - <answer> - <p> - See the <a href="user_manual.html">User Manual</a> for information - about installing and using this application. - </p> - </answer> - </faq> - </part> -</faqs> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |