[CMF-checkins] CVS: CMF - README.txt:1.2 __init__.py:1.2
chrism@serenade.digicool.com
chrism@serenade.digicool.com
Thu, 24 May 2001 17:13:31 -0400
Update of /cvs-repository/Packages/Products/CMFWiki
In directory serenade:/home/chrism/CMF/CMFWiki
Modified Files:
README.txt __init__.py
Log Message:
Added installer.
--- Updated File README.txt in package CMF --
--- README.txt 2001/05/23 22:09:55 1.1.1.1
+++ README.txt 2001/05/24 21:13:01 1.2
@@ -1,15 +1,15 @@
-This is the CMFWiki product.
+This is the CMFWiki product. CMFWiki requires the Zope CMF.
-It contains code from the ZWiki product, but it is otherwise unrelated.
+It contains code from the ZWiki product, but it is otherwise unrelated. You
+needn't have ZWiki installed to use CMFWiki.
-You needn't have ZWiki installed to use CMFWiki.
-
-CMFWiki requires the Zope CMF.
-
To use the product, you'll need to register the CMFWikiPage and CMFWiki
types in the portal types tool. You'll also need to add a Filesystem
Directory View to the skins tool for the skins contained within this
pacakge, and place the directory view in the skins path for the skins you're
-intending to use.
+intending to use. You'll also probably want to remove workflow
+for CMFWikis and CMFWikiPages. The "Install" script in this product's
+Extensions directory does these things for you. Read the script
+for details on how to install CMFWiki.
- Chris McDonough (chrism@digicool.com)
--- Updated File __init__.py in package CMF --
--- __init__.py 2001/05/23 22:09:55 1.1.1.1
+++ __init__.py 2001/05/24 21:13:01 1.2
@@ -18,3 +18,4 @@
fti = CMFWikiPage.factory_type_information,
).initialize(context)
+wiki_globals=globals()