[sword-svn] r365 - trunk/modules/python

chrislit at crosswire.org chrislit at crosswire.org
Mon Aug 6 01:50:15 MST 2012


Author: chrislit
Date: 2012-08-06 01:50:15 -0700 (Mon, 06 Aug 2012)
New Revision: 365

Modified:
   trunk/modules/python/usfm2osis.py
Log:
Added some additional peripherals from the USFM doc


Modified: trunk/modules/python/usfm2osis.py
===================================================================
--- trunk/modules/python/usfm2osis.py	2012-08-05 00:03:38 UTC (rev 364)
+++ trunk/modules/python/usfm2osis.py	2012-08-06 08:50:15 UTC (rev 365)
@@ -129,7 +129,9 @@
     'Table of Contents':'tableofContents', 'Alphabetical Contents':'x-alphabeticalContents',
     'Table of Abbreviations':'x-tableofAbbreviations', 'Chronology':'x-chronology',
     'Weights and Measures':'x-weightsAndMeasures', 'Map Index':'x-mapIndex',
-    'NT Quotes from LXX':'x-ntQuotesFromLXX'
+    'NT Quotes from LXX':'x-ntQuotesFromLXX',
+    'Cover':'coverPage',
+    'Spine':'x-spine'
     }
 
 introPeripherals = {
@@ -137,7 +139,7 @@
     'Pentateuch Introduction':'pentateuch', 'History Introduction':'history', 'Poetry Introduction':'poetry',
     'Prophecy Introduction':'prophecy', 'New Testament Introduction':'newTestament',
     'Gospels Introduction':'gospels', 'Acts Introduction':'acts', 'Epistles Introduction':'epistles',
-    'Revelation Introduction':'revelation', 'Deuterocanon Introduction':'deuterocanon'
+    'Letters Introduction':'letters', 'Deuterocanon Introduction':'deuterocanon'
     }
 
 osis2locBk = dict()
@@ -244,7 +246,7 @@
         """
         Introductions
         supported: \imt#, \is#, \ip, \ipi, \im, \imi, \ipq, \imq, \ipr, \iq#, \ib, \ili, \iot, \io#, \ior...\ior*, \iex, \iqt...\iqt*, \imte, \ie
-        NB: tags are 'supported' to the degree that their non-introduction equivalents are supported
+        NB: tags are generally 'supported' to the degree that their non-introduction equivalents are supported
         """
         # \imt#
         # \is#  ###TESTED###




More information about the sword-cvs mailing list