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.
Release - a text value that will appear at the top of each page of the exported HTML. Example values might be Preliminary, Final, or include a date.
Homepage - the home page of the website on which the HTML will appear. For example, http://www.example.org/2007/
Export Base URL - The URL at which the exported HTML will appear. For example, http://www.example.org/2007/schedule/
Feedback Base URL - The URL for user feedback. This usually points to the Pentabarf system. For example, http://papers.example.org/ or http://www.example.org/pentabarf/
Enable Submission - If checked, the submission interface will be enabled.
Enable Visitor System - Not ready for public use yet. It is intended to allow conference visitors to create their own schedule.
Enable Feedback - Enable the feedback system, by including a link from each event in the exported HTML to the Feedback interface.
Enable Reconfirmation - If checked, this adds a checkbox to the submission system which allows submitters to confirm their attendence at the conference.

