faustedition / faust-web

Web frontend for the edition of Goethe's Faust
http://faustedition.net/
3 stars 1 forks source link
digital-edition digital-humanities

Faust Edition Frontend

This is the web frontend for the Faustedition.

Installation

The frontend code of the web frontend relies on a lot of generated information that is created from the original source data. The faust-gen project contains a maven project that will generate everything except for the facsimiles and will copy all data in place, so the recommended way is to use that project to set everything up.

Alternatively, have a look at the documentation below.

Alternatively, configure a web proxy to get the generated stuff mentioned below from the faustedition.net production server.

Installation without faust-gen

To get up and running, you need to clone this project to your web root and copy or symlink original data as well as data generated by the companion projects to appropriate places to the following subdirectories:

Faust XML data

Documentary Transcript, SVG Overlays

Facsimiles & Metadata

Extracted edition data

Generated textual views

Search

The search functionality is realized using an eXist based search script that needs to be hosted at /search, i.e., you'll need to configure a proxy for that path.

The details are documented in the faust-gen-html project.