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. --- waterfox/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 waterfox/README.md (limited to 'waterfox') diff --git a/waterfox/README.md b/waterfox/README.md new file mode 100644 index 0000000..07101f8 --- /dev/null +++ b/waterfox/README.md @@ -0,0 +1,20 @@ +# Waterfox upstream +https://github.com/MrAlex94/Waterfox/archive +Maintained in parallel to https://github.com/PhantomX/chinforpms/blob/master/waterfox/waterfox.spec + +# Reason for being in stackrpms +My distros do not package Waterfox, so I build it for myself. + +# Alternatives +Palemoon is another Mozilla Firefox fork. + +# Reverse dependency matrix +Distro | Waterfox version +---------- | ---------------- +All | 2019.10-classic + +# Differences from upstream +View the output of script [stackrpms-diff.sh](stackrpms-diff.sh) with this command: + + cd ~/dev + stackrpms/waterfox/stackrpms-diff.sh | vi - -- cgit