diff --git a/README.md b/README.md index 03b66d3a..3299d16e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Smart RSS extension -## Now officially unmaintained, I _may_ fix some critical issue if any is found within few following weeks, but then I'll archive this repo. Feel free to fork and continue development as you wish +## This is a fork of Smart-RSS. There’s no guarantee of active development, but anyone is welcome to use it if they find it helpful. Originally developed for Opera 15+ by BS-Harou (Martin Kadlec) @@ -8,17 +8,6 @@ Translations are in scripts/nls/\*.js For technical bug reports use issues here on GitHub -## For users - -Extension is available in following repositories: - -#### AMO: https://addons.mozilla.org/firefox/addon/smart-rss-reader/ - -~#### Chrome Web Store: https://chrome.google.com/webstore/detail/eggggihfcaabljfpjiiaohloefmgejic/~ - -If you encounter issue with a specific feed for best results please back up and include current state of that feed in your report, this will be helpful in case the feed changes before I get to check it, thanks in advance - - ## For developers If you are interested in improving Smart RSS then there are few tips to get started. @@ -31,7 +20,7 @@ First of all you will need several command line tools: To setup your Smart RSS project open your console, go to your projects folders and type: ``` -git clone git@github.com:zakius/Smart-RSS.git smartrss +git clone git@github.com:cybercode3/Smart-RSS.git smartrss cd smartrss npm install ``` diff --git a/src/manifest.json b/src/manifest.json index 11c4f199..8a80469b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,11 +1,11 @@ { "name": "Smart RSS", "developer": { - "name": "zakius" + "name": "cybercode3" }, "description": "RSS Reader", "manifest_version": 2, - "version": "2.26.0", + "version": "2.27.0", "background": { "page": "index.html" }, @@ -63,7 +63,7 @@ }, "browser_specific_settings": { "gecko": { - "id": "smart-rss@mozilla.firefox" + "id": "smart-rss-fork7123@mozilla.firefox" } } -} \ No newline at end of file +} diff --git a/src/options.html b/src/options.html index a97c04a6..a78d1297 100644 --- a/src/options.html +++ b/src/options.html @@ -415,6 +415,11 @@

Smart RSS

+ +