Page 1 of 4

Firefox just blogit extension

Posted: Thu Nov 11, 2004 7:14 am
by Mecca
http://blog.warmbrain.com/justblogit/
Has anyone gotten this to work with Serendipity? If you have can you let me know how :)
I have just started using it on another of my blogs its a great little tool :).

Re: Firefox just blogit extension

Posted: Thu Nov 11, 2004 10:25 am
by wese
I played around with some blogTools but havnt got one working yet.

But u might want to drop the Devs a line of thos tools to take care of s9y.

Another interessting tool is w.bloggar (Here) but also no s9y support.

The blog devs should think about an common interface for all blogs. :)

Re: Firefox just blogit extension

Posted: Thu Nov 11, 2004 2:17 pm
by garvinhicking
w.bloggar should work with Serendipitys XMRPC interface; we do support the Blogger and MT API. Use "http://yourblog/serendipity_xmlrpc.php" for that location.

I'm looking into the JustBlogit Extension. :)

Re: Firefox just blogit extension

Posted: Thu Nov 11, 2004 2:46 pm
by garvinhicking
Okay, JustBlogit can easily be used.

I use this URL for it's configuration:

Code: Select all

http://yourblog.domain/serendipity_entries.php?serendipity[adminModule]=entries&serendipity[adminAction]=new&serendipity[title]=%TITLE%&serendipity[body]=%TEXT%&serendipity[url]=%URL%
I integrated it into our current CVS, but it can be easily added to 0.7. Just edit serendipity_functions.inc.php, find the function "serendipity_printEntryForm()' and just insert this code at the top of the function:

Code: Select all

    if (!empty($serendipity['GET']['title'])) {
        $entry['title'] = utf8_decode(urldecode($serendipity['GET']['title']));
    }

    if (!empty($serendipity['GET']['body'])) {
        $entry['body'] = utf8_decode(urldecode($serendipity['GET']['body']));
    }

    if (!empty($serendipity['GET']['url'])) {
        $entry['body'] .= "\n" . '<br /><a href="' . htmlspecialchars(utf8_decode(urldecode($serendipity['GET']['url']))) . '">' . $entry['title'] . '</a>';
    }
So you see the idea is pretty straightforward. I'll talk to the JustBlogIt owner to integrate "native" s9y support :)

Regards,
Garvin.

Posted: Thu Nov 11, 2004 4:32 pm
by Mecca
You guys are awsome :D
Thanx
Cam

Posted: Fri Nov 12, 2004 4:54 pm
by elwood_j_blues
hmmm, I checked out the CVS two hours ago but I can't see the function working. Strange....

Or did you only commit it to the smarty branch? This would be bad as I don't want to break my template currently ;)

Fred

Posted: Fri Nov 12, 2004 8:01 pm
by garvinhicking
Yes, the code is in our "branch-smarty" development branch, and in the current "development" snapshot. "HEAD" CVS is still the 0.7 version code, but that will soon be merged.

BTW, 0.7 templates should be completely compatible to 0.8 templates.

BTW2: The Code snippet I posted can be easily merged into a 0.7 branch. :-)

Posted: Thu Feb 10, 2005 7:17 pm
by techiem2
Just found this post and got justblogit working here.
Thanks.

I also just figured out that BloGTK http://blogtk.sourceforge.net/ can be used with the latest s9y CVS.

Set the blog type to Moveable Type and the URL to http://yourblog/serendipity_xmlrpc.php and it seems to be happy.

Mark II

Posted: Sat Feb 12, 2005 8:51 pm
by cdrom600
JustBlogIt doesn't seem to work with the release I'm using - version 8 alpha 10.
I'll look at serendipity_functions.inc.php to see of the code's in there.

Posted: Sun Feb 13, 2005 3:50 pm
by garvinhicking
You need to use 'serendipity_admin.php' instead of 'serendipity_entries.php', then it should work

Regards,
Garvin

Posted: Mon Feb 14, 2005 11:44 pm
by cdrom600
Thanks!

Posted: Wed Aug 31, 2005 12:42 am
by Thomas
How may this FF extension work now after serendipity_xmlrpc.php has been removed from the core? I'd really like to use the opportunity to blog remotly, too. In some cases it is quite handsome.

Posted: Wed Aug 31, 2005 6:36 am
by MySchizoBuddy
the developer of justblogit has added support for, wordpress, b2evolution, textpattern, drupal etc

It would be nice to ask the developer to include Serendipity in it as well, since it works with it (haven't tried it)

Posted: Wed Aug 31, 2005 1:38 pm
by garvinhicking
Yes, it should work and I've notified the developer a year ago, and a few months ago. Maybe some other users can write to him to include it, so he sees there's a need for it?

That would be great if he finally hears us. The version is very old, so maybe he has dropped developing it?

Regards,
Garvin

JustBlogIt and FF 1.5

Posted: Sat Nov 19, 2005 10:24 am
by JWalker
JustBlogIt does not work with FireFox 1.5 ... :( (not compatible)