[Checkins] SVN: zope.app.generations/trunk/src/zope/app/generations/README.txt fixed interface name and a url

Michael Howitz mh at gocept.com
Fri Jun 12 15:21:23 EDT 2009


Log message for revision 100903:
  fixed interface name and a url

Changed:
  U   zope.app.generations/trunk/src/zope/app/generations/README.txt

-=-
Modified: zope.app.generations/trunk/src/zope/app/generations/README.txt
===================================================================
--- zope.app.generations/trunk/src/zope/app/generations/README.txt	2009-06-12 19:19:15 UTC (rev 100902)
+++ zope.app.generations/trunk/src/zope/app/generations/README.txt	2009-06-12 19:21:22 UTC (rev 100903)
@@ -7,7 +7,7 @@
 you change the semantic meaning of an existing field in a class, you will
 have a problem with databases that were created before your change.  For a
 more thorough discussion and possible solutions, see
-http://dev.zope.org/Zope3/DatabaseGenerations
+http://wiki.zope.org/zope3/DatabaseGenerations
 
 We will be using the component architecture, and we will need a database and a
 connection:
@@ -52,8 +52,8 @@
 'some.app' is a unique identifier.  You should use a URI or the dotted name
 of your package.
 
-When you start Zope and a database is opened, an
-IDatabaseOpenedWithRootEvent is sent.  Zope registers
+When you start Zope and a database is opened, an event
+IDatabaseOpenedWithRoot is sent.  Zope registers
 evolveMinimumSubscriber by default as a handler for this event.  Let's
 simulate this:
 



More information about the Checkins mailing list