From 65bd689bdb958c856445502fe68c9ec870a33fd1 Mon Sep 17 00:00:00 2001 From: Mathwi <36977069+Mathwi@users.noreply.github.com> Date: Mon, 3 Jun 2019 19:28:12 -0500 Subject: [PATCH 1/4] Change help link for unofficial branding (Serpent) Serpent Help / Submit Feedback option currently links to Pale Moon forum. This is fine for official builds, but for unofficial builds, it invites feedback that the forum doesn't want to deal with. This change redirects Submit Feedback to a topic at msfn.org devoted to unofficial builds of Serpent. --- application/basilisk/branding/unofficial/branding.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/basilisk/branding/unofficial/branding.nsi b/application/basilisk/branding/unofficial/branding.nsi index 586dd00746..2c361cd77f 100644 --- a/application/basilisk/branding/unofficial/branding.nsi +++ b/application/basilisk/branding/unofficial/branding.nsi @@ -12,5 +12,5 @@ !define CompanyName "Moonchild Productions" !define URLInfoAbout "https://www.basilisk-browser.org" !define URLUpdateInfo "https://www.basilisk-browser.org" -!define HelpLink "https://forum.palemoon.org" +!define HelpLink "https://msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-fork-targetting-xp/?do=getNewComment" !define URLSystemRequirements "https://www.basilisk-browser.org" From fb327115f5f9857ff2b51c4f36bdf9bde5dc4e25 Mon Sep 17 00:00:00 2001 From: Mathwi <36977069+Mathwi@users.noreply.github.com> Date: Mon, 3 Jun 2019 19:43:02 -0500 Subject: [PATCH 2/4] Point release notes to author's Web page This change points the "What's New" link on the Help / About Serpent dialog to the author's blog listing recent versions instead of to a blank page. --- .../basilisk/branding/unofficial/pref/basilisk-branding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/basilisk/branding/unofficial/pref/basilisk-branding.js b/application/basilisk/branding/unofficial/pref/basilisk-branding.js index a5b617a535..04263a5497 100644 --- a/application/basilisk/branding/unofficial/pref/basilisk-branding.js +++ b/application/basilisk/branding/unofficial/pref/basilisk-branding.js @@ -19,7 +19,7 @@ pref("startup.homepage_welcome_url", ""); pref("startup.homepage_welcome_url.additional", ""); // Version release notes -pref("app.releaseNotesURL", "about:blank"); +pref("app.releaseNotesURL", "https://rtfreesoft.blogspot.com/search/label/serpent"); // Vendor home page pref("app.vendorURL", "about:"); From a9836cb5696c98e69fe566e54a1b4a5f350dfb4a Mon Sep 17 00:00:00 2001 From: Mathwi <36977069+Mathwi@users.noreply.github.com> Date: Mon, 3 Jun 2019 20:18:56 -0500 Subject: [PATCH 3/4] Update Help link to point to msfn.org Same change as for Serpent; point the Help / Submit Feedback menu option to the msfn.org topic for unofficial builds of New Moon, instead of the Pale Moon forum. --- application/palemoon/branding/unofficial/branding.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/palemoon/branding/unofficial/branding.nsi b/application/palemoon/branding/unofficial/branding.nsi index 62ed242a25..de7fce295a 100644 --- a/application/palemoon/branding/unofficial/branding.nsi +++ b/application/palemoon/branding/unofficial/branding.nsi @@ -12,5 +12,5 @@ !define CompanyName "Moonchild Productions" !define URLInfoAbout "http://www.palemoon.org" !define URLUpdateInfo "http://www.palemoon.org" -!define HelpLink "http://www.palemoon.org" +!define HelpLink "https://msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-fork-targetting-xp/?do=getNewComment" !define URLSystemRequirements "http://www.palemoon.org/download.shtml" From 9e4dfbda34b4695f2807b1ca543d6492e4185021 Mon Sep 17 00:00:00 2001 From: Mathwi <36977069+Mathwi@users.noreply.github.com> Date: Mon, 3 Jun 2019 20:28:01 -0500 Subject: [PATCH 4/4] Remove palemoon.org from New Moon branding Two changes: First, blank out the pref that causes a palemoon.org page to open after updating the New Moon browser. Second, point release notes to the author's blog (as with Serpent) vs. the Pale Moon release notes. --- .../palemoon/branding/unofficial/pref/palemoon-branding.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/palemoon/branding/unofficial/pref/palemoon-branding.js b/application/palemoon/branding/unofficial/pref/palemoon-branding.js index 6f33ffa3d2..472c2b2e48 100644 --- a/application/palemoon/branding/unofficial/pref/palemoon-branding.js +++ b/application/palemoon/branding/unofficial/pref/palemoon-branding.js @@ -3,8 +3,8 @@ #include ../../shared/pref/preferences.inc #include ../../shared/pref/uaoverrides.inc -pref("startup.homepage_override_url","http://www.palemoon.org/unofficial.shtml"); -pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml"); +pref("startup.homepage_override_url",""); +pref("app.releaseNotesURL", "https://rtfreesoft.blogspot.com/search/label/newmoon"); // Updates disabled pref("app.update.enabled", false);