HTMLCRunch
HTMLCRunch is a simple example how you can reduce the size of HTML-files. Because it is "well-documented
and hence suited for teaching" I received a nice little award. ^_^

Some pieces of information on HTMLCRunch:
- written in Ansi-C => portable (DOS, Linux, Windows), should compile without trouble even when using a 16bit-compiler
- can process file lists (given as command line parameters)
- can read from standard in and write to standard out (important for piping)
Some time ago I started a complete rewrite of HTMLCrunch with emphasis on reliability and provability. I hope to
be able to put it online in autumn 2004.
Update: Seems like it will still take a while to finish since I am too busy with my other projects :-(
Version 0.8.1: Finished November 2002. Fixed a couple of bad bugs, cleaned up the code and also put in some function descriptions.
Version 0.8: Finished October 2002. Includes a simple parser, almost completely written from scratch
Version 0.5: Finished September 2002. Last version without a parser, cleaned out lots of bugs, more options