mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-19 09:22:32 +00:00
2010 is html format not wiki format.
Or at least, now it is.
This commit is contained in:
parent
ac9f3cf061
commit
e08b4275a9
@ -133,7 +133,7 @@ def ParseDate(tripdate, year):
|
|||||||
assert False, tripdate
|
assert False, tripdate
|
||||||
return datetime.date(year, month, day)
|
return datetime.date(year, month, day)
|
||||||
|
|
||||||
# 2006, 2008 - 2010
|
# 2006, 2008 - 2009
|
||||||
def Parselogwikitxt(year, expedition, txt):
|
def Parselogwikitxt(year, expedition, txt):
|
||||||
trippara = re.findall(r"===(.*?)===([\s\S]*?)(?====)", txt)
|
trippara = re.findall(r"===(.*?)===([\s\S]*?)(?====)", txt)
|
||||||
for triphead, triptext in trippara:
|
for triphead, triptext in trippara:
|
||||||
@ -158,7 +158,7 @@ def Parselogwikitxt(year, expedition, txt):
|
|||||||
#print "\n", tripcave, "--- ppp", trippeople, len(triptext)
|
#print "\n", tripcave, "--- ppp", trippeople, len(triptext)
|
||||||
EnterLogIntoDbase(date = ldate, place = tripcave, title = tripplace, text = triptext, trippeople=trippeople, expedition=expedition, logtime_underground=0)
|
EnterLogIntoDbase(date = ldate, place = tripcave, title = tripplace, text = triptext, trippeople=trippeople, expedition=expedition, logtime_underground=0)
|
||||||
|
|
||||||
# 2002, 2004, 2005, 2007, 2011 - 2018
|
# 2002, 2004, 2005, 2007, 2010 - 2018
|
||||||
def Parseloghtmltxt(year, expedition, txt):
|
def Parseloghtmltxt(year, expedition, txt):
|
||||||
#print(" - Starting log html parser")
|
#print(" - Starting log html parser")
|
||||||
tripparas = re.findall(r"<hr\s*/>([\s\S]*?)(?=<hr)", txt)
|
tripparas = re.findall(r"<hr\s*/>([\s\S]*?)(?=<hr)", txt)
|
||||||
|
@ -69,7 +69,7 @@ LOGBOOK_PARSER_SETTINGS = {
|
|||||||
"2013": ("2013/logbook.html", "Parseloghtmltxt"),
|
"2013": ("2013/logbook.html", "Parseloghtmltxt"),
|
||||||
"2012": ("2012/logbook.html", "Parseloghtmltxt"),
|
"2012": ("2012/logbook.html", "Parseloghtmltxt"),
|
||||||
"2011": ("2011/logbook.html", "Parseloghtmltxt"),
|
"2011": ("2011/logbook.html", "Parseloghtmltxt"),
|
||||||
"2010": ("2010/logbook.html", "Parselogwikitxt"),
|
"2010": ("2010/logbook.html", "Parseloghtmltxt"),
|
||||||
"2009": ("2009/2009logbook.txt", "Parselogwikitxt"),
|
"2009": ("2009/2009logbook.txt", "Parselogwikitxt"),
|
||||||
"2008": ("2008/2008logbook.txt", "Parselogwikitxt"),
|
"2008": ("2008/2008logbook.txt", "Parselogwikitxt"),
|
||||||
"2007": ("2007/logbook.html", "Parseloghtmltxt"),
|
"2007": ("2007/logbook.html", "Parseloghtmltxt"),
|
||||||
|
Loading…
Reference in New Issue
Block a user