Wookey
Static web pages
indexes, festering, background, handbook
Generated web pages
prospecting guide
Troggle pages
cave pages,survey scans, logbook entries, triplists
Troggle 'wraps' the other stuff
You always have to commit afterwards, however you edited.
(HUGE BINARIES SHOULD NOT BE IN VCS)
Info should go in the website handbook (as html, or PDF)
Layout files edited every year make sense as ODT docs
(survey index, labels, accounting procedure)
Link from website, store in website or expoimages
Don't just create a random doc and leave it in 'Desktop'.
Think about where some info would be found
You are not finished until all of these are done
Survey data in loser/caves/<number>
Simple caves go in:
location, name, description in expoweb/noinfo/1623/cave_data
Complex caves go in:
expoweb/1623/<cavenumber>
Notes go into physical survey folder. Scans go into expofiles/expo_images_surveyscans/<year>/<year>-<folderID>
QMs don't seem to have a plan. Needs standarising.
Caves with no number are called <year>-<initials>-<nn> and go in file expoweb/noinfo/cave_data/<kataster_area>-<year>-<initials>-<nn>
Django-based.
URL list filter /cave, /expedition, /survey
Templates for pages
Processors to generate them
Parsers to read in from website files.
Database back end (mysql)
The files are the 'real' database.
Run databaseReset.py reset
For a new year, edit expoweb/noinfo/folk.csv
This is the thing that 'creates' a new 'expedition' (not the logbook!)
Run databaseReset.py reset
to reparse everything.
....
:-)