From: Michael S. <sta...@us...> - 2005-10-05 21:23:01
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/arcretriever In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15407/src/webapps/arcretriever Modified Files: error.jsp index.jsp Log Message: * src/webapps/arcretriever/error.jsp * src/webapps/arcretriever/index.jsp * src/webapps/arcretriever/WEB-INF/web.xml Point at new package for the arcretriever. Index: index.jsp =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/arcretriever/index.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.jsp 5 Oct 2005 18:15:55 -0000 1.1 --- index.jsp 5 Oct 2005 21:22:52 -0000 1.2 *************** *** 10,28 ****   NWA ARC Retriever</H1> <p>TO BE UPDATED</p> ! <p>This web application is a part of the NWA Toolset. The application is capable of delivering web documents from archives in the ARC format.</p> ! <H2>Configuring the NWA toolset for using the ARC retriever</H2> ! <P>In the NWA toolset's config.inc file set the value of $document_retriever ! to <A HREF="ArcRetriever"> ! <%=request.getRequestURL().substring(0, request.getRequestURL().lastIndexOf("/")).concat("/ArcRetriever")%> </A></P> ! <H2>NWA Toolset</H2> ! You can find information about the NWA project and the NWA Toolset at ! <A href='http://nwa.nb.no/'>this page</A>. <H2>Licenseinformation</H2> ! The NWA Toolset is open source software. Read <A href="LICENSE.txt">more</A> about the license information. </body> --- 10,28 ----   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> ! <H2>Configuring wera for using ARC retriever</H2> ! <P>In the wera <i>lib/config.inc</i> file set the value of ! $document_retriever to <A HREF="arcretriever"> ! <%=request.getRequestURL().substring(0, request.getRequestURL().lastIndexOf("/")).concat("/arcretriever")%> </A></P> ! <H2>wera</H2> ! You can find information about wera at ! <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. </body> Index: error.jsp =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/arcretriever/error.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** error.jsp 5 Oct 2005 18:15:55 -0000 1.1 --- error.jsp 5 Oct 2005 21:22:52 -0000 1.2 *************** *** 1,4 **** <%@ ! page contentType="text/xml" pageEncoding="UTF-8" isErrorPage="true" import="no.nb.nwa.*" %><% out.println("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"); --- 1,5 ---- <%@ ! page contentType="text/xml" pageEncoding="UTF-8" isErrorPage="true" ! import="no.nb.nwa.retriever.*" %><% out.println("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"); |