Feedler is a personalized news reader, optimized for performance and accessibility.
Feedler began with participating to 10K Apart with Version 1, later continued improved.
Type a feed address and click Enter.
Supports RSS2.0, RSS1.0 and ATOM feed formats, LTR/RTL articles.
By default Feedler returns the last 3 days news, is customizable in UI.
After added the first feed, it will display also images for article is has, is customizable in UI.
- 10kB inital page load (till user customized profile)
- Accessiable without JavaScript
- Simple offline with Service Worker
- Optimized images over CDN
- HTML5 native features
Apache 2.4 + rewrite_module or IIS web.config, PHP 5.4 + dom, curl, session and SimpleXML.
Directory ~cache
must be writable:
chmod -R 777 ~cache
chcon -Rt httpd_sys_content_rw_t ~cache/
config.php
contains configuration flags.
Faster delivery applies Cloudinary CDN for better image optimization (notice, Cloudinary may exceed the bandwidth).
- CSS assets stored in Web Cache Storage
- Served feeds are stored for 5 minutes in
~cache
- The user session is stored in
~cache
till PHPsession.gc_maxlifetime
expires
Released under the CC BY-NC-ND 4.0 License.