WebCalendar

I made some patches for WebCalendar 1.0.1. This fixes some issues regarding transcoding (why htmlentities() don't used iconv.internal_encoding instead of iso-8859-1 as the default charset?), display priorities as a class, and add some variables to report. I also add a French UTF-8 translation.

How to install the patches

To apply the patches, just run the following commands:

tar -xzvf WebCalendar-1.0.1.tar.gz
cd WebCalendar-1.0.1
cat <path to the patches directory>/*.patch | patch -p1
find -name \*.orig -exec rm {} \;

Under Microsoft Windows, install Cygwin or ask a local guru.

Description of the patches

00-ChangeLog.patch
01-french.patch
02-report_prio.patch
03-span_prio.patch
04-prio0.patch
05-getreport.patch

Download

WebCalendar-1.0.1-fn5.tar.gz