Update of /cvsroot/archive-access/archive-access/projects/wayback/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11951/xdocs
Modified Files:
index.xml
Log Message:
TWEAK -- slightly flushed out, long ways to go
Index: index.xml
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wayback/xdocs/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.xml 20 Oct 2005 16:51:54 -0000 1.2
--- index.xml 26 Oct 2005 01:16:08 -0000 1.3
***************
*** 10,16 ****
<body>
<section name="Introduction">
! <p><b>wayback</b> is an open source implementation of the
! The Internet Archive Wayback Machine. Stay tuned for first release.
! </p>
</section>
</body>
--- 10,27 ----
<body>
<section name="Introduction">
! <p><b>wayback</b> is an open source java implementation of the
! The Internet Archive Wayback Machine.
! </p>
! <p>
! The first revision is intended to operate as a standalone webapp.
! It currently supports Archival URL queries, similar to the current
! Wayback Machine, and hopefully soon will integrate fully with
! Heritrix to provide browsing of crawled data as it is crawled.
! </p>
! <p>
! This version includes some basic ARC file indexing, so it can be directed to
! scan for and automatically index new content in the location that Heritrix
! is writing output ARC files.
! </p>
</section>
</body>
|