
v0.3.0
-reset method to reset Kebas Data instance before exporting from Zope-2.3.x,
and importing to Zope-2.4.x.  Otherwise, traceback "cant import re object" or
somesuch.

v0.2.0
-we can now get the parameter list for POST method from the query string.  This will enable dynamic call on get_matched
-change security assertion from "View management screens" to "Access Kebas Data get_managed".
-added a HowTo - http://www.zope.org/Members/kedai/useKebasData

v 0.1.0
-added Test tab.  This view wil hopefully tell what's been grabbed, whether
the URL returns anything or not.  Meant for debugging.
-some security declaration

v 0.0.1a5
-added request method. we can now grab from url, url that support GET method, and url that use POST method.
 with POST erquest method, we need to supply the parameter lists one per line; key and value.
-removed unnecessary messages

v 0.0.1a4
-with TheJester's help, i finally got the best way to view Kebas Data instance.
-added index_html so that instance can be accessed thru url e.g http://myserver.com/kebasinstance/
accidentally removed it in v 0.0.01a3
-better error handling.  Now, errors/tracebacks will be returned.
-included demo zexp (dll.zexp) that can jump start your site.  be sure to initialize all Kebas Data instance.  Also, mail me your examples/demo so that i can include it.

v 0.0.1a3

-added freshness check.  you can now specify the object freshness, in seconds.
every call to view() will then check whether a get_matched() should be execeuted.

-change dtml/* stuff 

v 0.0.1a2
-you can pass a url to get_matched() call
-new attribute added (render_method) as a default 
