2004/10/12 14:47:00
It has been annoying me that gnome-blog and wordpress do not play nice together so I decided to take things into my own hands.
Here what I did to get it working on Debian.
From the Prefs select “Self-Run Other” then Protocol
“BloggerAPI” then add in the XML-RPC URL: to be
“http://yoursite.com/your/wordpress/dir/xmlrpc.php”.
This will post fine but you will not get any title, so next you have to edit /usr/lib/python2.3/site-packages/gnomeblog/bloggerAPI.py and change the line approx 62 from
content = title + "n" + entry
to
content = "” + “n” + entry
And now you have titles! (c)
Listen to this podcast