Firefox just blogit extension

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Mecca
Regular
Posts: 15
Joined: Tue Nov 09, 2004 12:08 pm
Location: Australia
Contact:

Firefox just blogit extension

Post 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 :).
wese
Regular
Posts: 8
Joined: Mon Nov 08, 2004 1:01 pm
Contact:

Re: Firefox just blogit extension

Post 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. :)
ImageDo your Part! Join now.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Firefox just blogit extension

Post 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. :)
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Firefox just blogit extension

Post 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.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Mecca
Regular
Posts: 15
Joined: Tue Nov 09, 2004 12:08 pm
Location: Australia
Contact:

Post by Mecca »

You guys are awsome :D
Thanx
Cam
elwood_j_blues
Regular
Posts: 15
Joined: Fri Jun 18, 2004 9:14 am

Post 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
No matter how long or how hard you shop for an item - after you bought it, it will be on sale somewhere cheaper ;)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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. :-)
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
techiem2
Regular
Posts: 35
Joined: Sun Feb 15, 2004 6:59 am
Contact:

Post 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
cdrom600
Regular
Posts: 23
Joined: Fri Jun 04, 2004 3:03 pm
Contact:

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You need to use 'serendipity_admin.php' instead of 'serendipity_entries.php', then it should work

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
cdrom600
Regular
Posts: 23
Joined: Fri Jun 04, 2004 3:03 pm
Contact:

Post by cdrom600 »

Thanks!
Thomas
Regular
Posts: 130
Joined: Tue Sep 21, 2004 2:00 pm
Location: Stockerau/NÖ/A
Contact:

Post 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.
MySchizoBuddy
Regular
Posts: 340
Joined: Sun Jun 12, 2005 5:28 am

Post 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)
Image
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
JWalker
Regular
Posts: 177
Joined: Mon Sep 12, 2005 4:14 pm
Location: Botevgrad, Bulgaria
Contact:

JustBlogIt and FF 1.5

Post by JWalker »

JustBlogIt does not work with FireFox 1.5 ... :( (not compatible)
Ivan Cenov
OKTO-7 Co., Botevgrad
Bulgaria
Post Reply