updated readme and contributing files moved LICENSE to license.md

Cette révision appartient à :
Albirew 2023-05-08 17:39:47 +02:00
Parent 816e5d6ed8
révision 72f4983f96
4 fichiers modifiés avec 26 ajouts et 12 suppressions

Voir le fichier

@ -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.

Voir le fichier

@ -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/)

6
contribute.md Fichier normal
Voir le fichier

@ -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.

Voir le fichier