home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / defaults / preferences / songbird-zzz-branding.js < prev   
Text File  |  2012-06-08  |  4KB  |  46 lines

  1. /* branding preferences */
  2. //@line 3 "/e/builds/nightly/release/sb_win32bot03_release/build/branding/songbird-zzz-branding.js.in"
  3.  
  4. pref("app.update.url", "https://updates.songbirdnest.com/update/3/Songbird/%VERSION%/20120608002735/%BUILD_TARGET%/en-US/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml");
  5. pref("app.update.url.manual", "http://getsongbird.com/");
  6. pref("app.update.url.details", "http://www.songbirdnest.com/releasenotes/");
  7.  
  8. pref("extensions.update.url", "https://addon-files.songbirdnest.com/updates/3/Songbird/%VERSION%/20120608002735/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/%ITEM_VERSION%/%ITEM_ID%/update.rdf");
  9. pref("extensions.getMoreExtensionsURL", "http://addons.songbirdnest.com/");
  10. pref("extensions.getMoreThemesURL", "http://addons.songbirdnest.com/tag/feathers");
  11.  
  12. pref("extensions.blocklist.url", "https://addon-files.songbirdnest.com/blocklist/3/Songbird/%VERSION%/20120608002735/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/blocklist.xml");
  13. pref("extensions.blocklist.detailsURL", "https://addon-files.songbirdnest.com/blocklist/3/Songbird/%VERSION%/");
  14.  
  15. pref("xpinstall.whitelist.add", "addons.songbirdnest.com");
  16. pref("xpinstall.whitelist.add.0", "translate.songbirdnest.com");
  17.  
  18. // Remote API whitelist. Syntax: domain=permission
  19. pref("songbird.rapi.whitelist.add", "birdhouse.songbirdnest.com=library_write");
  20.  
  21. // urls that connect to hummingbird
  22. pref("songbird.url.bookmarks", "https://bookmarks.songbirdnest.com/3/Songbird/%VERSION%/20120608002735/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/bookmarks.xml");
  23. pref("songbird.url.firstrun", "https://firstrun.songbirdnest.com/bundles/3/Songbird/%VERSION%/20120608002735/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/firstrun.xml");
  24. pref("songbird.url.locales", "https://locales.songbirdnest.com/bundles/3/Songbird/%VERSION%/20120608002735/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/locales.xml");
  25.  
  26. pref("breakpad.reportURL", "http://crashreports.songbirdnest.com/report/index/");
  27.  
  28. // Search engines URL
  29. pref("browser.search.searchEnginesURL",      "http://addons.songbirdnest.com/tag/search");
  30.  
  31. // Songbird default urls
  32. pref("songbird.url.addons", "http://addons.songbirdnest.com/");
  33. pref("songbird.url.addons.displaypanes", "http://addons.songbirdnest.com/tag/displaypane");
  34. pref("songbird.url.addons.feathers", "http://addons.songbirdnest.com/tag/feathers");
  35. pref("songbird.url.addons.mediaviews", "http://addons.songbirdnest.com/tag/mediaview");
  36. pref("browser.startup.homepage", "http://birdhouse.songbirdnest.com/");
  37. pref("songbird.url.homepage", "http://www.getsongbird.com/");
  38. pref("songbird.url.bugzilla", "http://bugzilla.songbirdnest.com/");
  39. pref("songbird.url.metrics", "http://metrics.songbirdnest.com/post/");
  40. pref("songbird.url.subscribe", "http://getsongbird.us1.list-manage2.com/subscribe/post");
  41. pref("songbird.url.support", "http://songbirdnest.com/support/");
  42. pref("songbird.url.support.quicktime", "http://wiki.songbirdnest.com/Developer/Articles/Media_Cores/Setting_Up_QuickTime");
  43. pref("songbird.url.support.corefailure", "http://wiki.songbirdnest.com/Developer/Articles/Media_Cores/Core_Wrapper_Failure");
  44. pref("songbird.url.support.inaccessiblelibrary", "https://wiki.songbirdnest.com/Getting_Started_with_Songbird/08_First_Aid_(HELP!)/Inaccessible_Library");
  45. pref("songbird.url.codec_not_found", "http://wiki.songbirdnest.com/Docs/Video_Codec_Support");
  46.