About SquirrelMail statistics
These statistics are generated with KDE's guistats package, grab-stats.php, html-stats.php and history-stats.php scripts.
Scripts were provided by Claudiu Costin <claudiuc at kde.org>
Changes that where made:
- Changed adminemail variable in grab-config.php, html-config.php and history-config.php
- help.html and about.html links were converted to help.php and about.php in order to use header.php and footer.php includes.
- Changed static images from .gif to .png
- Adjusted paths in grab-config.php, grab-stats.php, history-config.php, and html-config.php
- Adjusted location of messages directory hard-coded in grab-stats.php and html-functions.php
- Added shell scripts that grab copy of SquirrelMail cvs.
- Set kdefake variable to 'squirrelmail' in grab-config.php
- Adjusted layout of SquirrelMail locales cvs in order to have same layout as in older SquirrelMail packages.
- Added tests that check for MySQL support in php
- Removed references to 'KDE packages'. It is just 'Packages'.
Why png images are used instead of gif:
- LZW patent is still valid in EU and in some other countries
- PNG format has more features that GIF. If some browser does not support these features, png images can be created with same limitations as GIF and then "the browser" :) is able to read them.
- I don't like the history of LZW. If details about some software algorithm were publicly available, this algorithm became de facto standard of small images and animations, and then some company decided to collect fines for that patent... Sorry, but this is not the way of doing business.
Tomas Kuliavas