diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2020-02-24 15:04:07 +0000 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2020-02-24 15:04:07 +0000 |
commit | 43dfe946b6385037141b94b775112037fe5f032f (patch) | |
tree | 72c352e67166f0702ab93d7063c902ff1bd2c621 /settings.py | |
parent | 656ddcfe93061f2f82160ff8cc45b98d27e28bd3 (diff) | |
download | troggle-43dfe946b6385037141b94b775112037fe5f032f.tar.gz troggle-43dfe946b6385037141b94b775112037fe5f032f.tar.bz2 troggle-43dfe946b6385037141b94b775112037fe5f032f.zip |
Just removing dud whitespacedjango-1.10
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/settings.py b/settings.py index 4470361..418c77c 100644 --- a/settings.py +++ b/settings.py @@ -65,30 +65,30 @@ LOGBOOK_PARSER_SETTINGS = { "2017": ("2017/logbook.html", "Parseloghtmltxt"), "2016": ("2016/logbook.html", "Parseloghtmltxt"), "2015": ("2015/logbook.html", "Parseloghtmltxt"), - "2014": ("2014/logbook.html", "Parseloghtmltxt"), - "2013": ("2013/logbook.html", "Parseloghtmltxt"), - "2012": ("2012/logbook.html", "Parseloghtmltxt"), - "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"), - "2006": ("2006/logbook/logbook_06.txt", "Parselogwikitxt"), - "2005": ("2005/logbook.html", "Parseloghtmltxt"), - "2004": ("2004/logbook.html", "Parseloghtmltxt"), - "2003": ("2003/logbook.html", "Parseloghtml03"), - "2002": ("2002/logbook.html", "Parseloghtmltxt"), - "2001": ("2001/log.htm", "Parseloghtml01"), - "2000": ("2000/log.htm", "Parseloghtml01"), - "1999": ("1999/log.htm", "Parseloghtml01"), - "1998": ("1998/log.htm", "Parseloghtml01"), - "1997": ("1997/log.htm", "Parseloghtml01"), + "2014": ("2014/logbook.html", "Parseloghtmltxt"), + "2013": ("2013/logbook.html", "Parseloghtmltxt"), + "2012": ("2012/logbook.html", "Parseloghtmltxt"), + "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"), + "2006": ("2006/logbook/logbook_06.txt", "Parselogwikitxt"), + "2005": ("2005/logbook.html", "Parseloghtmltxt"), + "2004": ("2004/logbook.html", "Parseloghtmltxt"), + "2003": ("2003/logbook.html", "Parseloghtml03"), + "2002": ("2002/logbook.html", "Parseloghtmltxt"), + "2001": ("2001/log.htm", "Parseloghtml01"), + "2000": ("2000/log.htm", "Parseloghtml01"), + "1999": ("1999/log.htm", "Parseloghtml01"), + "1998": ("1998/log.htm", "Parseloghtml01"), + "1997": ("1997/log.htm", "Parseloghtml01"), "1996": ("1996/log.htm", "Parseloghtml01"), - "1995": ("1995/log.htm", "Parseloghtml01"), - "1994": ("1994/log.htm", "Parseloghtml01"), - "1993": ("1993/log.htm", "Parseloghtml01"), - "1992": ("1992/log.htm", "Parseloghtml01"), - "1991": ("1991/log.htm", "Parseloghtml01"), + "1995": ("1995/log.htm", "Parseloghtml01"), + "1994": ("1994/log.htm", "Parseloghtml01"), + "1993": ("1993/log.htm", "Parseloghtml01"), + "1992": ("1992/log.htm", "Parseloghtml01"), + "1991": ("1991/log.htm", "Parseloghtml01"), } APPEND_SLASH = False |