summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
Commit message (Collapse)AuthorAgeFilesLines
* Make things more compatiable with newer pythonSam Wenham2019-02-241-8/+8
| | | | | | | Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk
* Make sure that cave parser only reads .html files in cave_data dir (to stop ↵expoonserver2018-06-181-2/+3
| | | | foo~ causing 'duplicate cave' error)
* Try and ignore files that don't end .html (We really need to change to .xml) ↵Sam Wenham2015-01-191-1/+2
| | | | | | eg .html.orig!! Change the index on troggle to move on with the year
* Add some exception checking to parsers/caves.py so that missing entrancewookey2012-09-241-11/+19
| | | | | slugs don't blow up the import. Also reduce the noise, so you just get a warning about missing slugs printed out
* Add debug for which entrance file was being read so we get a clue where to ↵wookey2012-09-241-1/+1
| | | | look when 'databasereset newcaves' falls over
* Add some debug to cave parser as it's easy to make it failWookey2012-09-241-0/+2
| | | | e.g. by referring to slugs that don't exist.
* Bug fixing of cave and entrance forms removal of slugsMartin2012-08-141-0/+2
|
* Made a prospecting guide and fixed survex station description. Removed ↵Martin Green2012-08-101-0/+1
| | | | parsing of underground descriptions to wikis.
* New parser for new cave formatMartin Green2012-06-101-0/+166