diff options
Diffstat (limited to 'versification')
-rw-r--r-- | versification/canon.nta.xml | 3 | ||||
-rw-r--r-- | versification/canon.otp.xml | 3 | ||||
-rw-r--r-- | versification/v11nsys.pl | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/versification/canon.nta.xml b/versification/canon.nta.xml index 35fc952..38fc516 100644 --- a/versification/canon.nta.xml +++ b/versification/canon.nta.xml @@ -392,6 +392,7 @@ </book> <book> <id>NarJosAr</id> + <abbr>J22</abbr> <name>Narrative of Joseph of Arimathea</name> </book> <book> @@ -440,6 +441,7 @@ </book> <book> <id>ActsPetAndrew</id> + <abbr>J44</abbr> <name>Acts of Peter and Andrew</name> </book> <book> @@ -448,6 +450,7 @@ </book> <book> <id>ActsAndrewMatthias</id> + <abbr>J43</abbr> <name>Acts of Andrew and Matthias</name> </book> <book> diff --git a/versification/canon.otp.xml b/versification/canon.otp.xml index 2836156..46377ed 100644 --- a/versification/canon.otp.xml +++ b/versification/canon.otp.xml @@ -188,6 +188,7 @@ </book> <book> <id>MartIs</id> + <abbr>MrI</abbr> <name>Martyrdom of Isaiah</name> </book> <book> @@ -251,6 +252,7 @@ </book> <book> <id>AsMos</id> + <abbr>AsM</abbr> <name>Assumption of Moses</name> </book> <book> @@ -307,6 +309,7 @@ </book> <book> <id>SibOr</id> + <abbr>Sib</abbr> <name>Sibylline Oracles</name> </book> <book> diff --git a/versification/v11nsys.pl b/versification/v11nsys.pl index 60d487c..fff2043 100644 --- a/versification/v11nsys.pl +++ b/versification/v11nsys.pl @@ -188,7 +188,7 @@ foreach $infile (@srcfiles) { if ($thisBook ne $lastBook) {
$bCount++;
$vm .= "\n\t// $idmap{$osis{lc($thisBook)}}\n\t";
- $abbrevsList .= $abbrevs{lc($thisBook)};
+ $abbrevsList .= $abbrevs{lc($osis{lc($thisBook)})};
if ($lastBook ne "") {
buildBooksArrays{};
|