Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhoening/gritttt-rss
Implements 'cancelled' sharing-features of Google Reader for the excellent open-source RSS-Reader TinyTiny-RSS: share any page on the web via a bookmarklet and show your shared items in a widget on any website you want. Also allow to import shared&starred articles from Google Reader.
https://github.com/nhoening/gritttt-rss
Last synced: 19 days ago
JSON representation
Implements 'cancelled' sharing-features of Google Reader for the excellent open-source RSS-Reader TinyTiny-RSS: share any page on the web via a bookmarklet and show your shared items in a widget on any website you want. Also allow to import shared&starred articles from Google Reader.
- Host: GitHub
- URL: https://github.com/nhoening/gritttt-rss
- Owner: nhoening
- License: other
- Created: 2011-12-01T19:49:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T20:49:43.000Z (about 8 years ago)
- Last Synced: 2024-10-09T19:15:47.474Z (about 1 month ago)
- Language: JavaScript
- Homepage: gritttt-rss.nicolashoening.de
- Size: 705 KB
- Stars: 48
- Watchers: 5
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - nhoening/gritttt-rss - Implements 'cancelled' sharing-features of Google Reader for the excellent open-source RSS-Reader TinyTiny-RSS: share any page on the web via a bookmarklet and show your shared items in a widget on an (others)
README
# gritttt-rss
*Google Reader Inspired Transplants To Tiny, Tiny rss.*
## What is it?
In late 2011 Google »integrated« several of its Reader's features into GooglePlus. Those features became useless after what we feel was an amputation of vital parts. We mainly missed the sharing goodness and as it happened, we were looking for Google alternatives anyway at that time.
For Google Reader we settled with the open-source feed reader [tiny, tiny rss](http://www.tt-rss.org) (which is neither tiny nor tiny, tiny by the way but rather great). Even though it exceeds Google Reader in some aspects, for us it lacks a few neat features, too. The things we miss and are about to (re-)build are:
* Drive-by-Sharing
Share any page you see on the fly through a bookmarklet, even though you're not subscribed to the website's feed (it might not even have one).* Shared-Widget
To show the non-tt-rss-using-world what you share with other tt-rss-users, we wish to provide a widget that adds the latest items from tt-rss' public shared feed to your website.* Import
In order to make the move feel like Google Reader never happened, we want to get your historic starred and/or shared items from Google Reader and display them in tt-rss under starred/shared items.Thus, on a novemberish afternoon in February 2012, Amsterdam public library saw the birth of gritttt-rss:
`Google Reader Inspired Transplants To Tiny, Tiny rss`## Installation
Here we give an overview which directories contain what and a one-sentence summary of what you need to do.
Please find detailled installation instructions in the subdirectories' README:* Driveby-sharing
Create the dedicated feed. Put the directory on your host that also runs tt-rss, adjust some variables in the contained files, and install a bookmarklet in your browser.* Shared-widget
Put the directory on your host that also runs tt-rss, adjust a path in a file and call the widget on a website of yours.* Import
Export data from Google. Create the dedicated feed. Execute the import script and execute the resulting SQL on your tt-rss database.Note that drive-by-sharing and the import feature both require a dedicated feed to be added to the tt-rss database, which you can create by executing the SQL in `create-gritttt-feed.sql`.