aboutsummaryrefslogtreecommitdiff
path: root/www/zope-cmfformcontroller/pkg-message
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-28 13:57:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-28 13:57:46 +0000
commitc27a0eae1c71c43ca486a012ee81dee02d735b7f (patch)
tree2f93ed92d735e54ee429e4a0fed0a952312df2ce /www/zope-cmfformcontroller/pkg-message
parent1e855092b000737fbcf0f7a65e736728cd80649d (diff)
downloadports-c27a0eae1c71c43ca486a012ee81dee02d735b7f.tar.gz
ports-c27a0eae1c71c43ca486a012ee81dee02d735b7f.zip
CMFFormController is a product for Zope/CMF
CMFFormController replaces the portal_form form validation mechanism from Plone. It should work just fine in plain CMF as well. PR: ports/63377 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
Notes
Notes: svn path=/head/; revision=102404
Diffstat (limited to 'www/zope-cmfformcontroller/pkg-message')
-rw-r--r--www/zope-cmfformcontroller/pkg-message20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/zope-cmfformcontroller/pkg-message b/www/zope-cmfformcontroller/pkg-message
new file mode 100644
index 000000000000..4abdce86d626
--- /dev/null
+++ b/www/zope-cmfformcontroller/pkg-message
@@ -0,0 +1,20 @@
+To complete the installation of CMFFormController:
+
+- Restart Zope. This may be done from the Zope Control Panel.
+
+With CMFQuickInstaller (optional)
+
+- Use the QuickInstaller tool to register CMFFormController in your portal
+ instance
+
+Without CMFQuickInstaller
+
+ - Create an ExternalMethod object inside your portal object with the
+ following data:
+
+ Id: install_CMFFormController
+ Title: installs CMFFormController to this portal
+ Module Name: CMFFormController.Install
+ Function Name: install
+
+ - Run this newly created ExternalMethod by clicking on the test tab.