Ok, I've updated CVS for, hopefully, the last time. Here is a quick feature rundown of the PDF functionality:
- PDF feature completely driven by config.php and is disabled by default since it requires installation of third party software.
- Stories now have a pdf icon (similar to print and email icons) that will take the HTML Geeklog generates during the print mode and generates the PDF from it
- Optionally, admins can enable an ad-hoc PDF generation feature that would allow users to enter any URL and generate a PDF. This is disabled by default but
is always excessible by Root users when the PDF feature is enabled.
- Optional support of HTML tidy. Again, this requires yet another third party tool to be installed so this is disabled by default
- Font point size is configurable
- TTL on generated PDF's is supported (i.e. you can tell Geeklog to delete PDF's more than one day old) NOTE: untested
- Supports get & post parameters so integration with other GL plugins is easy.
This needs testing, particularly on windows. The original code I had was very unix-centric and I did my best to make it OS independent.