No description
Find a file
2013-03-19 14:32:26 +04:00
.settings
api mute warnings caused by session_start() to deal with potential ps_files_cleanup_dir stuff 2013-02-19 16:56:43 +04:00
cache cache minified js files 2013-03-18 11:00:44 +04:00
classes detect whether browser supports iframe.sandbox and allow iframes accordingly; allow object and embed elements 2013-03-19 12:49:55 +04:00
feed-icons
images tweak cdm footer display 2013-03-16 13:47:24 +04:00
include strip_harmful_tags: expand the allowed list 2013-03-19 14:32:26 +04:00
js detect whether browser supports iframe.sandbox and allow iframes accordingly; allow object and embed elements 2013-03-19 12:49:55 +04:00
lib add prototype simple remover of baaaad tags based on domdocument 2013-03-19 11:13:57 +04:00
locale update translations 2013-03-19 10:15:25 +04:00
lock
mobile
plugins auth_remote: add REDIRECT_ version of REMOTE_USER for php-cgi configured through mod_actions (closes #597) 2013-03-19 13:39:26 +04:00
schema implement proper last_marked/last_published feeds for proper sorting of 2013-03-17 15:38:21 +04:00
templates
utils update translations 2013-03-19 10:15:25 +04:00
.buildpath
.gitignore
.project
atom-to-html.xsl atom xsl: fix missing feed icon 2013-02-28 20:23:26 +04:00
backend.php replace getmicrotime() wrapper with microtime(true) (2) 2013-02-27 22:20:14 +04:00
cdm.css cdm: make read content a bit lighter 2013-03-19 10:06:46 +04:00
config.php-dist config: bump default values for cookie expiration times (refs #539) 2013-03-15 20:51:12 +04:00
db-updater.php
errors.php
image.php rework image caching to work without permanent article content rewriting (refs #582) 2013-03-19 09:25:36 +04:00
index.php cache minified js files 2013-03-18 11:00:44 +04:00
LICENSE
localized_js.php
messages.pot update translations 2013-03-19 10:15:25 +04:00
opml.php move some more functions out of functions.php; fix opml.php failing due to redeclared autoload 2013-01-22 22:36:16 +04:00
prefs.php cache minified js files 2013-03-18 11:00:44 +04:00
public.php replace getmicrotime() wrapper with microtime(true) (2) 2013-02-27 22:20:14 +04:00
README.md update readme (c) 2013-02-14 12:27:01 +04:00
register.php
tt-rss.css remove erronoeus declaration of code elements to display as block (closes #598) 2013-03-19 13:38:15 +04:00
update.php fix update.php 2013-03-15 12:56:40 +01:00
update_daemon2.php add workaround against shutdown() being called in child task context 2013-02-25 21:59:26 +04:00
utility.css

Tiny Tiny RSS

Web-based news feed aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.

http://tt-rss.org

Licensed under GNU GPL version 2

Copyright (c) 2005 Andrew Dolgov (unless explicitly stated otherwise).

Requirements

  • Compatible web browser (http://tt-rss.org/wiki/CompatibleBrowsers)
  • Web server, for example Apache
  • PHP (with support for mbstring functions)
  • PostgreSQL (tested on 8.3) or MySQL (InnoDB and version 4.1+ required)

Installation Notes

http://tt-rss.org/wiki/InstallationNotes

See also