summaryrefslogtreecommitdiff
path: root/palemoon/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-14 19:54:21 +0000
committerB Stack <bgstack15@gmail.com>2019-11-14 19:54:21 +0000
commitff330d04a028e68584fb051c083619ce01175b83 (patch)
tree26f78dbfad675059ac4e7e5fb3af4abd41235d23 /palemoon/README.md
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentupdate documentation (diff)
downloadstackrpms-ff330d04a028e68584fb051c083619ce01175b83.tar.gz
stackrpms-ff330d04a028e68584fb051c083619ce01175b83.tar.bz2
stackrpms-ff330d04a028e68584fb051c083619ce01175b83.zip
Merge branch 'updates' into 'master'
Slew of applicaton updates See merge request bgstack15/stackrpms!99
Diffstat (limited to 'palemoon/README.md')
-rw-r--r--palemoon/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/palemoon/README.md b/palemoon/README.md
new file mode 100644
index 0000000..0f5b089
--- /dev/null
+++ b/palemoon/README.md
@@ -0,0 +1,19 @@
+# Palemoon upstream
+https://github.com/MoonchildProductions/UXP/archive/PM28.7.2_Release.tar.gz
+
+# Reason for being in stackrpms
+All my distros do not package Palemoon, so I package it myself. This at one point in 2018 was approved as a officially-endorsed third-party release of Palemoon but the package has since not been re-certified.
+
+# Alternatives
+Palemoon itself is a fork from Mozilla Firefox, which is still actively maintained and packaged by pretty much every distro. Waterfox is another fork of the original codebase, and is also packaged here in this repo.
+
+# Reverse dependency matrix
+Distro | Palemoon version
+---------- | ---------------
+All | 28.7.2
+
+# Additional notes
+See [credits.md](credits.md) for more references.
+
+# Differences from upstream
+None
bgstack15