Posted on: 10/30/06 04:19pm
By: Anonymous (Yeraze)
Anyone gotten Performancing with FireFox to work with a Geeklog site?
Performancing (XMLRPC) support?
Posted on: 10/30/06 04:30pm
By: Dirk
I'd guess you would need the
blog plugin[*1] on Geeklog's side.
bye, Dirk
Performancing (XMLRPC) support?
Posted on: 10/30/06 09:04pm
By: Anonymous (Yeraze)
hrm.. Well, I installed that plugin and sure enough Performancing seems to /kinda/ work.
The title for every post is "Untitled", and specifying a title for a new post seems to be ignored. The title just comes up as the post-text truncated at a certain point. Anyone else seen this?
Performancing (XMLRPC) support?
Posted on: 10/31/06 02:00am
By: Dirk
The blog plugin implements the Blogger API, which doesn't support titles for the blog posts. There are some workarounds for this using the HTML title tag, for example. Looks like Performancing is not using that workaround, though.
bye, Dirk
Performancing (XMLRPC) support?
Posted on: 11/01/06 10:47pm
By: Anonymous (Yeraze)
well, what tool does support the "Title Tags" you're using? I just tried Qumana, and that doesn't work either.
Performancing (XMLRPC) support?
Posted on: 11/03/06 01:40pm
By: Anonymous (Yeraze)
Does anyone know of any offline (non-web based) tool for Geeklog Post Authoring/Submitting?
Performancing (XMLRPC) support?
Posted on: 11/03/06 02:28pm
By: Dirk
The documentation of the blog plugin lists a few. Although I have to admit that I haven't looked at the plugin in a while, so it might have a few issues with the current Geeklog version.
bye, Dirk
Performancing (XMLRPC) support?
Posted on: 11/04/06 07:24pm
By: Anonymous (Yeraze)
Well, "w.bloggar" seems to work pretty close to perfectly with it...
The only issue I had was 1 code change in blog_editStory:
I had to change
$A['related'] = addslashes (STORY_whatsRelated ($introtext . ' '
. $bodytext, $uid, $A['tid']));
to
$A['related'] = addslashes (implode ("n",
STORY_extractLinks ($introtext . ' ' . $bodytext)));
Originally, the entire story would wind up in the "What's Related" block, with li's mapped to each paragraph. This way seems to work.
Is this plugin still "Shareware"? OR has it lapsed into Public Domain/gpl? Just ask because it sounds like you don't do much with it anymore...
Performancing (XMLRPC) support?
Posted on: 11/05/06 03:20am
By: Dirk
[QUOTE BY= Yeraze] Is this plugin still "Shareware"?[/QUOTE]
To quote from the
list of changes[*2] : "The plugin is now licensed under the GPL. Donations are still welcome, though."
[QUOTE BY= Yeraze] OR has it lapsed into Public Domain/gpl? Just ask because it sounds like you don't do much with it anymore...[/QUOTE]
Lack of time, mostly
It also requires some intimate knowledge of the inner workings of Geeklog and the plugins it supports, so I've been toying with the idea of making this a part of Geeklog eventually. Haven't gotten very far with that, though - see above ...
bye, Dirk