From 37c02295ecd7da5811900163b543e02e5bfac0ec Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 12 Nov 2019 17:36:45 -0500 Subject: update documentation Add a readme to all packages, which includes references and diffs where applicable. --- palemoon/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 palemoon/README.md (limited to 'palemoon') 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 -- cgit