зеркало из https://github.com/mozilla/gecko-dev.git
337197 - default reader list for a2 r+a=mconnor
This commit is contained in:
Родитель
c3f7771ba9
Коммит
c1ce85ac5c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче