summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:14:28 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:14:28 +0100
commit18f6731b5b00216510fa97816c714ede29ed1ec5 (patch)
tree1122b6185571479405bd50f288da906e61e7aa32 /parsers/logbooks.py
parent281e897a3874427721e45a5fb06943acfff1dc2b (diff)
downloadtroggle-18f6731b5b00216510fa97816c714ede29ed1ec5.tar.gz
troggle-18f6731b5b00216510fa97816c714ede29ed1ec5.tar.bz2
troggle-18f6731b5b00216510fa97816c714ede29ed1ec5.zip
[svn] add personindex templates
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8038 by julian @ 10/27/2008 12:36 AM
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index df2c9a9..cc3a746 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -7,14 +7,6 @@ import re
import os
import datetime
-# Dave Johnson (Stonker) is hacked -- are there two of this DJ name
-# Dave Collins (Scout) is hacked
-# Letty ten Harkel has middle , tu = timeug or ""name removed
-# the <span lang=""sv""> have been removed
-# Dave Milne (Lummat)
-# Ben van Millingen
-# Rebecca Lawson (Becka)
-
persontab = open(os.path.join(settings.EXPOWEB, "noinfo", "folk.csv"))
personreader = csv.reader(persontab)
headers = personreader.next()
@@ -186,7 +178,7 @@ def Parseloghtmltxt(year, expedition, txt):
def LoadLogbooks():
models.LogbookEntry.objects.all().delete()
- expowebbase = os.path.join(settings.EXPOWEB, "years") # this could be a url
+ expowebbase = os.path.join(settings.EXPOWEB, "years")
yearlinks = [
# ("2008", "2008/logbook/2008logbook.txt"),
# ("2007", "2007/logbook/2007logbook.txt"),