- Implement a generator for
 - An index page
 - The help pages
 - Improved log pages
 - Apache configuration (.htaccess)
- Support for primary and backup mirrors when used as a transparent mirror
 - /<mirror> is the mirror
 - /<mirror>.real is the primary mirror
 - /<mirror>.backup is the backup mirror
 - When accessing a non-existent file in /<mirror>, the user is redirected to /<mirror>.real unless this one is unresponsive
 - If it's unresponsive, a script (cron ?) will change the .htaccess to use /<mirror>.backup instead
- Support translation using gettext
