The client software can be written in JavaScript that makes
xmlrpc calls to the server (AJAX). That way there is no
installation required.
But there are loads of free, debugged mailing list programs
out there that use email as the interface. You should take
a look there first.
-Larry Bates
Mar
bruno at modulix wrote:
> Mark Carter wrote:
> Congratulations, you've just rediscovered REST !-)
Huzzah!
> Turbogears is probably what you're looking for (if not quite what you
> describe).
Thanks. It looks quite interesting.
--
http://mail.python.org/mailman/listinfo/python-list
Mark Carter wrote:
> I was musing recently about how one could, for example, set up a really
> simple mailing subscription list. It occurred to me that a really simple
> way to implement it would be to use xmlrpc.
> So there could be a function
> subscribe(emailAddress),
> which would send an email
I was musing recently about how one could, for example, set up a really
simple mailing subscription list. It occurred to me that a really simple
way to implement it would be to use xmlrpc.
So there could be a function
subscribe(emailAddress),
which would send an email for confirmation, and anothe