Quad-Pres
Quad-Pres stands for "Quick and Dirty Presentations" and is a Perl and Website Meta Language based framework to create HTML presentations.
You can find documentation and instructions in this lecture I prepared. If you have any other questions contact me at shlomif@cpan.org.
Features
- Uses Website Meta Language.
- Organizes the lecture into a hierarchy of sections and subsections.
- Generates tables of contents, and navigation links.
- Links to a common CSS stylesheet.
- A common HTML header and footer.
- Can be generated into a web-server directory or dynamically served using a CGI script in the presentation directory.
- Written in pure Perl and so is very portable.
- The generated code is compliant to XHTML 1.0.
- Support multiple themes that customize the look and feel of the slides.
- Supports setting several parameters to the pages: doctype strictness, language, character set, body direction.
Examples
News
02-Apr-2016
A new stable version - 0.18.0 - was released today. This version fixes the RPM .spec to use the .tar.xz file, and removes carriage returns and trailing whitespace.
23-Mar-2016
A new stable version - 0.16.0 - was released today. This version fixes some old E-mails and URLs and fixes the RPM .spec.
10-Oct-2014
A new stable version - 0.14.0 - was released today. This version added a test suite and converted to use CMake instead of GNU Autotools.
27-Aug-2006
A new stable version - 0.12.0 - was released today. Changes in this version are:
- Added the Template-Toolkit configurable configuration directives.
- Added the $translate_control_text subroutine.
- Fixed some Unicode problems.
- Some other bug-fixes.
- Added an automated test suite.
20-Oct-2003
Released version 0.10.3 up on the heels of 0.10.1, with some important fixes.
16-Oct-2003
Quad-Pres version 0.10.1 was released. This version features a multi-theme feature, that enable to customize the look and feel of the slides. Moreover, it is possible to specify several parameters as language, character set, and body direction. Other than that, a test suite was written to verify that some features of the program are not broken.
7-Feb-2003
Quad-Pres version 0.8.0 was released. As opposed to previous versions, this version is now installed in a central place in the system, so there are less redundancy and duplicate code in the lectures' sources. It also generates a script in the lecture's source directory that can serve the lecture dynamically to a web page.