Re: xml_rpc plugins
Lance Levsen <lance-8fVGZEMlguYsA/[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
Eduardo Gargiulo wrote:
> Hi all,
>
> I would like to know if there are people using xml_rpc plugins to add/edit
> posts on pyblosxom weblogs. I'm new to xml_rpc, and I'm thinking on
> develop a custom client using PHP:PEAR xml_rpc packages, but first I want
> to hear some happy xml_rpc users, because there aren't enough
> documents/data about this on the web.
>
> THanks in advance and sorry for my english,
>
> --ejg @sf.net
My sister is using blogtk to add posts to her blog on my pyblosxom
installation. Fairly easy to setup.
py['load_plugins'] = [
"xmlrpc",
"xmlrpc_blogger",
"xmlrpc_metaweblog",
"xmlrpc_pingback"
]
py['xmlrpc_usernames'] = {'username': 'password'}
py['xmlrpc_urltrigger'] = "/RPC"
py['xmlrpc_maxrequest_length'] = 10000
py['xmlrpc_metaweblog_ping'] = 'True'
py['xmlrpc_blogger_metaweblog'] = 'True'
Cheers,
lance
--
Lance Levsen,
Catprint Computing
Tel: (306) 493-2249
Cell: (306) 230-8783
Blog: http://www.catprint.ca/blog/
SaskBlogs: http://saskblogs.catprint.ca/
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pyblosxom-users mailing list
pyblosxom-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/pyblosxom-users
signature.asc
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEq/H+WSOc2vLaecgRAjjWAKD5fNloUxkVVRba3VHlFVTCRkCisQCfXNgz gpA9hdscnzWr0cKOad7REQI= =a2Av -----END PGP SIGNATURE-----