aboutsummaryrefslogtreecommitdiffstats
path: root/generate_html_cs.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-12-31 21:02:58 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-12-31 21:02:58 +0100
commit61fabfd355e800cac1a2e8f793a14ca08bef0971 (patch)
treef05e9fa8c27c44e2d2bf81924d39a136234efe7b /generate_html_cs.py
parentc3160c44d022d3c7bd245cb150f99be69f0d115e (diff)
downloadhesla-61fabfd355e800cac1a2e8f793a14ca08bef0971.tar.gz
Update for year 2013
Diffstat (limited to 'generate_html_cs.py')
-rwxr-xr-xgenerate_html_cs.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/generate_html_cs.py b/generate_html_cs.py
index c74309d..eb52933 100755
--- a/generate_html_cs.py
+++ b/generate_html_cs.py
@@ -7,7 +7,7 @@ import logging
#logging.basicConfig(level=logging.DEBUG)
import jinja2
-cur_year = 2012
+cur_year = 2013
book_abbrs = {
"Gn": "Gen", "Ex": "Exod",
@@ -16,20 +16,18 @@ book_abbrs = {
"Ruth": "Ruth", # NA in source code
"1Sm": "1Sam", "2Sm": "2Sam", "1Rg": "1Kgs", "2Rg": "2Kgs",
"1Chr": "1Chr", "2Chr": "2Chr",
- "Ezra": "Ezra", # NA in source code,
+ "Esr": "Ezra",
"Neh": "Neh",
"Esth": "Esth", # NA in source code,
"Job": "Job", "Ps": "Ps", "Prv": "Prov", "Eccl": "Eccl",
"Song": "Song", # NA in source code,
"Is": "Isa", "Jr": "Jer", "Thr": "Lam", "Ez": "Ezek",
"Dn": "Dan", "Hos": "Hos", "Joel": "Joel",
- "Amos": "Amos", # NA in source code
+ "Am": "Amos",
"Obad": "Obad", # NA in source code
"Jon": "Jonah", "Mch": "Mic",
"Nah": "Nah", # NA in source code
- "Hab": "Hab",
- "Zeph": "Zeph", # NA in source code
- "Hag": "Hag", # NA in source code
+ "Hab": "Hab", "Zph": "Zeph", "Hgg": "Hag",
"Zch": "Zech", "Ml": "Mal",
"Mt": "Matt", "Mc": "Mark", "L": "Luke", "J": "John",
"Act": "Acts",
@@ -37,7 +35,7 @@ book_abbrs = {
"G": "Gal", "E": "Eph", "Ph": "Phil", "Kol": "Col",
"1Th": "1Thess", "2Th": "2Thess", "1T": "1Tim", "2T": "2Tim",
"Tt": "Titus",
- "Phlm": "Phlm", # NA in source code
+ "Phm": "Phlm",
"H": "Heb", "Jc": "Jas",
"1P": "1Pet", "2P": "2Pet",
"1J": "1John", "2J": "2John", "3J": "3John",