From: Michael S. <sta...@us...> - 2005-10-19 23:59:32
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2257/src/webapps/wera/lib Modified Files: config.inc.template Log Message: Implementation of '[ 1246834 ] Move arc path to retreiver (WAS Path...lib/seal/nutch.inc)' * project.xml Up the version number to be 0.4.0. * src/java/no/nb/nwa/retriever/AID.java Formatting. Make it so it adds '.arc.gz' if not present on passed arc file. * src/java/no/nb/nwa/retriever/ARCRetriever.java Read arcdir from servlet init-parameters. Formatting. * src/webapps/arcretriever/index.jsp Updated desription of this webapp. * src/webapps/arcretriever/WEB-INF/web.xml Added init-param arcdir. * src/webapps/wera/lib/config.inc * src/webapps/wera/lib/config.inc.template Moved arc dir out to arcretriever. Index: config.inc.template =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib/config.inc.template,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.inc.template 6 Oct 2005 02:07:37 -0000 1.2 --- config.inc.template 19 Oct 2005 23:59:22 -0000 1.3 *************** *** 52,59 **** // the prefix would be the path to where the ARC files are stored and the suffix // the files extension (e.g. .arc.gz) ! // ! // TODO : Move this into the ARC Retriever ! $conf_aid_prefix = "@aidPrefix@/"; ! $conf_aid_suffix = "@aidSuffix@"; // Prefix to document retriever --- 52,60 ---- // the prefix would be the path to where the ARC files are stored and the suffix // the files extension (e.g. .arc.gz) ! // ! // St.Ack cleared this out because he's moved the path-to-arc out into the ! // ARCRetriever. ! $conf_aid_prefix = ""; ! $conf_aid_suffix = ""; // Prefix to document retriever |