I just installed Zope 2.6.1 from source on FreeBsd 4.x I do have the python stack fix. Using python 2.1.3. I'm caught trying to determine if the Structured Text product is now bundled and included with 2.6x I found a folder called lib/python/StructuredText I'm assuming this is the structured text product. However, when I go to add a new structured document -- its just not available. I've looked for every interation of the name I can think of. Here are the objects that are available: StandardCacheManagers/addAccel Accelerated HTTP Cache Manager Sessions/addIdManager Browser Id Manager OFSP/documentAdd DTML Document OFSP/methodAdd DTML Method ExternalMethod/methodAdd External Method OFSP/fileAdd File OFSP/folderAdd Folder OFSP/imageAdd Image MailHost/addMailHost_form Mail Host PageTemplates/manage_addPageTemplateForm Page Template StandardCacheManagers/addRCM RAM Cache Manager PythonScripts/pyScriptAdd Script (Python) Sessions/addDataManager Session Data Manager SiteAccess/manage_addAccessRuleForm Set Access Rule SiteErrorLog/manage_addErrorLog Site Error Log SiteAccess/manage_addSiteRootForm SiteRoot TemporaryFolder/addTemporaryFolder Temporary Folder Transience/addTransientObjectContainer Transient Object Container OFSP/manage_addUserFolder User Folder OFSP/versionAdd Version SiteAccess/manage_addVirtualHostMonsterForm Virtual Host Monster ZCatalog/addVocabulary Vocabulary ZGadflyConnectionForm Z Gadfly Database Connection ZSQLMethods/add Z SQL Method ZSQLMethods/searchAdd Z Search Interface ZCTextIndex/addLexicon ZCTextIndex Lexicon ZCatalog/addZCatalog ZCatalog ZopeTutorial/tutorialAdd Zope Tutorial So, question 1 is Should I expect StructuredText to be part of zope2.6.1 -- and if so, what is it called question 2 -- if it is part of zope, and not listed, why? and how can I make it available question 3 -- if its not available, what version of structured text is safe to add knowing that I will be adding cmf and plone. other info: The Control Panel provides access to system information and management functions such as database and product management. Zope Version (Zope 2.6.1 (source release, python 2.1, linux2), python 2.1.3, freebsd4) Python Version 2.1.3 (#1, Mar 7 2003, 10:42:51) [GCC 2.95.3 20010315 (release) [FreeBSD]] System Platform freebsd4 SOFTWARE_HOME /home/httpd/zoperoot/lib/python ZOPE_HOME /home/httpd/zoperoot INSTANCE_HOME /home/httpd/zoperoot CLIENT_HOME /home/httpd/zoperoot/var Process Id 41864 (147245056) Running For -- David Bear phone: 480-965-8257 fax: 480-965-9189 College of Public Programs/ASU Wilson Hall 232 Tempe, AZ 85287-0803 "Beware the IP portfolio, it will make criminals out of innovators"
On Mon, 12 May 2003 17:35:14 -0700 GMT (..2:35 where i live(GMT+2) ) David Bear asked the Zope mailinglist about the following: DB> I just installed Zope 2.6.1 from source on FreeBsd 4.x I do have the DB> python stack fix. Using python 2.1.3. DB> I'm caught trying to determine if the Structured Text product is now DB> bundled and included with 2.6x I found a folder called DB> lib/python/StructuredText DB> I'm assuming this is the structured text product. However, when I go DB> to add a new structured document -- its just not available. I've DB> looked for every interation of the name I can think of. To clarify things a bit: The Structured text module thatexists is indeed the structured text that is bundled with Zope. It is the library for applying structured text, but not a structured-text-document-product. You can use this by importing the module in Page Templates or pythonScripts, or by setting the fmt-attribute in DTML to structured_text. - But alas - no self-contained document. IIRC Plone/CMF-documents use the same Structured-text-libraries to format documents, so there is no need to add other products tu utilize this formatting within a Plons/CMF-site. If you want to use Structured-text-ducuments as separate entities, i recommend you download and install "StructuredDocument" located at: http://www.zope.org/Members/mjablonski/StructuredDocument .. so - you have structured text installed, but it is not what you expected it to be ;) i hope this clears things up a bit :) -- Geir Bækholt
participants (2)
-
David Bear -
Geir Bækholt