[sword-svn] r414 - trunk/modules/lxxm
scribe at crosswire.org
scribe at crosswire.org
Wed Apr 10 09:18:22 MST 2013
Author: scribe
Date: 2013-04-10 09:18:22 -0700 (Wed, 10 Apr 2013)
New Revision: 414
Modified:
trunk/modules/lxxm/convert.sh
Log:
added vi macro in comments which will convert key from genbook format to bible bcv format
Modified: trunk/modules/lxxm/convert.sh
===================================================================
--- trunk/modules/lxxm/convert.sh 2013-02-14 03:08:38 UTC (rev 413)
+++ trunk/modules/lxxm/convert.sh 2013-04-10 16:18:22 UTC (rev 414)
@@ -1,8 +1,11 @@
#!/bin/sh
# This next line will retrieve the data files (if they haven't moved)
-#wget -r -np http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/
+wget -r -np 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
+#:g/^\$\$\$\([^/]*\)\/\([^/]*\)\//s//$$$\1.\2./g
+
+
More information about the sword-cvs
mailing list