Go to file
Andrew Dolgov 8dcb2b4762 implement plugin routing masks, add example plugin 2012-12-23 23:05:51 +04:00
.settings update eclipse .settings 2011-12-12 23:32:40 +04:00
api modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
cache replace htmlpurifier with htmlawed 2012-10-28 12:21:21 +04:00
classes implement plugin routing masks, add example plugin 2012-12-23 23:05:51 +04:00
feed-icons finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
help add hotkeys to select marked/published articles 2012-10-08 14:32:17 +04:00
images experimental new plugin system 2012-12-23 14:52:18 +04:00
include implement plugin routing masks, add example plugin 2012-12-23 23:05:51 +04:00
js split self-updater gui to updater/ plugin 2012-12-23 18:07:41 +04:00
lib update prototype to 1.7, apply experimental fix for Dojo 2012-11-06 15:35:40 +04:00
locale several translation fixes, update translations 2012-11-22 16:07:40 +04:00
lock add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
mobile modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
plugins implement plugin routing masks, add example plugin 2012-12-23 23:05:51 +04:00
schema implement ttrss_feeds.cache_content 2012-11-23 13:22:34 +04:00
templates make generated_feed parameters optional, add specific date type for RSS feeds 2012-02-27 14:39:15 +04:00
themes/triple-pane rename triple-pane theme to widescreen 2012-01-31 15:57:01 +04:00
utils fix update-translations script to properly process nested classes/ directory, update translations 2012-11-12 14:27:26 +04:00
.buildpath add eclipse stuff 2011-12-11 12:51:59 +04:00
.gitignore finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
.project add eclipse stuff 2011-12-11 12:51:59 +04:00
LICENSE add LICENSE 2008-12-29 06:43:39 +01:00
README.md fix markup 2012-12-12 05:38:54 +00:00
atom-to-html.xsl rename feed.xsl to atom-to-html.xsl 2011-04-19 13:22:01 +04:00
backend.php implement plugin routing masks, add example plugin 2012-12-23 23:05:51 +04:00
cdm.css use css table layout in cdmHeader (fixes #383) 2011-11-07 16:19:43 +04:00
config.php-dist add contributed plugins; load note plugin by default 2012-12-23 15:18:41 +04:00
db-updater.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
digest.css digest: more logical position for close article prompt 2012-11-07 13:32:19 +04:00
digest.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
errors.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
image.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
index.php experimental new plugin system 2012-12-23 14:52:18 +04:00
localized_js.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
messages.pot several translation fixes, update translations 2012-11-22 16:07:40 +04:00
opml.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
prefs.php add support for plugins in prefs 2012-12-23 16:15:34 +04:00
public.php implement plugin routing masks, add example plugin 2012-12-23 23:05:51 +04:00
register.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
tt-rss.css tweak prefPrefsList header margins 2012-11-25 23:26:48 +04:00
update.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
update_daemon2.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
utility.css sharepopup: implement assigning labels while sharing 2012-10-31 12:55:24 +04:00

README.md

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-2010 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