[Zope3-checkins] CVS: Products3/NewsSite - README.txt:1.5

Michael Howitz mh+zope@gocept.com
Thu, 27 Mar 2003 13:03:17 -0500


Update of /cvs-repository/Products3/NewsSite
In directory cvs.zope.org:/tmp/cvs-serv19801

Modified Files:
	README.txt 
Log Message:
updated to the current status of the installation


=== Products3/NewsSite/README.txt 1.4 => 1.5 ===
--- Products3/NewsSite/README.txt:1.4	Thu Mar 27 12:22:58 2003
+++ Products3/NewsSite/README.txt	Thu Mar 27 13:03:16 2003
@@ -5,7 +5,7 @@
 
 Installation:
 
- - create "zopeproducts" inside your Zope 3 installation
+ - create "zopeproducts" inside your Zope 3 installation src directory
 
  - add an empty "__init__.py" to zopeproducts
 
@@ -15,16 +15,6 @@
 
     <include package='zopeproducts.NewsSite' />
 
- - add the following line your site.zml file:
-
-    <grant
-        permission="zopeproducts.NewsSite.NewsItem.ManageNewsItems"
-        role="Manager"
-        />
- 
- - copy the skins/newssite folder to src/zope/app/browser/skins
-
- - add the following line to src/zope/app/browser/skins/configure.zcml:
-    
-     <include package=".newssite" /> 
+ - maybe you have to install Packages3/workflow from the zope.org cvs (not
+   necassary, if there is a stateful dictionary in src/zope/app/workflow)