RE: [squishdot] Mailing Content into Zope/Squishdot
I'm doing this with an email address that runs a Python program that uses xmlrpc to insert items in Squishdot. It's actually pretty straightforward, the only catch is that many of the Squishdot methods are missing doc strings and are thus inaccesible to xmlrpc. Adding a blank docstring to the method you need is a trivial edit to the sources. I can post the code I'm using for this if you want, but the details of what I'm doing for our site may be less useful than the general explanation... Dan Pierson, Control.com, <dan@control.com>
-----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Monday, February 28, 2000 4:47 AM To: Zope Mailing List; SquishDot Mailing List Subject: [squishdot] Mailing Content into Zope/Squishdot
Hi,
I've got a Squishdot site running in Zope. The problem I have is that a lot of the target audience will access the site through dial-up which is nice and expensive here in the UK.
It would be really nice if people could write their articles offline and then send them in by email.
I was wondering whether anyone has done this with Squishdot, or more generally, whether anyone has anything that takes an email message and turns it into a Zope object.
Thanks for any help,
Chris
-------------------------------------------------------------- ---------- FREE ADVICE FROM REAL PEOPLE! Xpertsite has thousands of experts who are willing to answer your questions for FREE. Go to Xpertsite today and put your mind to rest. http://click.egroups.com/1/1404/5/_/4381/_/951731186/
eGroups.com home: http://www.egroups.com/group/squishdot http://www.egroups.com - Simplifying group communications
participants (1)
-
Dan Pierson