337197 - default reader list for a2 r+a=mconnor

This commit is contained in:
beng%bengoodger.com 2006-05-08 22:12:28 +00:00
Родитель c3f7771ba9
Коммит c1ce85ac5c
1 изменённых файлов: 6 добавлений и 9 удалений

Просмотреть файл

@ -451,16 +451,13 @@ pref("browser.send_pings", true);
#ifdef MOZ_FEEDS
// XXXben This is just here for demo purposes until web registration works!
// XXXben Needs Localization!
pref("browser.contentHandlers.types.0.title", "Netvibes");
pref("browser.contentHandlers.types.0.uri", "http://www.netvibes.com/subscribe.php?url=%s");
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", "My Yahoo");
pref("browser.contentHandlers.types.1.uri", "http://add.my.yahoo.com/rss?url=%s");
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", "Bloglines");
pref("browser.contentHandlers.types.2.uri", "http://www.bloglines.com/login?r=/sub/%s");
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");
pref("browser.contentHandlers.types.3.title", "iGoogle/Google Reader");
pref("browser.contentHandlers.types.3.uri", "http://fusion.google.com/add?feedurl=%s");
pref("browser.contentHandlers.types.3.type", "application/vnd.mozilla.maybe.feed");
#endif