Both sides previous revisionPrevious revisionNext revision | Previous revision |
tiny_tiny_rrs [2023/06/01 14:02] – elw | tiny_tiny_rrs [2023/08/04 01:15] (current) – [Introduction] hc9 |
---|
===== Introduction ===== | ===== Introduction ===== |
| |
With Google announcing the end of Google Reader, SDF brought its own alternative to RSS reading: our own instance of [[http://tt-rss.org/|Tiny Tiny RSS]]. It's a RSS service much like Google Reader, with many options of customization, sharing, filtering, etc. The //SDF's server ((Accounts in SDF's [[https://ttrss.sdf.org|ttrss]] server are created from the shell with the 'maint' utility.))// is hosted [[https://sdf.org/ttrss/|here]]. | With Google announcing the end of Google Reader, SDF brought its own alternative to RSS reading: our own instance of //Tiny Tiny RSS//(([[http://tt-rss.org/|Tiny Tiny RSS]], //a free and open source web-based news feed (RSS/Atom) reader and aggregator//)). It's a RSS service much like Google Reader, with many options of customization, sharing, filtering, etc. //SDF's server((Accounts in SDF's [[menu_of_sdf_offerings|tiny tiny RSS]] server are available upon request.))// is hosted [[https://rss.sdf.org|here]]. |
| |
===== Activation and Configuration ===== | ===== Activation and Configuration ===== |
{{:tiny_tiny_rrs:ttrss_fever_api.png?nolink&800|Example}} | {{:tiny_tiny_rrs:ttrss_fever_api.png?nolink&800|Example}} |
| |
==== Newsbeuter ==== | |
| ==== Newsboat ==== |
| [[https://github.com/newsboat/newsboat|Newsboat]] is an actively maintained fork of Newsbeuter. It has support for ttrss and can be configured in the same manner as Newsbeuter: |
| |
| <code> |
| |
| urls-source "ttrss" |
| |
| ttrss-url "https://rss.sdf.org/" |
| ttrss-mode multi |
| ttrss-login "username" |
| ttrss-password "password" |
| |
| </code> |
| |
| ''<del>ttrss-url <nowiki>"https://sdf.org/ttrss/"</nowiki></del>'' |
| |
| ==== Newsbeuter (Deprecated) ==== |
| |
[[http://www.newsbeuter.org/|Newsbeuter]] is a feed reader for text terminals. Even though newsbeuter 2.6 has support for ttrss, newer versions of the latter broke the external API, so to connect to the SDF's server you will need to compile the code from git or wait until version 2.7 comes out. | [[http://www.newsbeuter.org/|Newsbeuter]] is a feed reader for text terminals. Even though newsbeuter 2.6 has support for ttrss, newer versions of the latter broke the external API, so to connect to the SDF's server you will need to compile the code from git or wait until version 2.7 comes out. |
urls-source "ttrss" | urls-source "ttrss" |
| |
ttrss-url "https://sdf.org/ttrss/" | ttrss-url "https://rss.sdf.org/" |
ttrss-mode multi | ttrss-mode multi |
ttrss-login "username" | ttrss-login "username" |
</code> | </code> |
| |
$Id: ttrss.html,v 1.7 2014/03/06 23:09:16 edgchacon Exp $ [[http://sdf.org/?tutorials/ttrss|Tiny Tiny RSS]] - traditional link (using [[wp>Revision_Control_System|RCS]]) | ''<del>ttrss-url <nowiki>"https://sdf.org/ttrss/"</nowiki></del>'' |
| |
| ---- |
| |
| $Id: ttrss.html,v 1.7 2014/03/06 23:09:16 edgchacon Exp $ [[http://sdf.org/?tutorials/ttrss | Tiny Tiny RSS]] - traditional link (using [[wp>Revision_Control_System|RCS]]) |
| |