Skip to content. | Skip to navigation

Sections
Personal tools
What is this?
Hi, my name is Tom Lazar and I'm a Plone and Zope developer based in Berlin, Germany and this is my personal and professional (no big difference, really...) website.
 

One Click Blog Entry

Filed Under:

Who's counting?

One of the things I miss most since switching from COREBlog to Quills is the possibility to use an external editor such as MarsEdit to compose blog entires offline and the upload/update them with one simple keystroke.

And while Brian and Tom are still labouring away at the 0.9 release (which will hopefully bring XML-RPC support to Quills) I've just realized that I can simply use my old 'passing authorization credentials in Plone' trick together with the URL for creating a new blog entry.

Any Quills user out there interested in doing the same, here's what the URL for your bookmark should look like:

https://URL-TO-YOUR-QUILLS-INSTANCE/createObject
\ ?type_name=WeblogEntry&__ac_name=YOUR-USERNAME&__ac_password=YOUR-PASSWORD

(Again, this needs to go on one line, so ignore the backslash and the whitespace surrounding it)