From 72f4983f96cfe57df638ba09fd260ca52aa6a7d9 Mon Sep 17 00:00:00 2001 From: Albirew Date: Mon, 8 May 2023 17:39:47 +0200 Subject: [PATCH] updated readme and contributing files moved LICENSE to license.md --- CONTRIBUTING.md | 8 -------- README.md | 24 ++++++++++++++++++++---- contribute.md | 6 ++++++ LICENSE => license.md | 0 4 files changed, 26 insertions(+), 12 deletions(-) delete mode 100644 CONTRIBUTING.md create mode 100644 contribute.md rename LICENSE => license.md (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 3c3716c..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,8 +0,0 @@ -# Contributing to resurrect-pages - -I love pull requests from everyone. -In fact, since I don't have much time for coding (neither much skill, I must admit), -any pull request is very welcome! - -If you find a bug in the source code, you can help me by submitting an issue to this [GitHub Repository][github]. -Even better you can submit a Pull Request with a fix. \ No newline at end of file diff --git a/README.md b/README.md index bb1dc2d..7ee5644 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ -[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENCE) - [![MAXVERSION](https://img.shields.io/badge/Firefox-57+-green.svg)](https://addons.mozilla.org/firefox/addon/resurrect-pages-isup-edition/) +# resurrect-pages-isup-edition -# Documentation + +# Description Dead pages, broken links, the scourge of the internet. Powerhouse sites like Slashdot and Digg can bring a server to its knees. What do we do when a page is dead but we still want to see it? Call in the clerics, and perform a resurrection ceremony! Or, the easier route, use this extension. -## Features +# Features * Searches through six page cache/mirrors: * [Google Cache](http://www.google.com/) (plus text-only version) * [The Internet Archive](http://web.archive.org/) @@ -27,6 +28,7 @@ Hit back and try another one! * In the toolbar, just customize it to drag the button in. * With the keyboard: press `Ctrl-Shift-U` + # Changelog * Version 6.2.1 @@ -71,9 +73,10 @@ Hit back and try another one! * Typo in some languages for Gigablast * Removed yahoo cache (yahoo uses bing cache now) * Removed coral CDN (almost alsways dead) - * Version 2.1 (Sep 19, 2013) + * Version 2.1 (Sep 19, 2013) FORK * Firefox 22+ compatibility * Added isup.me provider + * Version 2.0.7 (Jun 26, 2011) * Firefox 5.0 compatibility. * Updated translations from babelzilla.org. @@ -130,3 +133,16 @@ Hit back and try another one! * Integrate into the net error page. * Version 0.5.1 * Bugfix, broken shortcut key. + + +# Contact +Mastodon: https://soshar.dess.ga/@Albirew +Twitter: https://twitter.com/Albirew + +# Installation +Use either release file or install from Firefox Addons: +https://addons.mozilla.org/firefox/addon/resurrect-pages-isup-edition/ + +# Licence +MIT Licence (https://choosealicense.com/licenses/mit/) + diff --git a/contribute.md b/contribute.md new file mode 100644 index 0000000..e51e6f8 --- /dev/null +++ b/contribute.md @@ -0,0 +1,6 @@ +# Contribute +I love pull requests from everyone. +In fact, since I don't have much time for coding (neither much skill, I must admit), any pull request is very welcome! + +If you find a bug in the source code, you can help me by submitting an issue to this repository. +Even better if you can submit a Pull Request with a fix. \ No newline at end of file diff --git a/LICENSE b/license.md similarity index 100% rename from LICENSE rename to license.md