Changes:  
  
ver. 0.1.0 to 0.1.1  
  
   -- added code to handle both old and new versions of TinyTable product  
   -- modified credits.txt  
  
ver. 0.1.1 to 0.1.2  
   -- modified manage_delete call to conform to Python 1.5.2 syntax  
   -- fixed bug for disappearing subject text editing for plain vanilla version  
   -- changed from DOS line ends (CRLF) to Unix style line ends (LF) 
   -- changed reading of text file to prevent infinite loops 
   -- changed product packaging from zip file to tar.gz 
   -- development proc modified; shifted from RCS to CVS 
   -- fixed bug on file attachment 
 
ver 0.1.2 to 0.1.3 
   -- changed input tinytable data format (*.tbl) in /demo/newtables to fix authorization required bug 
      coming from TinyTable product 
   -- took out duplicate definition of site_url method from Posting class. 
   -- updated message*.txt to current info, as well as minor stylistic corrections 
 
ver 0.1.3 to 0.1.4 
   -- changed defn of site_url, copying code from Confera for Squishsite class's site_url method defn 
      and added different method defn for Posting class site_url -- computed from REQUEST[URL] which 
      I'm assuming is computed correctly even under PCGI. This change is being done to fix 
      a bug in computing site_url when Squishdot is run under an Apache-PCGI configuration. 
 
ver 0.1.4 to 0.1.5 
   -- changed self.subjects from a built-in map ({}) to a PersistentMapping to fix 
      weird storage behavior (with subjects disappearing) under ZODB3 
 
