Version 1.3.4
    - Added another default image type
    - Whoops, missed an ip tracking section to make Zope work behind Apache. Fixed

Version 1.3.3:
    - Modified ip tracking code so that it will work when Zope is behind Apache
    - Added in 2 alternative default image types
    - Polished up the get_padded_value method 
    - Changed the index_html method to htmlify it

Version 1.3.2:
    - Fixed a bug in FSCounterEdit.dtml where the default was to set the new value
      of the counter to the title attribute
    - Changed FSCounter.manage_edit() so that no images_folder argument doesn't set
      the path to '/img', but to 'misc_/FSCounter', which is the default value.

Version 1.3.1:
    - Fixed a small problem with adding an FScounter

Version 1.3:
    - Made the dangerous methods private (eg 'write()' --> '__write_()')
    - removed the ability to increment more than 1 at a time
    - Added 'pic()' method and explained in help
    - Added the unique IP per day code (should still work if upgrading the product [tested with 1.2])
    - "Use cookie" defaults to no when creating an FSCounter object
    - Can set the value of the counter when creating an FSCounter object
    - Can change the value of the counter when editing
    - Added "View" tab because it's nice to see what you've done :)

Version 1.2:
    - Fixed bug in IP Filtering if you upgrade the product from 1.0
    - Put some sample images in the www folder and linked to them from the counter
      so that the first thing people get OTOB is an image.
    - removed lib/python/Products bit for INSTANCE_HOME users
    - add filename to edit screen.

Version 1.1:
    - No result and IP Filtering added by Aleksander Salwa, ololo@webcraft.pl, Thanks!
    - changed '/' to os.sep
    - moved image into www file
