You are not logged in Log in Join
You are here: Home » Members » k_vertigo » Products » NewsCenter » Changes.txt » View File

Log in
Name

Password

 

Changes.txt

File details
Size
2 K
File type
text/plain

File contents

version 0.1.0 The Birthday Boy Release
- THIS RELEASE IS NOT BACKWARDS COMPATIBLE
- This release has been tested on zope 2.2.0 and 2.2.1 on linux
  if there are any problems running it on windows please let me know ([email protected])

- Channel.py has undergone massive changes
  - no longer uses XMLDocument, hence XMLDoc. is not required
  - implements syndicated content hook
  - supports all RSS versions (0.9-1.0)
  - no longer registered as a top level class
  - implements image tags of RSS (only for v.91+)
  - no longer causes ZCatalog to throw spurious errors on intial update()
  - renamed to remove references to rss
  
- NewsCenter.py 
  - ocs channels maybe added from filesystem.
  - returns elasped time on most actions of management view- channels tab.
  - implements syndicated content hook (see README for more info)
  - minor changes to management interface to support 1K+ channels
  - internal storage renamed to remove references to rss

- The product is now released under one license the LGPL
- total channel count i've gotten is up to 1965 (albeit with some duplication).

version 0.0.8 The Eyes Wide Shut release 
-two way workflow for publishing. you can send publish a channel and then unpublish it, ad nauseum.

-catalog searching and indexing integrated

-better(slightly) management screen interface

-I did a lot of experimenting. with views which where customizable in the management screens.
 but the whole thing was a bit to unstable, or more it seemed unsafe for general distribution.
most of the configurable view support is in the source right now, but i've rolled it back for 
distribution. . i'm going to work on it. i've resisted using a zclass
because i wanted to do the whole product in python, but at i haven't seen a better way yet, so
i will probably split the product into a zclass and base python product in the next release.
In python, Even with a ts class attribute i would need a specialized folder that knew when particular views,
has been added. right now i tried instance attribs which becomes a many to one reference relationship of
the Channel to the dtml view, but if the view is destroyed reassociation is difficult.

version 0.0.5 Initial Release