[sword-svn] r60 - trunk/modules/lxxm

Chris Little chrislit at crosswire.org
Sat May 27 17:38:36 MST 2006


The wget switch to avoid ascending the tree to parent directories is 
"-np" (no parent).

--Chris

scribe at crosswire.org wrote:
> Author: scribe
> Date: 2006-05-27 14:23:09 -0700 (Sat, 27 May 2006)
> New Revision: 60
> 
> Modified:
>    trunk/modules/lxxm/convert.sh
>    trunk/modules/lxxm/lxxm.jar
>    trunk/modules/lxxm/lxxm.jpx.local
> Log:
> Added url to retrieve data
> 
> 
> Modified: trunk/modules/lxxm/convert.sh
> ===================================================================
> --- trunk/modules/lxxm/convert.sh	2006-01-13 20:08:47 UTC (rev 59)
> +++ trunk/modules/lxxm/convert.sh	2006-05-27 21:23:09 UTC (rev 60)
> @@ -1,3 +1,11 @@
>  #!/bin/sh
> -java -jar lxxm.jar [0-9][0-9]\.* > lxxm-decomp.imp
> +# This next line will retrieve the data files (if they haven't moved)
> +# It will not stop after retrieving the lxxmorph data.  It will proceed up the directory structure
> +# Thus it needs to be killed after you notice it in another directory.  There is probably a switch to wget which
> +# will tell it to not go up directories.  Dunno.  Add it and delete this comment if you know it.
> +#wget -r http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/
> +
> +cd ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph
> +java -jar ../../../../../../lxxm.jar [0-9][0-9]\.* > lxxm-decomp.imp
>  uconv -x Any-NFC lxxm-decomp.imp > lxxm.imp
> +
> 
> Modified: trunk/modules/lxxm/lxxm.jar
> ===================================================================
> (Binary files differ)
> 
> Modified: trunk/modules/lxxm/lxxm.jpx.local
> ===================================================================
> --- trunk/modules/lxxm/lxxm.jpx.local	2006-01-13 20:08:47 UTC (rev 59)
> +++ trunk/modules/lxxm/lxxm.jpx.local	2006-05-27 21:23:09 UTC (rev 60)
> @@ -5,8 +5,6 @@
>  debug.NoTracingClasses.2[0]=21 java.lang.ClassLoader1  1 -1
>  debug.NoTracingClasses.3[0]=16 java.lang.String1  1 -1
>  debug.SplitThreadsAndDataView[0]=0
> -history.files.active[0]=src/lxxm/LXXMConv.java,F;14,289
> -history.files.open.1[0]=src/lxxm/LXXMConv.java,F;14,289
>  import.optimize.legacyPropertiesRead[0]=1
>  packagebrowser.lastClassName[0]=lxxm.LXXMConv
>  sys.Author[0]=
> 
> _______________________________________________
> sword-cvs mailing list
> sword-cvs at crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-cvs



More information about the sword-cvs mailing list