ver 0.1.5 to 0.3.0 
 
   -- added new Squishdot logo and Zope logo to the footer of the fancy demo/simple demo screens. 
   -- modified form input variables to html-quote so weird chars are redisplayed correctly 
   -- modified href and src variable to url-quote so they can handle weird url links 
   -- added a preview button. 
   -- fixed mailhost selection so that blank is an option. 
   -- error screen is now customizable. 
   -- message screen is now customizable. 
   -- edit posting screen now returns previous input coming back from error screen 
   -- fixed "regex" incompatibility with Zope2 
   -- added striptags function for stripping invalid chars for RSS/RDF 
   -- add RSS/RDF channel page 
   -- validation of article/comments are now customizable  
   -- added new rss_ properties  -- rss_title, rss_description, rss_image_url for data needed in RSS/RDF channel 
   -- added a new property to control how many previous days of articles are shown in Older Links squishbox 
   -- fixed permission list for manage_postings to list postings/subjects list -- but see known bugs 
   -- fixed mail html removing the first blank line 
   -- removed the dtml file Squishdot_manage_main.dtml -- not used 
   -- attachment file now displays for plain-vanilla mode article posting 
   -- fixed advertising image display banner so it sets a fixed image url -- and url now points to squishdot.org 
   -- fixed site_title so it nows sets a fixed image url (not relative to posting's url) 
   -- added new links to technocrat, gnotices, squishdot in quicklinks squishbox 
   -- added links to static download page and documentation page in squishdot website 
   -- fixed inserted spaces problem when editing posted articles/replies 
   -- removed expire_time from list of predefined properties (demo mode only) -- not used 
   -- converted dtml tags to new format (i.e from <!--#xxx to <dtml-xxx ) 
   -- added an about, readme, license, credits, version and changes page
   -- converted all image file names from xxx.gif to xxx_img 
   -- added code to force all images inserted at creation time to have content type 'image/gif'
   -- modified body_len to make it return a numeric value if an additional divisor parameter is passed
   -- modified date_posted to make it return different formats if an additional format string was passed

ver 0.3.1

   -- fixed rdf_rss page missing quote (reported by Luke Tymoski)
   -- fixed invalid header bug (reported by John Hendow)
   -- reverted back to prev. version for mail_posting_html -- wouldnt work without blank first line
   -- modified date_posted to allow for variable date formats returned (c/o Lalo Martins)
   -- modified site_header to call misc_methods.advertising correctly, passing base_url instead 
      of site_url -- this was causing a transaction update everytime pages were accessed 
      (demo mode only) (reported by Pavlos Christoforou)
   -- modified SquishSite site_url method (moved code from Posting site_url method)
      to fix bug where site_url is incorrect if called from folders below Squishdot folder
    
ver 0.3.2

   -- added back Squishdot_editForm.dtml (got lost due to a CVS setup screwup)

ver 0.3.3a1

   -- fixed SquishPosting ac_permissions so that moderators no longer need to
      have a "manager" role in order to approve articles -- they only need the
      manage postings privilege
 
ver 0.3.4

   -- fixed dynamic dates in rightbox_methods that were broken in 0.3.3a1
   -- removed path from suggestion cookies to enable them to work in conjunction with the SiteAccess 
      product
   -- gifs and zips in CVS were turned into binary files to stop corruption during CVS checkout.

ver 0.4.0
   
   -- __init__.py re-implemented using the Zope 2 API
   -- added 'view' tab to management screens.
   -- move 'about' out of Squishdot.py into about.dtml
   -- removed redundant SquishItem and SquishSet classes.
   
   -- changed indexing to be ZCatalog-based. This means you get a 'Cataloged Objects' tab.

   -- fixed mail_html in the fancy demos so it sends out correctly formatted MIME.
   -- changed mail_html in the plain demo so it doesn't use MIME.

ver 0.4.1

   -- The namespace and client are now passed to showMessage and showError to things like site_header and site_footer may be used.
   -- A minor bug in the 'Plain' demo's addPostingForm was fixed. (reported by Paul Browning)
   -- 'body'is no longer a required search argument, a bug introduced in 0.4.0. (reported by Kai-Oli Tiffany)
   -- SquishSet and SquishItem re-instated :S (They're needed for the ZSearchable Interface)
   -- A new and more useful mail_html has been included in the 'Plain' demo.
   -- Security has been tightened and a new set of roles introduced.
   -- A message saying that a Mail Host is required for mail notification is included on certain forms. (suggested by Paul Browning)
   
ver 0.5.0

   -- Adding support for postings to be formatted as Plain Text, HTML or Structured text.
   -- Enabled preview when editing postings through the management interface. 
   -- Fixed KeyError for site_header in Plain demo.
   -- Fixed another bug introduced in 0.4.0 that prevented Squishdot working with the ZSearchable Interface.
   -- Made Squishdot behave more like a ZCatalog in the way you can search it.
   -- Fixed a missing ',' that was causing the 'managemanage_editForm bug'.
   -- Fixed problem with Path on cookies that meant you had to enter name and email address at each level in the folder structure.
   -- Fixed nasty bug in the CRLF regular expression that meant lines were (and in old articles, still are) containing \r's. 
      That really confused the structured text renderer ;-)

ver 0.6.0

   -- Integrated Bruce Perens' Batch Moderation patch and made some of its functionality available on the Postings page.
   -- The administrator can now be optionally emailed when news articles and/or postings arrive.
   -- Some improvements in presentation in the management interface screens.

ver 0.7.0

   -- Changes to the Demo Sites and Squishdot core to make them Zope 2.2 compatible.
   -- Updated Cataloging to use the Traversal Interface. This means 0.7.0 will not work with versions of Zope earlier than 2.2.0!
   -- Added in some html_quoting. The Demo Sites could do with a lot more...
   -- Some small changes to the management screens.

ver 0.7.1

   -- Slightly updated roadmap.
   -- Fixed bug that prevented deleting postings.

ver 0.7.2

   -- Made Squishdot work with INSTANCE_HOME Zope installations.

ver 0.7.3

   -- Removed bad url quoting of email addresses in some of the fancy demo pages.
   -- Fixed TinyTable detection that got broken in 0.7.2.
   -- Fixed problems with moderated Squishdot sites and searching.
   -- Fixed the behaviour of Squishdot's ZCatalog when Squishdot Sites were moved, copied or renamed.
   -- Updated copyright in about.dtml
   -- Updated roadmap.

   KNOWN BUGS: 
 
   -- the fancy demo mail_html doesn't use MIMETools like it should.

   -- the demo sites don't html-quote several fields which really should be.


