[Zope3-checkins] CVS: Products3/NewsSite/NewsItem - README.txt:1.1
   
    Andreas Jung
     
    andreas@andreas-jung.com
       
    Tue, 25 Mar 2003 10:38:57 -0500
    
    
  
Update of /cvs-repository/Products3/NewsSite/NewsItem
In directory cvs.zope.org:/tmp/cvs-serv29062
Added Files:
	README.txt 
Log Message:
added
=== Added File Products3/NewsSite/NewsItem/README.txt ===
The NewsItem product is a small example developed at the DZUG Sprint in Berlin
to demonstrate the implementation of a schema-based content-type.
Installation:
 - create "src/zopeproducts" inside your Zope 3 installation
 - copy the NewsSite folder to "src/zopeproducts"
 - add the following line to products.zml file:
    <include package='zopeproducts.NewsSite.NewsItem' />
 - add the following line your site.zml file:
    <grant permission="zopeproducts.NewsSite.NewsItem.ManageNewsItems" role="Manager" />