- bug fixes
- better client side support
  - special treatment for services (/etc/init.d/*), kernel, lilo
  - notification via email
- a progress marker while mirroring ftp sites (with wget)
- add a -s or -S (simulate) argument option ala apt-get
- provide support for more wget argument like:
  - proxy=on/off
  - passive-ftp
  - reject/accept certain files
- bring apatemod back in shape, it is not usable now, as aptatemod can not
  read the aptate.conf file
- provide a download/mirror only option
- Adding some code to get the additional packages from locations other
  than ftp.suse.com/ftp.gwdg.de (see patches directory -> NVIDIA*)
- Display status change: e.g. list all new packages that were added while
  doing the last mirror.  This information good then be published on a web
  page, so apt clients can determine what are the most recent updated rpms
- Consider to re-write aptate in Perl.
- Consider to render aptate.pl into Perl module.
- Consider to split aptate.pl into 2 Perl modules (One for config and dist).

- Add a method to tell that an rpm is an security rpm, this could just
  be a file listing the rpms.  More sophiscated would be by using
  xml for it

- Support http connections

- Provide an option to make a physical repository (by copying the rpms e.g.)
  instead of linking the rpms into the apt repository.  This is needed in
  case the user has no shell access to the server.

- Alter the contents of the examples/sources.list.* files.
  Make the *prpm* component a seperate line.  Provide information that it is
  an autogenerated file => not all components maybe usefull or safe...

