summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2011-09-15 12:13:07 +0100
committerWookey <wookey@wookware.org>2011-09-15 12:13:07 +0100
commit8222ed3b6a1aba605c0b674ec54b3ef7b4515df9 (patch)
tree37ca60bb1e35016f46f886bfb1c7de51da2d82bd /parsers/logbooks.py
parent378ddfe96d4a9497be7f00aade1b0ef1cb3d01d3 (diff)
parent58a2f5340b794dcdff95fb56ef68c02f8142230f (diff)
downloadtroggle-8222ed3b6a1aba605c0b674ec54b3ef7b4515df9.tar.gz
troggle-8222ed3b6a1aba605c0b674ec54b3ef7b4515df9.tar.bz2
troggle-8222ed3b6a1aba605c0b674ec54b3ef7b4515df9.zip
merge from upstream
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index c794f9f..9c5b106 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -253,6 +253,8 @@ def Parseloghtml03(year, expedition, txt):
EnterLogIntoDbase(date = ldate, place = tripcave, title = triptitle, text = ltriptext, trippeople=trippeople, expedition=expedition, logtime_underground=0)
yearlinks = [
+ ("2011", "2011/logbook.html", Parseloghtmltxt),
+ ("2010", "2010/logbook.html", Parselogwikitxt),
("2009", "2009/2009logbook.txt", Parselogwikitxt),
("2008", "2008/2008logbook.txt", Parselogwikitxt),
("2007", "2007/logbook.html", Parseloghtmltxt),