-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This fork of Fidus Writer is home of a proof of concept implementation of various enhancements which are relevant for the usage with conferences in the Digital Humanities. This in particular includes support for TEI export and integration of ConfTool meta data. This wiki will provide documentation re functionality and installation steps while development progresses.
This is very much work in progress, YMMV.
Until the exporter is included with upstream Fidus Writer, installation has to be done manually following the instructions for developers, except using this repository instead of the upstream one.
The exporter expects a document template with the section authorPart
. The functionality to adjust document templates is a bit hidden by default. To create or modify document templates, access the django admin interface of Fidus Writer. If your custom instance runs on http://127.0.0.1:8000
, then you can reach it at http://127.0.0.1:8000/admin/
. There, just choose Document templates
and make sure that a template with the ID "authorPart" exists (and optionally make it a required field and visible by default). When creating your document in Fidus Writer, choose this template as starting point.