channel-e information in an electronic age.

Miscellaneous Servlets

Background

PrintPage

The PrintPage servlet was one of my first. We needed something to convert the complex pages on Calderdale's web site to printer friendly format. From conversations I understood that they were having problems implementing this using JSPs so I wrote this servlet.

Operation

Strips (then) Calderdale web pages of navigation. Decodes image source references so that they are properly included.

Status

No further development planned.

Released under the GNU General Public License. download

History

PrintPage

Version 2.0.1, 6 September 2004. Tidied up the code a little, moved variable to the beginning of the class.

I was bold with the version numbers in those days. Version 2.0 dates from 6 July 2002.