Hi all, just tested again Worldpilot and got it to work with Zope 2.5.1 and python 2.1.3. Only one adjustment had to be made to WPUtils.py. ( See end of message ). Now my question is: - Is there anyone using worldpilot? - Is there anyone developing it anymore? - Would someone be interested to continue developing it onward and possibly make it more zopish, and or make it as a CMF-product? What else pieces you people use as a products for groupware? For email, calendar etc. ? Are there any good Zope-products that could be used in combination better? I'm been building our intranet with CMF and only things now missiong is just the PIM functionality. Calendar and webmail are php programs as well as the meeting room booking system. Now if there were great components to do all this again in Zope it would be great... Adjustent was to: import imaplib was: from imaplib import * and to: mon = imaplib.Mon2num[mo.group('mon')] was: mon = Mon2num[mo.group('mon')] -huima
Heimo Laukkanen wrote:
- Is there anyone using worldpilot?
Not that I'm aware of...
- Is there anyone developing it anymore?
Not that I'm aware of...
- Would someone be interested to continue developing it onward and possibly make it more zopish, and or make it as a CMF-product?
On a commercial basis, that would be a possibility...
What else pieces you people use as a products for groupware? For email, calendar etc. ? Are there any good Zope-products that could be used in combination better?
The CMF or Plone might be a good place to start. I don't think either functions as an email client yet... cheers, Chris
participants (2)
-
Chris Withers -
Heimo Laukkanen