Topomine is a web application for exploring and visualising toponymy data in France, developed by Projets Time Machine. It aggregates several databases and offers keyword search with standard and regex query modes, revealing the spatial patterns underlying place names across history, geography, and linguistics.
Documentation based on Zensical, available at doc.ptm.huma-num.fr/topomine.
- Python >= 3.12
Create a virtualenv
virtualenv -p python3.12 venvor
python3.12 -m venv venvActivate the virtual environment
source venv/bin/activateInstall Python dependencies
make installServe the documentation
make serveBuild static site
make distClean static site
make cleanClean existing static site, build an updated version, including a zip archive
make dist-zip