freebsd-ports/www/zope-i18nlayer/pkg-message
Pav Lucistnik c446b154c9 Add zope-i18nlayer, a Zope product that provides a transparent overlay
above multiple content objects to provide multilanguage content support
for existing document types.

PR:		ports/68652
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
2004-07-05 17:56:58 +00:00

24 lines
633 B
Text

To complete the installation of I18NLayer:
- Restart Zope. This may be done from the Zope Control Panel.
With CMFQuickInstaller (optional)
- Use the QuickInstaller tool to register I18NLayer in your portal
instance
With Plone (optional)
- Use Plone Setup, to install I18NLayer product.
Without CMFQuickInstaller
- Create an ExternalMethod object inside your portal object with the
following data:
Id: install_I18NLayer
Title: installs I18NLayer to this portal
Module Name: I18NLayer.Install
Function Name: install
- Run this newly created ExternalMethod by clicking on the test tab.