Mirror of TT-RSS but with manual pull to follow a seam-less versionning
Go to file
Barak Korren ec8d46b29d Un-bold article title in combined mode when marked as read
There was no visual cue about the article being marked as read or not
when it is expanded in combined mode.
2013-03-31 16:12:22 +03:00
api api: add getFeedTree 2013-03-28 11:04:27 +04:00
cache remove cache/magpie 2013-03-29 10:58:06 +04:00
classes implement catchup with selectable updated criteria 2013-03-31 12:37:42 +04:00
feed-icons finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
images remove cdm tiles; update cdm stylesheet as to stop reading on yellow 2013-03-29 18:53:16 +04:00
include daemon: do not schedule user-disabled feeds (2) 2013-03-31 14:36:06 +04:00
install installer: do not create unneeded blank line at the end of config.php 2013-03-30 10:14:47 +04:00
js implement catchup with selectable updated criteria 2013-03-31 12:37:42 +04:00
lib remove lib/iui 2013-03-23 09:34:01 +04:00
locale French translation update, new strings 2013-03-31 12:29:03 +02:00
lock add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
plugins import plugin: actually commit the transaction 2013-03-31 13:13:44 +04:00
schema set combined display mode as default 2013-03-29 19:37:42 +04:00
templates add basic password recovery thing 2013-03-22 14:50:02 +04:00
themes add missing themes/ 2013-03-28 21:07:03 +04:00
utils remove release deb/tarball scripts 2013-03-26 13:03:30 +04:00
.buildpath add eclipse stuff 2011-12-11 12:51:59 +04:00
.gitignore Additions: 2013-03-22 16:25:12 -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 update readme (c) 2013-02-14 12:27:01 +04:00
atom-to-html.xsl css cleanup; remove auxDlg; add separate prefs.css 2013-03-27 22:41:12 +04:00
backend.php replace getmicrotime() wrapper with microtime(true) (2) 2013-02-27 22:20:14 +04:00
cdm.css Un-bold article title in combined mode when marked as read 2013-03-31 16:12:22 +03:00
config.php-dist enable updater by default 2013-03-28 10:08:00 +04:00
db-updater.php Replace call to vsprintf to sprintf because of arguments format 2013-03-29 17:05:20 +01:00
errors.php Fix whitespace, gettext is whitespace fragile. 2013-03-24 12:23:22 +01:00
image.php replace fopen/fread loop with readfile 2013-03-31 09:54:52 +04:00
index.php implement catchup with selectable updated criteria 2013-03-31 12:37:42 +04:00
messages.pot rebase translations 2013-03-31 12:47:44 +04:00
opml.php db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 2013-03-22 09:14:55 +04:00
prefs.css css cleanup; remove auxDlg; add separate prefs.css 2013-03-27 22:41:12 +04:00
prefs.php make prefs footer version respect HIDE_VERSION 2013-03-29 19:46:29 +04:00
public.php replace getmicrotime() wrapper with microtime(true) (2) 2013-02-27 22:20:14 +04:00
register.php tweak how utility.css-based stuff looks 2013-03-27 10:59:26 +04:00
tt-rss.css fix invisible active headline in 3pane mode 2013-03-29 23:04:27 +04:00
update.php daemon: sort by random 2013-03-30 16:28:21 +04:00
update_daemon2.php remove random waiting on task start, wait based on task id 2013-03-31 14:39:31 +04:00
utility.css add ability to select CSS files in themes/ 2013-03-28 21:04:29 +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 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