Compare commits

...

5 Commits

Author SHA1 Message Date
Feodor2 ff742773dd
Update README.md 2021-08-23 13:23:06 +00:00
Feodor2 d799854a8a
Update README.md 2021-07-30 14:22:09 +00:00
Feodor2 05862108d4
Update README.md 2021-07-23 17:31:48 +00:00
Fedor 634a663a09 New cycle version bump. 2021-02-07 17:34:02 +02:00
Fedor a767484d05 [Mypal] Set links to myapl.eu3.biz. 2021-02-07 17:34:00 +02:00
3 changed files with 21 additions and 12 deletions

View File

@ -4,6 +4,13 @@ Mypal is a current and maintained Windows XP web browser. Mypal is based on Moon
The goal of Mypal is to provide a current, secure, and reliable web browser for Windows XP. Mypal operates identically to Pale Moon with some minor exceptions. Introduced new portable system and certain settings, including unused legacy Mozilla code, have been removed.
**Pay attention** though Mypal keeps updating many modern sites wont work without hassle, some sites wont work at all.
### Requirements
1) SEE2 CPU (Pentium4+), thoug i do on ocassion special SSE builds (Pentium3, AtlonXP) look [here](https://github.com/Feodor2/Mypal/issues/126)
2) Windows XP SP3 or 64 SP2
### Download / Updates
[Download](https://github.com/Feodor2/Mypal/releases) Mypal at GitHub. Automatic updates are disabled by default, but you can enable them in Tools/Preferences/Advanced, on the Update tab. Updates can be installed over existing Mypal installations without loss of data and settings.
@ -18,3 +25,5 @@ Support is provided exclusively on GitHub. Please be patient with your support r
Please do not request support from Moonchild Productions or in Pale Moon forums. Mypal is an independent project and support is provided solely on GitHub by me.
You may donate but only via [DASH](https://www.dash.org/): XetK1TDBqVAyqnTJUd65g9Pi1HcQEtFF2c</br>
Point on #284 to make me know.

View File

@ -37,20 +37,20 @@ pref("extensions.strictCompatibility", false);
// for it to be compatible by default.
pref("extensions.minCompatibleAppVersion", "1.5");
#define AM_DOMAIN nothing.isnothing
#define AM_DOMAIN myapl.eu3.biz
#define AM_AUS_ARGS reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%
// Preferences for AMO integration
pref("extensions.getAddons.cache.enabled", false);
pref("extensions.getAddons.maxResults", 10);
pref("extensions.getAddons.get.url", "https://@AM_DOMAIN@/?component=integration&type=internal&request=get&addonguid=%IDS%&os=%OS%&version=%VERSION%");
pref("extensions.getAddons.getWithPerformance.url", "https://@AM_DOMAIN@/?component=integration&type=internal&request=get&addonguid=%IDS%&os=%OS%&version=%VERSION%");
pref("extensions.getAddons.search.browseURL", "https://@AM_DOMAIN@/search/?terms=%TERMS%");
pref("extensions.getAddons.search.url", "https://@AM_DOMAIN@/?component=integration&type=internal&request=search&q=%TERMS%&locale=%LOCALE%&os=%OS%&version=%VERSION%");
pref("extensions.webservice.discoverURL", "http://@AM_DOMAIN@/?component=discover");
pref("extensions.getAddons.recommended.url", "https://@AM_DOMAIN@/?component=integration&type=internal&request=recommended&locale=%LOCALE%&os=%OS%");
pref("extensions.getAddons.browseAddons", "http://@AM_DOMAIN@/");
pref("extensions.getAddons.recommended.browseURL", "https://@AM_DOMAIN@/?component=integration&type=external&request=recommended");
pref("extensions.getAddons.get.url", "");
pref("extensions.getAddons.getWithPerformance.url", "");
pref("extensions.getAddons.search.browseURL", "");
pref("extensions.getAddons.search.url", "");
pref("extensions.webservice.discoverURL", "");
pref("extensions.getAddons.recommended.url", "");
pref("extensions.getAddons.browseAddons", "http://@AM_DOMAIN@/exts");
pref("extensions.getAddons.recommended.browseURL", "http://@AM_DOMAIN@/exts");
// Blocklist preferences
pref("extensions.blocklist.enabled", true);
@ -70,7 +70,7 @@ pref("extensions.update.autoUpdateDefault", false);
pref("extensions.autoDisableScopes", 15);
// Dictionary download preference
pref("browser.dictionaries.download.url", "https://@AM_DOMAIN@/dictionaries/");
pref("browser.dictionaries.download.url", "http://@AM_DOMAIN@/dicts/");
// Get More Tools link URL
pref("browser.getdevtools.url","https://@AM_DOMAIN@/?component=integration&type=external&request=devtools");
@ -182,7 +182,7 @@ pref("app.update.incompatible.mode", 0);
// .. etc ..
//
pref("extensions.update.enabled", false);
pref("extensions.update.url", "https://@AM_DOMAIN@/?component=aus&@AM_AUS_ARGS@");
pref("extensions.update.url", "http://myapl.eu3.biz/upd.rdf");
pref("extensions.update.interval", 86400); // Check for updates to Extensions and
// Themes every day
// Non-symmetric (not shared by extensions) extension-specific [update] preferences

View File

@ -1 +1 @@
28.9.0a5
29.1.0a1