Its in cvs in the CMF Collective project on sourceforge. You can do an anonymous checkout... go to the project and click on the CVS page. http://sourceforge.net/projects/collective -----Original Message----- From: Asad Quraishi [mailto:aquraishi@skyesystems.com] Sent: Wednesday, February 12, 2003 1:59 PM To: zope@zope.org Subject: [Zope] CMFBackTalk In the Plone documentation it is stated that the CMFBackTalk product is used to build the documentation. I would like to use this product in my Plone site to enable the creation of on-line manuals. Does anyone know where I can get this product from? From the Plone docs under Appendix D: "The Plone book uses CMFBackTalk, based on Backtalk, orignally developed by Chris McDonough. CMFBackTalk is developed by Kapil Thangavelu with some minor hinderances from Andy McKay." Thanks in advance. _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
I downloaded the source for this and tried two routes: A. Try what the README.txt says which is: 1. add external method to portal root 2. Module: CMFBackTalk.Install Function: install 3. use the test tab to activate the install 4. enjoy and send feedback - couldn't execute this instruction as I receive an "illegal function call be.happy in module it.dont.work" I actually created symlink as described below and tried it. Is this right? Where should I copy the files/place symlink? If I do this I get the following error: *Error Type: ImportError* *Error Value: cannot import name ContentProductId* B. I thought, why not try and install as a product - probably won't work but what the hay. I created a sym link to the CMFBackTalk directory in my Prodcuts folder, stopped and started Zope. If I click on the Control Panel it shows CMFBackTalk as a broken product. When I click on it I get the following error: Traceback (most recent call last): File "/usr/src/zope/Zope-2.6.0-src/lib/python/OFS/Application.py", line 541, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/src/zope/Zope-2.6.0-src/lib/python/Products/CMFBackTalk/__init__.py", line 6, in ? from CMFBackTalk import CMFBackTalkDocument, book_fti, doc_fti, addCMFBackTalkDocument, CMFBackTalkBook, addCMFBackTalkBook File "/usr/src/zope/Zope-2.6.0-src/lib/python/Products/CMFBackTalk/CMFBackTalk.py", line 14, in ? from Products.BackTalk.BackTalk import BackTalkBook, BackTalkDocument, \ ImportError: No module named BackTalk.BackTalk Help! sean.upton@uniontrib.com wrote:
Its in cvs in the CMF Collective project on sourceforge. You can do an anonymous checkout... go to the project and click on the CVS page. http://sourceforge.net/projects/collective
-----Original Message----- From: Asad Quraishi [mailto:aquraishi@skyesystems.com] Sent: Wednesday, February 12, 2003 1:59 PM To: zope@zope.org Subject: [Zope] CMFBackTalk
In the Plone documentation it is stated that the CMFBackTalk product is used to build the documentation. I would like to use this product in my Plone site to enable the creation of on-line manuals. Does anyone know where I can get this product from?
From the Plone docs under Appendix D: "The Plone book uses CMFBackTalk, based on Backtalk, orignally developed by Chris McDonough. CMFBackTalk is developed by Kapil Thangavelu with some minor hinderances from Andy McKay."
Thanks in advance.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
B. I thought, why not try and install as a product - probably won't work but what the hay.
It is a product so this the right approach.
I created a sym link to the CMFBackTalk directory in my Prodcuts folder, stopped and started Zope. If I click on the Control Panel it shows CMFBackTalk as a broken product. When I click on it I get the following error:
You must have BackTalk installed. CMFBackTalk is not mature and if you are not prepared to do some work or are familiar with Zope / CMF etc I wouldn't recommend it. Theres a few bugs and issues :( -- Andy McKay
participants (3)
-
Andy McKay -
Asad Quraishi -
sean.upton@uniontrib.com