This repository contains the source code and transformations for the website https://schnitzler-zeitungen.acdh.oeaw.ac.at. It uses the document export from Transkribus stored in exports and transforms it into a static website. Implemented is a full-text search via Typesense.
IMPORTANT For new exports make sure to set "Filename pattern" to ${docId}_${pageNr}.
Also the intermediate folder needs to be removed, see https://github.com/csae8092/transkribus-export-to-arche-dev?tab=readme-ov-file#how-to-export-and-organize-the-exported-files
- clone the repo
- change into the project's root directory e.g.
cd schnitzler-zeitungen-static - create a virtual environment e.g.
virutalenv envand activate itsource env/bin/activate - install required packages
pip install -r requirements.txt - run
python build_static.pyto build the website - to test the result, change into
htmland start a python serverpython -m http.server
This project was bootstraped by python-static-cookiecutter