From 2391e9b90bf7e134857565083226a155f50d4f86 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Tue, 7 Jul 2009 12:42:02 +0000 Subject: [PATCH] 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. --- .../firstrun-default-page.diff | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 www-client/mozilla-firefox/firstrun-default-page.diff diff --git a/www-client/mozilla-firefox/firstrun-default-page.diff b/www-client/mozilla-firefox/firstrun-default-page.diff new file mode 100644 index 000000000..46db657ab --- /dev/null +++ b/www-client/mozilla-firefox/firstrun-default-page.diff @@ -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