You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(10) |
Sep
(36) |
Oct
(339) |
Nov
(103) |
Dec
(152) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(141) |
Feb
(102) |
Mar
(125) |
Apr
(203) |
May
(57) |
Jun
(30) |
Jul
(139) |
Aug
(46) |
Sep
(64) |
Oct
(105) |
Nov
(34) |
Dec
(162) |
2007 |
Jan
(81) |
Feb
(57) |
Mar
(141) |
Apr
(72) |
May
(9) |
Jun
(1) |
Jul
(144) |
Aug
(88) |
Sep
(40) |
Oct
(43) |
Nov
(34) |
Dec
(20) |
2008 |
Jan
(44) |
Feb
(45) |
Mar
(16) |
Apr
(36) |
May
(8) |
Jun
(77) |
Jul
(177) |
Aug
(66) |
Sep
(8) |
Oct
(33) |
Nov
(13) |
Dec
(37) |
2009 |
Jan
(2) |
Feb
(5) |
Mar
(8) |
Apr
|
May
(36) |
Jun
(19) |
Jul
(46) |
Aug
(8) |
Sep
(1) |
Oct
(66) |
Nov
(61) |
Dec
(10) |
2010 |
Jan
(13) |
Feb
(16) |
Mar
(38) |
Apr
(76) |
May
(47) |
Jun
(32) |
Jul
(35) |
Aug
(45) |
Sep
(20) |
Oct
(61) |
Nov
(24) |
Dec
(16) |
2011 |
Jan
(22) |
Feb
(34) |
Mar
(11) |
Apr
(8) |
May
(24) |
Jun
(23) |
Jul
(11) |
Aug
(42) |
Sep
(81) |
Oct
(48) |
Nov
(21) |
Dec
(20) |
2012 |
Jan
(30) |
Feb
(25) |
Mar
(4) |
Apr
(6) |
May
(1) |
Jun
(5) |
Jul
(5) |
Aug
(8) |
Sep
(6) |
Oct
(6) |
Nov
|
Dec
|
From: Michael S. <sta...@us...> - 2005-10-25 03:23:50
|
Update of /cvsroot/archive-access/archive-access/projects/wayback/src/webapp/WEB-INF/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29017/src/webapp/WEB-INF/lib Added Files: commons-codec-1.3.jar dsi-unimi-it-1.0.0.kb.jar Log Message: * .classpath * project.properties * project.xml Add commons-codec and dsi lib. * build.xml Empty, placeholder build.xml (Prevents harmless exception spew during maven build). * src/webapp/WEB-INF/lib/commons-codec-1.3.jar * src/webapp/WEB-INF/lib/dsi-unimi-it-1.0.0.kb.jar Added. --- NEW FILE: dsi-unimi-it-1.0.0.kb.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: commons-codec-1.3.jar --- (This appears to be a binary file; contents omitted.) |
From: Michael S. <sta...@us...> - 2005-10-25 00:21:07
|
Update of /cvsroot/archive-access/archive-access/projects/wayback In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24088 Modified Files: maven.xml Log Message: * maven.xml Add calling of the 'war' goal when 'dist' is invoked. Copy into bin 'webapp' dir the produced war file as part of the 'dist' build. Index: maven.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wayback/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** maven.xml 20 Oct 2005 01:30:36 -0000 1.1 --- maven.xml 25 Oct 2005 00:20:58 -0000 1.2 *************** *** 12,14 **** --- 12,26 ---- <attainGoal name="faq"/> </preGoal> + <goal name="jar:jar" + description="Blind out jar:jar -- we don't want a jar made"/> + <postGoal name="dist:prepare-bin-filesystem"> + <attainGoal name="war" /> + <!--Copy over the just made war files into the distribution copy.--> + <mkdir dir="${maven.dist.bin.assembly.dir}/webapp" /> + <copy todir="${maven.dist.bin.assembly.dir}/webapp"> + <fileset dir="${maven.build.dir}"> + <include name="*.war"/> + </fileset> + </copy> + </postGoal> </project> |
From: Sverre B. <sv...@us...> - 2005-10-23 16:54:20
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29131/src/articles Modified Files: manual.xml Log Message: changed <a../> use to <ulink../> Index: manual.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/manual.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** manual.xml 23 Oct 2005 16:42:54 -0000 1.8 --- manual.xml 23 Oct 2005 16:54:09 -0000 1.9 *************** *** 270,275 **** <listitem> ! <para><a ! href="http://archive-access.sourceforge.net/projects/nutch/">NutchWAX</a>. A bundling of Nutch and extensions for searching search Web Archive Collections (WACs) For how to install NutchWAX, see <ulink --- 270,274 ---- <listitem> ! <para><ulink url="http://archive-access.sourceforge.net/projects/nutch/">NutchWAX</ulink>. A bundling of Nutch and extensions for searching search Web Archive Collections (WACs) For how to install NutchWAX, see <ulink |
From: Sverre B. <sv...@us...> - 2005-10-23 16:43:02
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26964/src/articles Modified Files: manual.xml Log Message: Index: manual.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/manual.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** manual.xml 22 Oct 2005 00:58:09 -0000 1.7 --- manual.xml 23 Oct 2005 16:42:54 -0000 1.8 *************** *** 6,11 **** <articleinfo> ! <releaseinfo>$Id: manual.xml,v 1.3 2005/07/15 17:12:14 sverreb Exp ! $</releaseinfo> <copyright> --- 6,10 ---- <articleinfo> ! <releaseinfo>$Id$</releaseinfo> <copyright> |
From: Sverre B. <sv...@us...> - 2005-10-23 15:40:16
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14007/src/installer Modified Files: build.xml build-wera.xml Log Message: Index: build-wera.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/installer/build-wera.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build-wera.xml 21 Oct 2005 11:12:07 -0000 1.2 --- build-wera.xml 23 Oct 2005 15:39:59 -0000 1.3 *************** *** 9,12 **** --- 9,13 ---- <input message="Please enter sourceforge-username, hit enter for default [sverreb]:" addproperty="nwa.sfuser" defaultvalue="sverreb"/> <input message="Please enter CVS-TAG to build from. Note! The tag has to exist. Hit enter for default [head]:" addproperty="wera.cvstag" defaultvalue="head"/> + <input message="Please enter release number to name this build. Leave empty to use date or tag in build name:" addproperty="wera.relno" defaultvalue=""/> <echo message="CVS-user: ${nwa.sfuser}"/> *************** *** 18,22 **** <!-- Properties for generating documentation --> <property name="releasenotes.xml" value="${cvsexport}/archive-access/projects/wera/src/articles/releasenotes.xml"/> ! <property name="releasenotes.html" value="${cvsexport}/releasenotes.html"/> <property name="input.file" value="${cvsexport}/archive-access/projects/wera/src/articles/manual.xml"/> --- 19,23 ---- <!-- Properties for generating documentation --> <property name="releasenotes.xml" value="${cvsexport}/archive-access/projects/wera/src/articles/releasenotes.xml"/> ! <property name="releasenotes.html" value="${cvsexport}/articles/releasenotes.html"/> <property name="input.file" value="${cvsexport}/archive-access/projects/wera/src/articles/manual.xml"/> *************** *** 29,35 **** <echo message="Fetching source code ... "/> ! <tstamp> ! <format property="weraversion" pattern="yyyyMMddHHmm"/> ! </tstamp> <if> <equals arg1="${wera.cvstag}" arg2="head" /> --- 30,46 ---- <echo message="Fetching source code ... "/> ! ! <if> ! <equals arg1="${wera.relno}" arg2="" /> ! <then> ! <tstamp> ! <format property="weraversion" pattern="yyyyMMddHHmm"/> ! </tstamp> ! </then> ! <else> ! <property name="weraversion" value="${wera.relno}"/> ! </else> ! </if> ! <if> <equals arg1="${wera.cvstag}" arg2="head" /> Index: build.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/installer/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 21 Oct 2005 11:12:07 -0000 1.2 --- build.xml 23 Oct 2005 15:39:59 -0000 1.3 *************** *** 38,47 **** </copy> ! <mkdir dir="${apacheWebRootDir}/wera/manual"/> ! <mkdir dir="${apacheWebRootDir}/wera/manual/images"/> ! <copy file="${basedir}/temp/manual/manual.html" tofile="${apacheWebRootDir}/wera/manual/manual.html"/> ! <!--<copy file="${basedir}/temp/manual/manual.pdf" tofile="${apacheWebRootDir}/wera/manual/manual.pdf"/>--> ! <copy todir="${apacheWebRootDir}/wera/manual/images"> ! <fileset dir="${basedir}/temp/manual/images"/> </copy> --- 38,47 ---- </copy> ! <mkdir dir="${apacheWebRootDir}/wera/articles"/> ! <mkdir dir="${apacheWebRootDir}/wera/articles/images"/> ! <copy file="${basedir}/temp/articles/manual.html" tofile="${apacheWebRootDir}/wera/articles/manual.html"/> ! <!--<copy file="${basedir}/temp/articles/manual.pdf" tofile="${apacheWebRootDir}/wera/manual/manual.pdf"/>--> ! <copy todir="${apacheWebRootDir}/wera/articles/images"> ! <fileset dir="${basedir}/temp/articles/images"/> </copy> |
From: Michael S. <sta...@us...> - 2005-10-22 21:17:07
|
Update of /cvsroot/archive-access/archive-access/projects/wera/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15252/xdocs Modified Files: navigation.xml Log Message: * xdocs/navigation.xml Remove release notes from here. Index: navigation.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/xdocs/navigation.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** navigation.xml 22 Oct 2005 00:48:18 -0000 1.7 --- navigation.xml 22 Oct 2005 21:17:00 -0000 1.8 *************** *** 13,17 **** <item name="License" href="/license.html"/> <item name="Downloads" href="downloads.html"/> - <item name="Release Notes" href="/articles/releasenotes.html"/> <item name="Documentation" > <item name="What is WERA" href="/articles/what-is-wera.html"/> --- 13,16 ---- |
From: Michael S. <sta...@us...> - 2005-10-22 03:08:58
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3530/src/articles Modified Files: releasenotes.xml Log Message: * src/articles/releasenotes.xml Formatting. Index: releasenotes.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/src/articles/releasenotes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** releasenotes.xml 22 Oct 2005 01:27:03 -0000 1.3 --- releasenotes.xml 22 Oct 2005 03:08:47 -0000 1.4 *************** *** 60,67 **** <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1247571">1247571</ulink></entry><entry>Fix</entry><entry>Items not getting indexed</entry><entry>2005-07-29 09:55</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1312212">1312212</ulink></entry><entry><entry>Fix</entry>bad xml chars in search results</entry><entry>2005-10-03 12:11</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1244894">1244894</ulink></entry><entry><entry>Fix</entry>Cannot query for non-ISO8859 characters</entry><entry>2005-07-25 18:38</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1312208">1312208</ulink></entry><entry><entry>Fix</entry>Query time encoding issues</entry><entry>2005-10-03 12:11</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1312217">1312217</ulink></entry><entry><entry>Fix</entry>Not indexing images</entry><entry>2005-10-03 12:18</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1244875">1244875</ulink></entry><entry>Fix</entry><entry>exacturl encoding not working</entry><entry>2005-07-25 17:21</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1281697">1281697</ulink></entry><entry>Fix</entry><entry>searching czech words not working</entry><entry>2005-09-04 10:36</entry><entry>stack-sf</entry><entry>kranach</entry></row> --- 60,67 ---- <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1247571">1247571</ulink></entry><entry>Fix</entry><entry>Items not getting indexed</entry><entry>2005-07-29 09:55</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1312212">1312212</ulink></entry><entry>Fix</entry><entry>bad xml chars in search results</entry><entry>2005-10-03 12:11</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1244894">1244894</ulink></entry><entry>Fix</entry><entry>Cannot query for non-ISO8859 characters</entry><entry>2005-07-25 18:38</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1312208">1312208</ulink></entry><entry>Fix</entry><entry>Query time encoding issues</entry><entry>2005-10-03 12:11</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1312217">1312217</ulink></entry><entry>Fix</entry><entry>Not indexing images</entry><entry>2005-10-03 12:18</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1244875">1244875</ulink></entry><entry>Fix</entry><entry>exacturl encoding not working</entry><entry>2005-07-25 17:21</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1281697">1281697</ulink></entry><entry>Fix</entry><entry>searching czech words not working</entry><entry>2005-09-04 10:36</entry><entry>stack-sf</entry><entry>kranach</entry></row> |
From: Michael S. <sta...@us...> - 2005-10-22 02:43:34
|
Update of /cvsroot/archive-access/archive-access/projects/nutch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31435 Modified Files: maven.xml project.properties project.xml Log Message: * project.xml Move the release past 0.4.0 to 0.5.0. * maven.xml * project.properties Add building of the release notes. Index: maven.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/maven.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** maven.xml 21 Oct 2005 00:42:14 -0000 1.11 --- maven.xml 22 Oct 2005 02:43:23 -0000 1.12 *************** *** 22,25 **** --- 22,26 ---- <preGoal name="xdoc:jelly-transform"> <attainGoal name="faq" /> + <attainGoal name="docbook"/> </preGoal> <postGoal name="xdoc:jelly-transform"> *************** *** 44,47 **** --- 45,49 ---- <echo>[nutchwax] dist:prepare-bin-filesystem postGoal</echo> <property name="nutch.dir" value="${basedir}/nutch" /> + <attainGoal name="docbook" /> *************** *** 123,126 **** --- 125,129 ---- file="${basedir}/conf/nutch-site.xml.nutchwax" filtering="true" overwrite="true" /> + <attainGoal name="copy_docbook" /> </postGoal> *************** *** 128,130 **** --- 131,173 ---- <goal name="dist:build-src" /> + <goal name="docbook"> + <!--Check that the jimi jars are present. If not, skip docbook. + --> + <j:set var="sDocbookSupportPresent" value="false" /> + <util:available file="${maven.repo.local}/jimi/jars" > + <j:set var="sDocbookSupportPresent" value="true"/> + </util:available> + <j:if test="${sDocbookSupportPresent == 'true'}"> + <attainGoal name="sdocbook:generate-html"/> + <!--<attainGoal name="sdocbook:generate-pdf"/> + --> + </j:if> + <!-- else --> + <j:if test="${sDocbookSupportPresent != 'true'}"> + <echo + message="sdocbook SUN jimi jar not present. Skipping docbook build." /> + </j:if> + </goal> + + <goal name="copy_docbook"> + <!--Copies docbooks under dist docs and under webapps. This goal runs + after these dirs have been setup. + --> + <property name="docbook.assembled" + value="${maven.build.dir}/docs/articles/" /> + <j:set var="docbookPresent" value="false" /> + <util:available file="${docbook.assembled}" > + <j:set var="docbookPresent" value="true"/> + </util:available> + <j:if test="${docbookPresent == 'true'}"> + <echo message="Copying over docbook" /> + <!--Copy under docs in binary build--> + <mkdir dir="${maven.dist.bin.assembly.dir}/docs/articles/" /> + <copy todir="${maven.dist.bin.assembly.dir}/docs/articles/" + verbose="true"> + <fileset dir="${maven.build.dir}/docs/articles/" /> + </copy> + </j:if> + </goal> + </project> Index: project.properties =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/project.properties,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** project.properties 18 Oct 2005 23:21:11 -0000 1.15 --- project.properties 22 Oct 2005 02:43:23 -0000 1.16 *************** *** 22,23 **** --- 22,30 ---- maven.jar.arc = ${basedir}/lib/arc-1.5.1-200508191341.jar maven.jar.servlet-api = ${basedir}/nutch/lib/servlet-api.jar + + # Sdocbook properties + maven.sdocbook.src.dir = ${basedir}/src/articles + maven.sdocbook.target.dir = ${maven.build.dir}/docs/articles + maven.sdocbook.resources.include = + maven.sdocbook.html.params = -PARAM generate.id.attributes 1 -PARAM section.autolabel 1 -PARAM part.autolabel 1 -PARAM chapter.autolabel 1 -PARAM generate.meta.abstract 1 + maven.sdocbook.fo.params = -PARAM generate.id.attributes 1 -PARAM section.autolabel 1 -PARAM part.autolabel 1 -PARAM chapter.autolabel 1 -PARAM generate.meta.abstract 1 Index: project.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** project.xml 22 Oct 2005 01:03:18 -0000 1.20 --- project.xml 22 Oct 2005 02:43:23 -0000 1.21 *************** *** 12,16 **** <!-- The version of the project under development, e.g. 1.1, 1.2, 2.0-SNAPSHOT --> ! <currentVersion>0.4.0${version.build.suffix}</currentVersion> <!-- details about the organization that 'owns' the project --> --- 12,16 ---- <!-- The version of the project under development, e.g. 1.1, 1.2, 2.0-SNAPSHOT --> ! <currentVersion>0.5.0${version.build.suffix}</currentVersion> <!-- details about the organization that 'owns' the project --> |
From: Michael S. <sta...@us...> - 2005-10-22 02:43:34
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/src/java/org/archive/access/nutch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31435/src/java/org/archive/access/nutch Modified Files: NutchwaxQueryTest.java Log Message: * project.xml Move the release past 0.4.0 to 0.5.0. * maven.xml * project.properties Add building of the release notes. Index: NutchwaxQueryTest.java =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/src/java/org/archive/access/nutch/NutchwaxQueryTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NutchwaxQueryTest.java 19 Oct 2005 20:55:00 -0000 1.2 --- NutchwaxQueryTest.java 22 Oct 2005 02:43:23 -0000 1.3 *************** *** 34,39 **** * Its messing up when urls contain parens. final String result = "exacturl:7D3GWTB7PCSO5IQBOUGDH76JCE"; ! assertEquals("duboce (" + result + ")", NutchwaxQuery. ! encodeExacturl("duboce (exacturl:http://www.duboce.net/)")); assertEquals(result, NutchwaxQuery.encodeExacturl("exacturl:http://www.duboce.net/")); --- 34,39 ---- * Its messing up when urls contain parens. final String result = "exacturl:7D3GWTB7PCSO5IQBOUGDH76JCE"; ! assertEquals("duboce " + result, NutchwaxQuery. ! encodeExacturl("duboce exacturl:http://www.duboce.net/")); assertEquals(result, NutchwaxQuery.encodeExacturl("exacturl:http://www.duboce.net/")); |
From: Michael S. <sta...@us...> - 2005-10-22 02:23:31
|
Update of /cvsroot/archive-access/archive-access/projects/wera/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28218/xdocs Modified Files: index.xml Log Message: * project.xml Move the project version past 0.4.0. * xdocs/index.xml Fix some tagging. Index: index.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.xml 22 Oct 2005 01:15:06 -0000 1.5 --- index.xml 22 Oct 2005 02:23:17 -0000 1.6 *************** *** 40,45 **** </p> </subsection> ! <subsection name="WERA migrated from <a ! href='http://nwa.nb.no'>NWA</a> to archive-access 09/2005"> <p>WERA is now a subproject of the <a --- 40,44 ---- </p> </subsection> ! <subsection name="WERA migrated from NWAToolset at nwa.nb.no to archive-access 09/2005"> <p>WERA is now a subproject of the <a |
From: Michael S. <sta...@us...> - 2005-10-22 02:23:29
|
Update of /cvsroot/archive-access/archive-access/projects/wera In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28218 Modified Files: project.xml Log Message: * project.xml Move the project version past 0.4.0. * xdocs/index.xml Fix some tagging. Index: project.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** project.xml 20 Oct 2005 16:34:11 -0000 1.13 --- project.xml 22 Oct 2005 02:23:17 -0000 1.14 *************** *** 12,16 **** <!-- The version of the project under development, e.g. 1.1, 1.2, 2.0-SNAPSHOT --> ! <currentVersion>0.4.0${version.build.suffix}</currentVersion> <!-- details about the organization that 'owns' the project --> --- 12,16 ---- <!-- The version of the project under development, e.g. 1.1, 1.2, 2.0-SNAPSHOT --> ! <currentVersion>0.5.0${version.build.suffix}</currentVersion> <!-- details about the organization that 'owns' the project --> |
From: Michael S. <sta...@us...> - 2005-10-22 01:46:29
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22248/xdocs Modified Files: gettingstarted.xml Log Message: * xdocs/gettingstarted.xml Update install instructions. Index: gettingstarted.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/gettingstarted.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** gettingstarted.xml 6 Oct 2005 21:23:17 -0000 1.10 --- gettingstarted.xml 22 Oct 2005 01:46:21 -0000 1.11 *************** *** 31,35 **** This will build an index for you in <code>${HOME}/nutch-data</code> (-n says do not run the deduplication step -- necessary if you are using nutchwax ! with wera -- and the '-c' is the name of the collection the indexed content will belong to). </p> --- 31,35 ---- This will build an index for you in <code>${HOME}/nutch-data</code> (-n says do not run the deduplication step -- necessary if you are using nutchwax ! with WERA -- and the '-c' is the name of the collection the indexed content will belong to). </p> *************** *** 51,63 **** nowhere. This is because NutchWAX by default has no means of rendoring the search hit out of the web archive collection. ! <a href="/projects/wera/">WERA</a> is an application that can do this for you. WERA is like the Internet Archive <a href="http://www.archive.org/web/web.php">Wayback Machine</a> except it also supports full text search (courtesy of NutchWAX). It is a php application for searching and browsing WACs. ! See the <a href="/projects/wera/">wera</a> for how to install. ! Be aware that your php install must include the ! xml module -- check phpinfo output -- and that configuration is kept ! in <code>wera/lib/config.inc</code>. </p> </subsection> --- 51,60 ---- nowhere. This is because NutchWAX by default has no means of rendoring the search hit out of the web archive collection. ! <a href="http://archive-access.sourceforge.net/projects/wera/">WERA</a> is an application that can do this for you. WERA is like the Internet Archive <a href="http://www.archive.org/web/web.php">Wayback Machine</a> except it also supports full text search (courtesy of NutchWAX). It is a php application for searching and browsing WACs. ! See the <a href="http://archive-access.sourceforge.net/projects/wera/">WERA</a> for how to install. </p> </subsection> |
From: Michael S. <sta...@us...> - 2005-10-22 01:34:09
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20647/xdocs Modified Files: index.xml Log Message: * xdocs/index.xml Fix up home page. Index: index.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/xdocs/index.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** index.xml 6 Oct 2005 21:23:17 -0000 1.12 --- index.xml 22 Oct 2005 01:34:00 -0000 1.13 *************** *** 23,36 **** </section> <section name="News"> <subsection name="Initial alpha release 0.2.1 07/27/2005"> <p>Announcing the initial coordinated alpha release of NutchWAX and ! <a href="/projects/wera/">wera</a>. Wera is an archive viewer application that gives an Internet Archive <a href="http://www.archive.org/web/web.php">Wayback Machine</a>-like access to web archive collections. - There are no release notes accompanying these releases. Rather, see the - <a href="https://sourceforge.net/tracker/?group_id=118427&atid=681137">RFE</a> and <a href="https://sourceforge.net/tracker/?group_id=118427&atid=681140">Bug</a> - Issue Tracking databases up on sourceforge for listings of whats - currently outstanding. </p> </subsection> --- 23,41 ---- </section> <section name="News"> + <subsection name="Release 0.4.0 - 10/21/2005"> + <p>NutchWAX 0.4.0 is built against Nutch-0.7. Lots of Bug Fixes + (See <a href="articles/releasenotes.html">Release Notes</a>). + This release has been coordinated with a new release of + <a href="http://archive-access.sourceforge.net/projects/wera/">WERA</a>, + a web archive collection viewer application. + </p> + </subsection> + <subsection name="Initial alpha release 0.2.1 07/27/2005"> <p>Announcing the initial coordinated alpha release of NutchWAX and ! <a href="/projects/wera/">WERA</a>. WERA is an archive viewer application that gives an Internet Archive <a href="http://www.archive.org/web/web.php">Wayback Machine</a>-like access to web archive collections. </p> </subsection> |
From: Michael S. <sta...@us...> - 2005-10-22 01:27:11
|
Update of /cvsroot/archive-access/archive-access/projects/nutch/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19865/src/articles Modified Files: releasenotes.xml Log Message: * src/articles/releasenotes.xml Add fixes and adds. Index: releasenotes.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/src/articles/releasenotes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** releasenotes.xml 18 Oct 2005 23:21:11 -0000 1.2 --- releasenotes.xml 22 Oct 2005 01:27:03 -0000 1.3 *************** *** 13,20 **** </articleinfo> ! <sect1 id="1_6_0"> ! <title>Release 0.4.0 - NOT YET RELEASED</title> <abstract> ! <para>TODO</para> </abstract> <para>NutchWAX has been built against Nutch 0.7.0 (There seem to be issues --- 13,20 ---- </articleinfo> ! <sect1 id="0_4_0"> ! <title>Release 0.4.0 - 10/10/21</title> <abstract> ! <para>Bug fixes.</para> </abstract> <para>NutchWAX has been built against Nutch 0.7.0 (There seem to be issues *************** *** 25,32 **** <sect2 id="0_4_0_limitations"> <title>Known Limitations/Issues</title> ! <sect3 id="bdb_nfs"><title>java.io.IOException: No locks available</title> ! <para>Bdb will complain 'No locks available' when crawler is being ! built/run on an NFS mount. Workaround is not run on an NFS-mounted ! volume. </para> </sect3> --- 25,36 ---- <sect2 id="0_4_0_limitations"> <title>Known Limitations/Issues</title> ! <para>General limitation of current platform are listed in ! Section 7. <emphasis>Observations</emphasis> on Page 9 of ! <ulink url="http://archive-access.sourceforge.net/projects/nutch/iwaw/iwaw-wacsearch.pdf">Full Text Search of Web Archive Collections</ulink>. ! </para> ! <sect3 id="pdf"><title>PDFs</title> ! <para>PDFs whose size is greater than 10megs are skipped completely. ! Legitimate PDFs whose http content-length does not strictly gree with ! the ARC length are also skipped. </para> </sect3> *************** *** 34,56 **** <sect2 id="0_4_0_changes"> <title>Changes</title> ! <sect3 id="postselector"> ! <title>Postselector</title> ! <para>The Postselector has been refactored out of existence. ! Its responsibilities have been parcelled out to two new Processors: ! LinksScoper and FrontierScheduler. LinksScoper is responsible for ! scope checking of extracted links. FrontierScheduler does the ! scheduling of URIs with the Frontier. ! </para> ! <para>This change was done to allow introduction of processors ! between scope checking and Frontier scheduling steps. ! </para> ! <para>Because of this change, order files from 1.4.0 Heritrix or ! before will need to be updated -- Postselector references replaced ! by LinkScoper and FrontierScheduler references -- before they ! can be used with Heritrix 1.6.0 (Referencing a non-existent ! Postselector in an order file usually shows as -50 fetch status ! in crawl.log). ! </para> ! </sect3> </sect2> </sect1> --- 38,74 ---- <sect2 id="0_4_0_changes"> <title>Changes</title> ! <para><table> ! <title>Bugs/Features</title> ! <tgroup cols="5"> ! <thead> ! <row> ! <entry>ID</entry> ! <entry>Type</entry> ! <entry>Summary</entry> ! <entry>Open Date</entry> ! <entry>By</entry> ! <entry>Filer</entry> ! </row> ! </thead> ! ! <tbody> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681140&aid=1313214">1313214</ulink></entry><entry>Add</entry><entry>Dedup'ing that considers collection field.</entry><entry>2005-10-04 12:46</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681140&aid=1309781">1309781</ulink></entry><entry>Add</entry><entry>Add in skipping certain types if > size</entry><entry>2005-09-30 14:01</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681140&aid=1244843">1244843</ulink></entry><entry>Add</entry><entry>Allow querying on mime primary and sub type</entry><entry>2005-07-25 16:13</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681140&aid=1280825">1280825</ulink></entry><entry>Add</entry><entry>Make nutch merge segment work against nutchwax segments</entry><entry>2005-09-02 10:00</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! ! ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1247571">1247571</ulink></entry><entry>Fix</entry><entry>Items not getting indexed</entry><entry>2005-07-29 09:55</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1312212">1312212</ulink></entry><entry><entry>Fix</entry>bad xml chars in search results</entry><entry>2005-10-03 12:11</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1244894">1244894</ulink></entry><entry><entry>Fix</entry>Cannot query for non-ISO8859 characters</entry><entry>2005-07-25 18:38</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1312208">1312208</ulink></entry><entry><entry>Fix</entry>Query time encoding issues</entry><entry>2005-10-03 12:11</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1312217">1312217</ulink></entry><entry><entry>Fix</entry>Not indexing images</entry><entry>2005-10-03 12:18</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1244875">1244875</ulink></entry><entry>Fix</entry><entry>exacturl encoding not working</entry><entry>2005-07-25 17:21</entry><entry>stack-sf</entry><entry>stack-sf</entry></row> ! <row><entry><ulink url="http://sourceforge.net/tracker/index.php?func=detail&group_id=118427&atid=681137&aid=1281697">1281697</ulink></entry><entry>Fix</entry><entry>searching czech words not working</entry><entry>2005-09-04 10:36</entry><entry>stack-sf</entry><entry>kranach</entry></row> ! ! </tbody> ! </tgroup> ! </table></para> ! </sect2> </sect1> |
From: Michael S. <sta...@us...> - 2005-10-22 01:15:15
|
Update of /cvsroot/archive-access/archive-access/projects/wera/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17309/xdocs Modified Files: index.xml Log Message: * src/articles/releasenotes.xml * xdocs/index.xml Add note that documentation has been improved.. Index: index.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/xdocs/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.xml 22 Oct 2005 00:49:47 -0000 1.4 --- index.xml 22 Oct 2005 01:15:06 -0000 1.5 *************** *** 35,44 **** <section name="News"> <subsection name="Release 0.4.0 10/21/2005"> ! <p>Improved error and encoding handling. Lots of bug fixes. See <a href="articles/releasenotes.html">Release Notes</a>. </p> </subsection> <subsection name="WERA migrated from <a ! href="http://nwa.nb.no">NWA</a> to archive-access 09/2005"> <p>WERA is now a subproject of the <a --- 35,45 ---- <section name="News"> <subsection name="Release 0.4.0 10/21/2005"> ! <p>Improved error and encoding handling. Lots of bug fixes and ! improved documentation. See <a href="articles/releasenotes.html">Release Notes</a>. </p> </subsection> <subsection name="WERA migrated from <a ! href='http://nwa.nb.no'>NWA</a> to archive-access 09/2005"> <p>WERA is now a subproject of the <a |
From: Michael S. <sta...@us...> - 2005-10-22 01:15:14
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17309/src/articles Modified Files: releasenotes.xml Log Message: * src/articles/releasenotes.xml * xdocs/index.xml Add note that documentation has been improved.. Index: releasenotes.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/releasenotes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** releasenotes.xml 22 Oct 2005 00:48:18 -0000 1.8 --- releasenotes.xml 22 Oct 2005 01:15:06 -0000 1.9 *************** *** 14,18 **** <abstract> <para>Improved <emphasis>exacturl</emphasis> handling, error handling and ! encoding issues. Bug fixes.</para> </abstract> --- 14,18 ---- <abstract> <para>Improved <emphasis>exacturl</emphasis> handling, error handling and ! encoding issues. Bug fixes and documentation.</para> </abstract> |
From: Michael S. <sta...@us...> - 2005-10-22 01:03:25
|
Update of /cvsroot/archive-access/archive-access/projects/nutch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14221 Modified Files: project.xml Log Message: * project.xml Update to 0.4.0 Index: project.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/nutch/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** project.xml 2 Sep 2005 01:08:18 -0000 1.19 --- project.xml 22 Oct 2005 01:03:18 -0000 1.20 *************** *** 12,16 **** <!-- The version of the project under development, e.g. 1.1, 1.2, 2.0-SNAPSHOT --> ! <currentVersion>0.3.0${version.build.suffix}</currentVersion> <!-- details about the organization that 'owns' the project --> --- 12,16 ---- <!-- The version of the project under development, e.g. 1.1, 1.2, 2.0-SNAPSHOT --> ! <currentVersion>0.4.0${version.build.suffix}</currentVersion> <!-- details about the organization that 'owns' the project --> |
From: Michael S. <sta...@us...> - 2005-10-22 00:58:17
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13030/src/articles Modified Files: manual.xml Log Message: * src/articles/manual.xml More edits. Index: manual.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/manual.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** manual.xml 22 Oct 2005 00:45:41 -0000 1.6 --- manual.xml 22 Oct 2005 00:58:09 -0000 1.7 *************** *** 218,228 **** <title>Installing</title> - <para>These instructions describe installation of WERA. - The do no describe installation of NutchWAX (See - <ulink url="http://archive-access.sourceforge.net/projects/nutch/gettingstarted.html">NutchWAX Getting Started...</ulink>). - </para> <para>Information on how to distribute the different components of WERA on different hosts will be provided in a later version of WERA.</para> <section> --- 218,226 ---- <title>Installing</title> + <note> <para>Information on how to distribute the different components of WERA on different hosts will be provided in a later version of WERA.</para> + </note> <section> *************** *** 273,279 **** <listitem> ! <para>NutchWAX. A bundling of Nutch and extensions for searching search Web Archive Collections (WACs) ! http://archive-access.sourceforge.net/projects/nutch/</para> </listitem> </itemizedlist> --- 271,280 ---- <listitem> ! <para><a ! href="http://archive-access.sourceforge.net/projects/nutch/">NutchWAX</a>. A bundling of Nutch and extensions for searching search Web Archive Collections (WACs) ! For how to install NutchWAX, see <ulink ! url="http://archive-access.sourceforge.net/projects/nutch/gettingstarted.html">NutchWAX Getting Started...</ulink>. ! </para> </listitem> </itemizedlist> *************** *** 283,287 **** <title>Java Based Installer</title> <para>A java based installer will install and configure ! the wera php webapp and the arcretriever application. </para> --- 284,288 ---- <title>Java Based Installer</title> <para>A java based installer will install and configure ! the wera php webapp and arcretriever application. </para> |
From: Michael S. <sta...@us...> - 2005-10-22 00:50:03
|
Update of /cvsroot/archive-access/archive-access/projects/wera/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11884/xdocs Modified Files: index.xml Log Message: * xdocs/index.xml Uppercase all 'wera' mentions (Looks better). Index: index.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.xml 22 Oct 2005 00:45:41 -0000 1.3 --- index.xml 22 Oct 2005 00:49:47 -0000 1.4 *************** *** 13,26 **** 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 <i>arcretriever</i> 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. ! For a demo of wera+nutchwax, see <a href="http://nwa.nb.no/wera/">nwa.nb.no/wera</a>. ! Wera development has been sponsored by the <a href="http://www.netpreserve.net">International Internet Preservation Consortium (IIPC)</a>.</p> --- 13,26 ---- 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 <i>arcretriever</i> 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. ! For a demo of WERA+nutchwax, see <a href="http://nwa.nb.no/wera/">nwa.nb.no/wera</a>. ! WERA development has been sponsored by the <a href="http://www.netpreserve.net">International Internet Preservation Consortium (IIPC)</a>.</p> |
From: Michael S. <sta...@us...> - 2005-10-22 00:48:28
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11680/src/articles Modified Files: releasenotes.xml Log Message: * src/articles/releasenotes.xml * xdocs/index.xml * xdocs/navigation.xml Minor edits. Index: releasenotes.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/releasenotes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** releasenotes.xml 21 Oct 2005 17:32:07 -0000 1.7 --- releasenotes.xml 22 Oct 2005 00:48:18 -0000 1.8 *************** *** 70,74 **** <title>Error handling</title> ! <para>WERA's error messages has been imporved. Instead of printing cryptical PHP warnings and errors it prints more meaningful error messages enabling to user to understand what is wrong.</para> --- 70,74 ---- <title>Error handling</title> ! <para>WERA's error messages has been improved. Instead of printing cryptical PHP warnings and errors it prints more meaningful error messages enabling to user to understand what is wrong.</para> |
From: Michael S. <sta...@us...> - 2005-10-22 00:48:28
|
Update of /cvsroot/archive-access/archive-access/projects/wera/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11680/xdocs Modified Files: navigation.xml Log Message: * src/articles/releasenotes.xml * xdocs/index.xml * xdocs/navigation.xml Minor edits. Index: navigation.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/xdocs/navigation.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** navigation.xml 21 Oct 2005 15:31:48 -0000 1.6 --- navigation.xml 22 Oct 2005 00:48:18 -0000 1.7 *************** *** 13,20 **** <item name="License" href="/license.html"/> <item name="Downloads" href="downloads.html"/> ! <item name="Documentation" > <item name="What is WERA" href="/articles/what-is-wera.html"/> ! <item name="Wera Manual" href="/articles/manual.html"/> <item name="FAQ" href="faq.html"/> </item> --- 13,20 ---- <item name="License" href="/license.html"/> <item name="Downloads" href="downloads.html"/> ! <item name="Release Notes" href="/articles/releasenotes.html"/> <item name="Documentation" > <item name="What is WERA" href="/articles/what-is-wera.html"/> ! <item name="WERA Manual" href="/articles/manual.html"/> <item name="FAQ" href="faq.html"/> </item> |
From: Michael S. <sta...@us...> - 2005-10-22 00:45:51
|
Update of /cvsroot/archive-access/archive-access/projects/wera/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11187/xdocs Modified Files: index.xml Log Message: * src/articles/manual.xml Minor tweaks to install. * xdocs/index.xml Minor tweaks to front page. Index: index.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.xml 21 Oct 2005 16:27:04 -0000 1.2 --- index.xml 22 Oct 2005 00:45:41 -0000 1.3 *************** *** 39,43 **** </p> </subsection> ! <subsection name="WERA migrated from NWA to archive-access 09/2005"> <p>WERA is now a subproject of the <a href="http://archive-access.sourceforge.net">archive-access</a>.</p> --- 39,45 ---- </p> </subsection> ! <subsection name="WERA migrated from <a ! href="http://nwa.nb.no">NWA</a> to ! archive-access 09/2005"> <p>WERA is now a subproject of the <a href="http://archive-access.sourceforge.net">archive-access</a>.</p> |
From: Michael S. <sta...@us...> - 2005-10-22 00:45:49
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11187/src/articles Modified Files: manual.xml Log Message: * src/articles/manual.xml Minor tweaks to install. * xdocs/index.xml Minor tweaks to front page. Index: manual.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/manual.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** manual.xml 20 Oct 2005 16:34:11 -0000 1.5 --- manual.xml 22 Oct 2005 00:45:41 -0000 1.6 *************** *** 218,221 **** --- 218,226 ---- <title>Installing</title> + <para>These instructions describe installation of WERA. + The do no describe installation of NutchWAX (See + <ulink url="http://archive-access.sourceforge.net/projects/nutch/gettingstarted.html">NutchWAX Getting Started...</ulink>). + </para> + <para>Information on how to distribute the different components of WERA on different hosts will be provided in a later version of WERA.</para> *************** *** 277,287 **** <section> <title>Java Based Installer</title> ! ! <note> ! <para>The java-based installer is momentarily unavailable. Will ! be fixed in upcoming -- post 0.4.0 -- release. ! </para> ! </note> ! <para>To install WERA do the following:</para> <itemizedlist> --- 282,288 ---- <section> <title>Java Based Installer</title> ! <para>A java based installer will install and configure ! the wera php webapp and the arcretriever application. ! </para> <itemizedlist> *************** *** 306,313 **** </itemizedlist> ! <para>The installer will confgure WERA in accordance with the input provided by you during the installation process. See the section on ! manual installation in order to view and change these settings (E.g if ! NutchWAX and/or your ARC file collection recide on different hosts than WERA.).</para> --- 307,316 ---- </itemizedlist> ! <para>The installer will confgure WERA ! (and the arcretriever) in accordance with the input provided by you during the installation process. See the section on ! manual installation in order to view and change these settings ! manually (E.g if ! NutchWAX and/or your ARC file collection reside on different hosts than WERA.).</para> *************** *** 315,319 **** or if you are invoking the installer over ssh and X port forwarding is not working properly the installer should fall back to text mode. If ! this fails, try using the manual install preocedure.</para> </section> --- 318,323 ---- or if you are invoking the installer over ssh and X port forwarding is not working properly the installer should fall back to text mode. If ! this fails, try using the manual install preocedure ! described in the following section.</para> </section> *************** *** 341,344 **** --- 345,349 ---- directory of the tomcat installation of the host where your ARC-files reside (i.e. $TOMCAT_HOME/webapps).</para> + <para>You must next configure the arcretreiver telling it where the directory of ARCs that it is to retrieve from resides. |
From: Brad <bra...@us...> - 2005-10-22 00:29:34
|
Update of /cvsroot/archive-access/archive-access/projects/wayback/src/java/org/archive/wayback/simplequeryui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7941/src/java/org/archive/wayback/simplequeryui Modified Files: SimpleQueryUI.java Log Message: BUGFIX: was not including GET query part of URL in WMRequest. Index: SimpleQueryUI.java =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wayback/src/java/org/archive/wayback/simplequeryui/SimpleQueryUI.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SimpleQueryUI.java 19 Oct 2005 01:22:37 -0000 1.2 --- SimpleQueryUI.java 22 Oct 2005 00:29:20 -0000 1.3 *************** *** 83,87 **** Matcher matcher = null; ! String origRequestPath = request.getRequestURI(); String contextPath = request.getContextPath(); if (!origRequestPath.startsWith(contextPath)) { --- 83,87 ---- Matcher matcher = null; ! String origRequestPath = request.getRequestURI() + "?" + request.getQueryString(); String contextPath = request.getContextPath(); if (!origRequestPath.startsWith(contextPath)) { |
From: Brad <bra...@us...> - 2005-10-22 00:29:33
|
Update of /cvsroot/archive-access/archive-access/projects/wayback/src/java/org/archive/wayback/rawreplayui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7941/src/java/org/archive/wayback/rawreplayui Modified Files: RawReplayUI.java Log Message: BUGFIX: was not including GET query part of URL in WMRequest. Index: RawReplayUI.java =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wayback/src/java/org/archive/wayback/rawreplayui/RawReplayUI.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RawReplayUI.java 19 Oct 2005 01:22:37 -0000 1.2 --- RawReplayUI.java 22 Oct 2005 00:29:20 -0000 1.3 *************** *** 98,102 **** Matcher matcher = null; ! String origRequestPath = request.getRequestURI(); String contextPath = request.getContextPath(); if (!origRequestPath.startsWith(contextPath)) { --- 98,102 ---- Matcher matcher = null; ! String origRequestPath = request.getRequestURI() + "?" + request.getQueryString(); String contextPath = request.getContextPath(); if (!origRequestPath.startsWith(contextPath)) { |