mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
Move expoimage to expofiles
Relies on permanent rediect in apache config to keep old URLs working everywhere.
This commit is contained in:
parent
6652e3f160
commit
560b9bf985
@ -33,8 +33,8 @@ CAVERN = 'cavern'
|
||||
THREEDTOPOS = '3dtopos'
|
||||
EXPOWEB = REPOS_ROOT_PATH + 'expoweb/'
|
||||
SURVEYS = REPOS_ROOT_PATH
|
||||
SURVEY_SCANS = REPOS_ROOT_PATH + 'expoimages/'
|
||||
FILES = REPOS_ROOT_PATH + 'expoimages'
|
||||
SURVEY_SCANS = REPOS_ROOT_PATH + 'expofiles/'
|
||||
FILES = REPOS_ROOT_PATH + 'expofiles'
|
||||
|
||||
|
||||
PYTHON_PATH = '/home/expo/troggle/'
|
||||
|
@ -31,8 +31,8 @@ CAVERN = 'cavern'
|
||||
THREEDTOPOS = '3dtopos'
|
||||
EXPOWEB = REPOS_ROOT_PATH + 'expoweb/'
|
||||
SURVEYS = REPOS_ROOT_PATH
|
||||
SURVEY_SCANS = REPOS_ROOT_PATH + 'expoimages/'
|
||||
FILES = REPOS_ROOT_PATH + 'expoimages'
|
||||
SURVEY_SCANS = REPOS_ROOT_PATH + 'expofiles/'
|
||||
FILES = REPOS_ROOT_PATH + 'expofiles'
|
||||
|
||||
|
||||
PYTHON_PATH = REPOS_ROOT_PATH + 'troggle/'
|
||||
|
@ -30,8 +30,8 @@ CAVERN = 'cavern'
|
||||
THREEDTOPOS = '3dtopos'
|
||||
EXPOWEB = REPOS_ROOT_PATH + 'expoweb/'
|
||||
SURVEYS = REPOS_ROOT_PATH
|
||||
SURVEY_SCANS = REPOS_ROOT_PATH + 'expoimages/'
|
||||
FILES = REPOS_ROOT_PATH + 'expoimages'
|
||||
SURVEY_SCANS = REPOS_ROOT_PATH + 'expofiles/'
|
||||
FILES = REPOS_ROOT_PATH + 'expofiles'
|
||||
|
||||
EXPOWEB_URL = '/'
|
||||
SURVEYS_URL = '/survey_scans/'
|
||||
|
Loading…
Reference in New Issue
Block a user