Alesti News & Forums

Forums related to the Alesti RSS Reader

You are not logged in.

#1 2006-07-16 00:24:53

Nikolai
Guest

Firefox 2 integration

Firefox 2 beta has a "Read Feed in this reader" feature. My Yahoo, Bloglines and Google Reader are shipped by default. It seems, the only needed options are the following for all three of them:

pref("browser.contentHandlers.types.0.title", "Bloglines");
pref("browser.contentHandlers.types.0.uri", "http://www.bloglines.com/login?r=/sub/%s");
pref("browser.contentHandlers.types.0.type", "application/vnd.mozilla.maybe.feed");
pref("browser.contentHandlers.types.1.title", "iGoogle/Google Reader");
pref("browser.contentHandlers.types.1.uri", "http://fusion.google.com/add?feedurl=%s");
pref("browser.contentHandlers.types.1.type", "application/vnd.mozilla.maybe.feed");
pref("browser.contentHandlers.types.2.title", "My Yahoo");
pref("browser.contentHandlers.types.2.uri", "http://add.my.yahoo.com/rss?url=%s");
pref("browser.contentHandlers.types.2.type", "application/vnd.mozilla.maybe.feed");

Is there any URL that'd allow using Alesti in this context?

 

#2 2006-07-16 08:58:11

Oliver
Staff: author
Registered: 2006-06-27

Re: Firefox 2 integration

Nikolai, that would be "http://www.alesti.org/?subscribe-feed=%s".

I haven't played with Firefox v2 beta so far.  Because of this it would be great if you could check out if this works.  There could be a problem if the URL which substitutes %s is not escaped by Firefox, especially if it contains characters like "&".

Offline

 

#3 2006-07-16 10:45:03

Nikolai
Guest

Re: Firefox 2 integration

Somehow Alesti is not available at the moment, but the URLs look like this:

http://www.alesti.org/?subscribe-feed=h … rmat%3Drss

So it seems completely escaped, which should then work ok, I guess.

 

#4 2006-07-16 10:46:33

Nikolai
Guest

Re: Firefox 2 integration

Let's try it again, without forum's URL parser....

Code:

http://www.alesti.org/?subscribe-feed=http%3A%2F%2Ftrac.gajim.org%2Ftimeline%3Fmilestone%3Don%26ticket%3Don%26changeset%3Don%26wiki%3Don%26max%3D50%26daysback%3D90%26format%3Drss
 

#5 2006-07-16 11:01:37

pronik
Member
Registered: 2006-07-16

Re: Firefox 2 integration

Works like it should! I've had no problems with Alesti and Firefox2 so far and "read feed using Alesti" works too!

(I've registered now - I used to be Nikolai on this forum)

Last edited by pronik (2006-07-16 11:10:14)

Offline

 

#6 2006-07-16 12:18:00

Oliver
Staff: author
Registered: 2006-06-27

Re: Firefox 2 integration

Great!  Maybe someone here, who is more involved in the development of Firefox v2 than me, could suggest them to include Alesti in their coming "Read Feed in this reader" feature?

Offline

 

#7 2008-07-04 05:58:34

wfaulk
Member
Registered: 2007-12-19

Re: Firefox 2 integration

Alesti could have a link to add Alesti to the list of "feed readers" with this piece of javascript:

Code:

navigator.registerContentHandler("application/vnd.mozilla.maybe.feed","http://www.alesti.org/?subscribe-feed=%s","Alesti");

FF security only allows web sites to register themselves, so I can't do it from a web page I write myself or by typing it directly into the URL bar (prepended with "javascript:", of course).

Maybe sneak it into an RSS feed or insert it using GreaseMonkey?

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson