HTML-Export
From Pentabarf
The HTML-Export generates static pages containing the following things:
- a schedule table for every day
- list of all event
- list of all speaker
- a page for every speaker with their description
- a page for every event with their description, papers and slides
- an iCal file with the schedule
- an xCal file with the schedule
A link to the preview of the html export can be found on the export tab of conference page. You can also edit the css used for the html export there.
To create the html export you have to execute the following command in the pentabarf directory of your pentabarf installation:
script/html-export conference
You have to replace conference with the conference-acronym or the conference-id of the conference you want to export. You have to issue this command in the pentabarf directory otherwise the script will not find your configuration.
The static files can be found in the directory tmp/html-export relative to your current location.

