Products
| Title | Type | Size | Last Modified | Description |
|---|---|---|---|---|
CMF-based MailMessage and MailFolder objects
|
Software Package | 2002-01-31 | CMFMail READMECMF-based content objects that provide a skeleton for an mail folder and mail message. The following content objects are provided with a set of pre-defined properties:
See the INSTALL.txt file for how to get the product installed and customized within your CMF. See the DEPENDENCIES.txt file for a description of the required products. This product is a near clone of the ZMailIn product in terms of features and spirit. However, the interfaces and implementation have been modified to push as much functionality into the CMF (such as the portal catalog, use of skins, etc.) and tailored to match the author's personal taste. Portions of code copyright New Information Paradigms Ltd. Portions of code taken from the prototype MaillistArchive product. |
|
CMF-based PropertyManager-like objects
|
Software Package | 2002-01-31 | CMFPropertyCore READMECMF-based content objects and folders that can be used as building blocks for other CMF-based content. The following content objects and folders are provided:
See the INSTALL.txt file for how to get the product installed and customized within your CMF. See the DEPENDENCIES.txt file for a description of the required products. CMFPropertyCore is currently being used by the following other CMF-based products: |
|
CMF-based Address Book
|
Software Package | 2002-01-31 | CMFUsrManOrg READMECMF-based content objects that provide a skeleton for an Address Book. The following content objects are provided with a set of pre-defined properties:
An optional tool, CMFUsrManOrg MemberDataTool, is also included for allowing a Man object to be "attached" to each CMF portal Member. This allows a portal Member to maintain his/her own contact and demographic information. See the INSTALL.txt file for how to get the product installed and customized within your CMF. See the DEPENDENCIES.txt file for a description of the required products. |
|
Splitter for Japanese text
|
Software Package | 2002-01-31 | JSplitter provides a replacement for the word Splitter that ZCatalog uses, allowing ZCatalog to do full text search of Japanese. JSplitter uses the freely available ChaSen library to do morphological analysis on Japanese text, which informs the breaking of the text into words (Japanese words are not normally delimited by spaces). This product is based on the original JSplitter product. Modifications have been made to the original product to update for usage with Zope 2.4.1 and to replace the python-based KConv module with the perl-based JCode.pm module. |
|
ZEO ClientStorage
|
Software Package | 2002-01-31 | MountedStorage READMEMountedStorage is a product that helps ease the use of mounting and packing ZEO ClientStorages. This product is merely a repackaging of the features (and some base source code) offered by the ExternalMount and MountedFileStorage products with the following differences:
See the INSTALL.txt file for how to get the product installed and within your Zope environment. See the DEPENDENCIES.txt file for a description of the required products. |
|
Zope's ZPublisher Client meets Python's CGIHTTPServer!!
|
Software Package | 2002-01-31 | ZPublisherClientMonkeyPatch READMEZope's ZPublisher Client meets Python's CGIHTTPServer!! Unfortunately, it is not always possible to do everything in Zope. Sometimes, one needs to interface with another webserver and/or an external cgi program. The ZPublisher Client included with the standard zope distribution fetches and returns pages using the http protocol. This product extends the ZPublisher Client in the following directions:
See the INSTALL.txt file for how to get the product installed and setup in your environment. See the DEPENDENCIES.txt file for a description of the required products and/or libraries. This product was inspired by ideas presented in the following links: |