[sword-svn] r2440 - trunk/utilities/diatheke

charcoal at crosswire.org charcoal at crosswire.org
Tue Aug 11 13:31:42 MST 2009


Author: charcoal
Date: 2009-08-11 13:31:42 -0700 (Tue, 11 Aug 2009)
New Revision: 2440

Modified:
   trunk/utilities/diatheke/diatheke.cpp
Log:
add htmlhref output capability -- older html not interesting

Modified: trunk/utilities/diatheke/diatheke.cpp
===================================================================
--- trunk/utilities/diatheke/diatheke.cpp	2009-08-10 02:37:42 UTC (rev 2439)
+++ trunk/utilities/diatheke/diatheke.cpp	2009-08-11 20:31:42 UTC (rev 2440)
@@ -162,6 +162,10 @@
 					outputformat = FMT_GBF;
 					i++;
 				}
+				else if (!::stricmp("htmlhref", argv[i+1])) {
+					outputformat = FMT_HTMLHREF;
+					i++;
+				}
 				else if (!::stricmp("html", argv[i+1])) {
 					outputformat = FMT_HTML;
 					i++;




More information about the sword-cvs mailing list