Update of /cvsroot/archive-access/archive-access/projects/wera
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6029
Modified Files:
maven.xml project.properties project.xml
Log Message:
* maven.xml
* project.properties
* project.xml
* src/articles/manual.xml
* xdocs/navigation.xml
* xdocs/requirements.xml
Updated text around wera. Removed stuff like requirements. The manual
has it all.
Index: maven.xml
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** maven.xml 5 Oct 2005 18:15:54 -0000 1.3
--- maven.xml 6 Oct 2005 22:32:45 -0000 1.4
***************
*** 14,22 ****
<arg value="--archive" />
<arg value="--rsh=ssh" />
! <arg
! value="${maven.build.dir}/docs/"/>
<arg value="${maven.username}@archive-access.sf.net:/home/groups/a/ar/archive-access/htdocs/projects/wera/" />
</exec>
</goal>
<preGoal name="xdoc:jelly-transform">
<attainGoal name="faq" />
--- 14,22 ----
<arg value="--archive" />
<arg value="--rsh=ssh" />
! <arg value="${maven.build.dir}/docs/"/>
<arg value="${maven.username}@archive-access.sf.net:/home/groups/a/ar/archive-access/htdocs/projects/wera/" />
</exec>
</goal>
+
<preGoal name="xdoc:jelly-transform">
<attainGoal name="faq" />
Index: project.properties
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/project.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** project.properties 5 Oct 2005 18:15:54 -0000 1.3
--- project.properties 6 Oct 2005 22:32:45 -0000 1.4
***************
*** 32,34 ****
--- 32,35 ----
# Properties for building the ArcRetriever WAR.
+ maven.war.src = ${maven.src.dir}/webapps/arcretriever
maven.war.final.name = arcretriever.war
Index: project.xml
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wera/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** project.xml 5 Oct 2005 18:15:54 -0000 1.6
--- project.xml 6 Oct 2005 22:32:45 -0000 1.7
***************
*** 17,21 ****
<organization>
<name >NWA</name>
! <url >http://nwa.nb.no/</url>
<logo>/images/nwa.jpg</logo>
</organization>
--- 17,21 ----
<organization>
<name >NWA</name>
! <url >http://archive-access.sourceforge.net/projects/wera/</url>
<logo>/images/nwa.jpg</logo>
</organization>
***************
*** 25,38 ****
<package>no.nb.nwa</package>
<logo />
! <description>Wera is an archive <i>viewer</i> application that
! gives an Internet
! Archive Wayback Machine-like access to web archive collections. Wera is
! a php5 application based on -- and replacing -- the <a
! href="http://nwa.nb.no/">NwaToolset</a>. Currently, it uses
! <a href="/projects/nutch">Nutchwax</a> as its search engine
! core and the ARCRetriever (included) webapp fetching records from ARCs.
</description>
<!-- a short description of what the project does -->
! <shortDescription>An archive viewer application.
</shortDescription>
<!-- The project home page -->
--- 25,46 ----
<package>no.nb.nwa</package>
<logo />
! <description>WERA (Web ARchive Access) is a freely available solution for
! searching and navigating archived web document collections. It works
! like the Internet Archive's <a
! href="http://www.archive.org/web">Wayback
! Machine</a> except it also allows for full-text search of the web
! archive. Wera is a php application based on pieces from -- and
! now, with <a href="/projects/nutch">Nutchwax</a>
! replaces -- <a href="http://nwa.nb.no/">NwaToolset</a>.
! The wera component includes an ARCRetriever webapp for the fetching of
! records from directories of Internet Archive ARC files.
! See the <a href="articles/manual">wera
! Manual</a> for more on how wera works, requirements, and installation.
! Wera development has been sponsored by the <a
! href="http://www.netpreserve.net">International Internet Preservation
! Consortium (IIPC)</a>.
</description>
<!-- a short description of what the project does -->
! <shortDescription>An Archive viewer application.
</shortDescription>
<!-- The project home page -->
|