Created actual cvs patch for #160.

The default homepage is now set to :
http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk/docs/welcome/welcome.html
This allows the user to browse the most current up-to-date documentation.
This commit is contained in:
Matt Madia
2009-07-07 12:42:02 +00:00
parent d6e8787352
commit 2391e9b90b

View File

@@ -0,0 +1,36 @@
Index: mozilla/browser/app/firefox-branding.js
===================================================================
RCS file: /cvsroot/mozilla/browser/app/firefox-branding.js,v
retrieving revision 1.1.2.2
diff -u -8 -p -w -r1.1.2.2 firefox-branding.js
--- mozilla/browser/app/firefox-branding.js 12 Sep 2006 15:50:19 -0000 1.1.2.2
+++ mozilla/browser/app/firefox-branding.js 7 Jul 2009 12:20:54 -0000
@@ -1,16 +1,15 @@
pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/");
-pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/");
// URL user can browse to manually if for some reason all update installation
// attempts fail.
pref("app.update.url.manual", "http://www.mozilla.org/products/%APP%/");
// A default value for the "More information about this update" link
// supplied in the "An update is available" page of the update wizard.
pref("app.update.url.details", "http://www.mozilla.org/projects/%APP%/");
// Release notes URL
-pref("app.releaseNotesURL", "http://www.mozilla.org/projects/%APP%/%VERSION%/releasenotes/");
+pref("app.releaseNotesURL", "about:buildconfig");
// Search codes belong only in builds with official branding
pref("browser.search.param.yahoo-fr", "");
pref("browser.search.param.yahoo-fr-cjkt", "");
pref("browser.search.param.yahoo-f-CN", "");
Index: mozilla/browser/base/content/browserconfig.properties
===================================================================
RCS file: /cvsroot/mozilla/browser/base/content/browserconfig.properties,v
retrieving revision 1.4.4.1
diff -u -8 -p -w -r1.4.4.1 browserconfig.properties
--- mozilla/browser/base/content/browserconfig.properties 17 Mar 2006 04:17:56 -0000 1.4.4.1
+++ mozilla/browser/base/content/browserconfig.properties 7 Jul 2009 12:31:48 -0000
@@ -1,2 +1,2 @@
# Do NOT localize or otherwise change these values
-browser.startup.homepage=http://www.mozilla.org/projects/bonecho/
+browser.startup.homepage=http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk/docs/welcome/welcome.html