Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/arcretriever
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18468/src/webapps/arcretriever
Modified Files:
index.jsp
Log Message:
* src/webapps/arcretriever/index.jsp
Fix text. Needs more work.
Index: index.jsp
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/arcretriever/index.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.jsp 5 Oct 2005 21:22:52 -0000 1.2
--- index.jsp 5 Oct 2005 21:34:58 -0000 1.3
***************
*** 8,13 ****
<body bgcolor="#FFFFFF">
<H1><img src="./images/logo.jpg" border=0 alt="Nordic Web Archive">
!   NWA ARC Retriever</H1>
! <p>TO BE UPDATED</p>
<p>This application is
capable of delivering web documents from archives in the ARC format.</p>
--- 8,12 ----
<body bgcolor="#FFFFFF">
<H1><img src="./images/logo.jpg" border=0 alt="Nordic Web Archive">
!   ARC Retriever</H1>
<p>This application is
capable of delivering web documents from archives in the ARC format.</p>
***************
*** 18,21 ****
--- 17,21 ----
<%=request.getRequestURL().substring(0, request.getRequestURL().lastIndexOf("/")).concat("/arcretriever")%>
</A></P>
+ <p>TODO: Document different request types.</p>
<H2>wera</H2>
***************
*** 23,27 ****
<A href='http://archive-access.sourceforge.net/projects/wera/'>this page</A>.
! <H2>Licenseinformation</H2>
The arcretriever is open source software. Read <A href="LICENSE.txt">more</A>
about the license information.
--- 23,27 ----
<A href='http://archive-access.sourceforge.net/projects/wera/'>this page</A>.
! <H2>License Information</H2>
The arcretriever is open source software. Read <A href="LICENSE.txt">more</A>
about the license information.
|