diff options
Diffstat (limited to 'diffsettings.txt')
-rw-r--r-- | diffsettings.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/diffsettings.txt b/diffsettings.txt new file mode 100644 index 0000000..cb5b6ab --- /dev/null +++ b/diffsettings.txt @@ -0,0 +1,43 @@ +ACCOUNT_ACTIVATION_DAYS = 3 ### +AUTH_PROFILE_MODULE = 'core.person' ### +BASE_DIR = '/mnt/d/CUCC-Expo/t37' ### +CAVEDESCRIPTIONS = '/mnt/d/CUCC-Expo/t37/expoweb/cave_data' ### +CAVERN = 'cavern' ### +DEFAULT_LOGBOOK_FILE = 'logbook.html' ### +DEFAULT_LOGBOOK_PARSER = 'Parseloghtmltxt' ### +DIR_ROOT = '' ### +ENTRANCEDESCRIPTIONS = '/mnt/d/CUCC-Expo/t37/expoweb/entrance_data' ### +EXPOFILES = '/mnt/f/expofiles/' ### +EXPOUSER = 'expo' ### +EXPOUSERPASS = "nnn:gggggg" +EXPOUSER_EMAIL = 'philip.sargent@gmail.com' ### +EXPOWEB = '/mnt/d/CUCC-Expo/t37/expoweb/' ### +EXPOWEB_URL = '' ### +FILES = '/mnt/f/expofiles/' ### +FIX_PERMISSIONS = [] ### +JSLIB_URL = 'http://localhost:3777/javascript/' ### +LIBDIR = '/mnt/d/CUCC-Expo/t37/lib/python3.7/' ### +LOGBOOK_PARSER_SETTINGS = {'2010': ('2010/logbook.html', 'Parseloghtmltxt'), '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')} ### +LOGFILE = '/mnt/d/CUCC-Expo/t37/troggle/troggle.log' ### +MAX_LOGBOOK_ENTRY_TITLE_LENGTH = 200 ### +NOTABLECAVESHREFS = ['264', '258', '204', '76', '107'] ### +PHOTOS_URL = 'http://localhost:3777/photos/' ### +PUBLIC_SITE = False ### +PYTHON_PATH = '/mnt/d/CUCC-Expo/t37/troggle/' ### +QM_PATTERN = '\\[\\[\\s*[Qq][Mm]:([ABC]?)(\\d{4})-(\\d*)-(\\d*)\\]\\]' ### +REPOS_ROOT_PATH = '/mnt/d/CUCC-Expo/t37/' ### +ROOT_URLCONF = 'troggle.urls' ### +SERVERPORT = '3777' ### +SETTINGS_MODULE = 'settings' ### +SITE_ID = 1 ### +SMART_APPEND_SLASH = True ### +SURVEX_DATA = '/mnt/d/CUCC-Expo/t37/loser/' ### +SURVEX_TOPNAME = '1623' ### +SURVEYS = '/mnt/d/CUCC-Expo/t37/' ### +SURVEYS_URL = 'http://localhost:3777/survey_scans/' ### +SURVEY_SCANS = '/mnt/f/expofiles/surveyscans/' ### +SVX_URL = 'http://localhost:3777/survex/' ### +THREEDCACHEDIR = '/mnt/d/CUCC-Expo/t37/expowebcache/3d/' ### +THREEDTOPOS = '3dtopos' ### +TUNNEL_DATA = '/mnt/d/CUCC-Expo/t37/drawings/' ### +URL_ROOT = 'http://localhost:3777/' ### |