[sword-svn] r320 - trunk/modules/conf

refdoc at crosswire.org refdoc at crosswire.org
Sat Apr 16 15:45:36 MST 2011


Author: refdoc
Date: 2011-04-16 15:45:35 -0700 (Sat, 16 Apr 2011)
New Revision: 320

Modified:
   trunk/modules/conf/confmaker.pl
Log:
some mistakes, typos etc corrected


Modified: trunk/modules/conf/confmaker.pl
===================================================================
--- trunk/modules/conf/confmaker.pl	2011-04-15 20:42:24 UTC (rev 319)
+++ trunk/modules/conf/confmaker.pl	2011-04-16 22:45:35 UTC (rev 320)
@@ -127,43 +127,42 @@
 # Assemble and print out
 
 print OUTF "[".$doc_name."]\n";
-print OUTF "Path = modules/texts/rawtext/".$doc_name."\n";
-print OUTF "Description = This is the ".$doc_name." Bible in ".I18N::LangTags::List::name($doc_lang)." language\n";
+print OUTF "Path=./modules/texts/rawtext/".$doc_name."\n";
+print OUTF "Description=This is the ".$doc_name." Bible in ".I18N::LangTags::List::name($doc_lang)." language\n";
 
 if ($doc_type =~ m/Bible/) { print OUTF "ModDrv = rawText\n"}
-else {print OUTF "ModDrv = rawUnknown\n"}
+else {print OUTF "ModDrv=rawUnknown\n"}
 
-print OUTF "Lang = ".$doc_lang."\n";
+print OUTF "Lang=".$doc_lang."\n";
 
 foreach (@doc_features) {
    if ($doc_has_feature{$_}) { 
-      print OUTF "GlobalOptionFilter = ".$doc_filters{$_}."\n"
+      print OUTF "GlobalOptionFilter=".$doc_filters{$_}."\n"
       }
    }   
 foreach (@word_features) {
    if ($doc_has_feature{$_}) { 
-      print OUTF "GlobalOptionFilter = ".$doc_filters{$_}."\n"
+      print OUTF "GlobalOptionFilter=".$doc_filters{$_}."\n"
       }
    }   
 foreach (@doc_features) {
    if ($doc_has_feature{$_} && exists $doc_feature{$_}) { 
-      print OUTF "Feature = ".$doc_feature{$_}."\n"
+      print OUTF "Feature=".$doc_feature{$_}."\n"
       }
    }   
 foreach (@word_features) {
    if ($doc_has_feature{$_} && exists $doc_feature{$_}) { 
-      print OUTF "Feature = ".$doc_feature{$_}."\n"
+      print OUTF "Feature=".$doc_feature{$_}."\n"
       }
    }   
 
 
 
 
-print OUTF "DistributionLicense = copyrighted. Do not distribute\n";
-print OUTF "About = This is the ".$doc_name." Bible in ".I18N::LangTags::List::name($doc_lang)." language\n";
-print OUTF "Description = This is the ".$doc_name." Bible in ".I18N::LangTags::List::name($doc_lang)." language\n";
-print OUTF "Encoding = UTF-8\n";
-print OUTF "SourceType = OSIS\n";
-print OUTF "Version = 1.0\n";
-print OUTF "History = 1.0 First release\n";
-print OUTF "LCSH = ".$doc_type.".".I18N::LangTags::List::name($doc_lang)."\n";
+print OUTF "DistributionLicense=copyrighted. Do not distribute\n";
+print OUTF "About=This is the ".$doc_name." Bible in ".I18N::LangTags::List::name($doc_lang)." language\n";
+print OUTF "Encoding=UTF-8\n";
+print OUTF "SourceType=OSIS\n";
+print OUTF "Version=1.0\n";
+print OUTF "History=1.0 First release\n";
+print OUTF "LCSH=".$doc_type.".".I18N::LangTags::List::name($doc_lang)."\n";




More information about the sword-cvs mailing list