PresentIt! is a free module for the Roxen Web Server. It allows easy creation
and formatting of slideshows and presentations without the need to program
custom
CGI scripts.
Please remember that this is a work in progress. Your comments and suggestions
are appreciated. Click here to send your comments
to me, the developer.
If you find this module useful, I'd greatly appreciate a postcard (or cookies:) ) from
you letting me know you're out there. My address is included in the LICENSE file
in the distribution.
More documentation will be arriving as I get the time. Please be patient, as
I'm kept rather busy by my job!
What's new in Version 1.0:
Use this form to send me feedback or to request update
notices.
Using MailIt! is simple! Just download the archive, then unpack it by using
the following command:
That's all there is to it! You can now start using the features of the
PresentIt!
module.
There are 2 components of a working PresentIt! application:
The first tag tells PresentIt! that you are going to create a
presentation.
Everything outside the presentit tags will be
returned to the browser surrounding the presentation.
The presentit container takes the following attributes:
The second tag, SLIDE tells PresentIt! about the slides to use in
the
presentation.
You can include these tags inside the presentit container to build
presentations.
The slide container takes the following attribute:
The contents of the container will be displayed below the image as a slide
description.
You can put any RXML tags within the slide container.
The most current information my be found in the README file in the distribution.
Thanks to Jeff Fishbein <jlfish@riverweb.com> for his suggestions
for PresentIt!.
tar -zxvf presentit-1.0.tar.gz
You should get a directory called presentit-1.0. Inside that directory is
a file called presentit.pike. Copy that file to your Roxen modules
directory, under roxen/server/modules or ../local/modules.
Then you can use the Configuration Interface to
add the PresentIt! module.
The PresentIt! Template is simply an HTML file that includes PresentIt!
tags.
The
two tags that are provided by PresentIt! are:
hww3@riverweb.com