TTRSS-Reader (Tiny Tiny RSS)
Lightweight RSS feed reader for TinyTinyRSS using it's API
- 0
- 0
- 1
- 0
- 1
About TTRSS-Reader (Tiny Tiny RSS)
A simple & lightweight HTML5 application to access your preferred TinyTinyRSS server.
Enter the URL to your TT-RSS server, username and password and start reading your articles.
* CATEGORIES:: After login you will see all setted up categories and the subscribed feeds. On the main page there is also the well-known "special" category with special feeds like "all articles", "fresh articles" etc.
* FEEDS:: Press a category to show all feeds of this category. All feeds are listed with the configured icon and title.
* READ ARTICLES:: Click on a article to read it. Click on a link to open it in your browser and read more.
* FAST NAVIGATION: You can find the most important actions in the bottom toolbar
* DARK MODE: Browse all feeds in dark theme
* QUICK ACCESS NEWS: In top and bottom menu is a NEW button. Click it to jump to "all unread articles".
* SETTINGS:: Configure the amount of articles loaded (100 default); If oldest or newest articles should be shown first; And if only unread articles should be shown.
----------
Notice CORS: You need to set proper CORS headers at your tt-rss installation (.htacces) or your webserver configuration, so this client is allowed to connect to your installation.
Example: Add this to the bottom of your ttrss/config.php:
if (strpos($_SERVER["SCRIPT_NAME"], 'api/index.php') !== false) {
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Methods: POST, OPTIONS");
header("Access-Control-Allow-Headers: Content-Type");
}
-------
Notice URL: Usually ends with /ttrss/ or /tt-rss/. Always end it with a slash! /
Notice App: NOT a simple webapp that just opens some website, but a complete own client making use of the TinyTinyRSS API.
Notice License: The app is a fork of the MIT licensed mboinet/ttrss-mobile from GitHub. All used libraries are also MIT licensed - jQuery, jQuery Mobile, Backbone.js, require.js, underscore.js. The project icon is a slight modification of the TT-RSS project icon which is GPLv3 licensed. Find out more about licenses here: https://opensource.org/licenses
Recent Changes
2019-02-03 v1.1.3
-Lots of minor improvements
2020-01-26 v1.1.0
-- Bottom toolbar for fast navigation
-- Added Dark Mode option
-- Add "all articles from category" option to each category
-- Improved layout and usability
2019-12-07 v1.0.0 :: Upload to OpenStore
Permissions
- Webview
- Networking
Community Built
This app has been released under the MIT/X/Expat License license.It is developed in the open and you can review the source code.
Info
Published Date
Dec 7, 2019
Updated Date
Feb 3, 2020
Current Version
1.1.3
Total Downloads
948
Latest Version Downloads
0
Supported Architectures
all
Links
Source Code
Support
Donate
Reviews
stemy2
Reviewed Mar 16, 2022 for version 1.1.3
Can't authenticate, i waited for an half hour and the spinning wheel with the text "authenticating..." is still there.
Rebecca OUALID
Reviewed Aug 2, 2020 for version 1.1.3
Requires a rss serveur