No Description

Tomas Chvatal 6cb57cc375 Fix whitespace, gettext is whitespace fragile. 11 years ago
api acfbab375d mute warnings caused by session_start() to deal with potential ps_files_cleanup_dir stuff 11 years ago
cache c670a80ddd cache minified js files 11 years ago
classes bf1dc420b9 Revert "title escaping: do not double-encode entities" 11 years ago
feed-icons 81745ce738 finally rename icons/ (fixes #272) 12 years ago
images efc7243c70 update favicon; add 72px hires favicon 11 years ago
include 0ee973542d release 1.7.5 11 years ago
js 99534a3dde remove page title stuff for the time being 11 years ago
lib 01dffac771 remove lib/iui 11 years ago
locale c9c1a143e3 Revert "Update messages.po" 11 years ago
lock 2aae0cce7e add internal directories for cache & lockfiles 13 years ago
plugins 6ef8ec84cb Merge pull request #73 from derekmurawsky/dmChanges 11 years ago
schema bfd61d3f85 rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema) 11 years ago
templates f43e9e97a5 add basic password recovery thing 11 years ago
utils e5abf36d22 Fix l10n scripts not to garbage headers. 11 years ago
.buildpath 99627c4863 add eclipse stuff 12 years ago
.gitignore 1b2afd2bd3 Additions: 11 years ago
.project 99627c4863 add eclipse stuff 12 years ago
LICENSE 7e1a9fbcbc add LICENSE 15 years ago
README.md 771012ec04 update readme (c) 11 years ago
atom-to-html.xsl b7c8622ec7 atom xsl: fix missing feed icon 11 years ago
backend.php 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) 11 years ago
cdm.css d080678c1d span.author: force normal weight 11 years ago
config.php-dist 99534a3dde remove page title stuff for the time being 11 years ago
db-updater.php 9e5cac4342 Use plural forms. 11 years ago
errors.php 6cb57cc375 Fix whitespace, gettext is whitespace fragile. 11 years ago
image.php f0bd8e6531 rework image caching to work without permanent article content rewriting (refs #582) 11 years ago
index.php a4d4bceb97 Removes redirection to mobile/ 11 years ago
localized_js.php 88e8fb3a71 modify include path order (closes #514) 11 years ago
messages.pot 8ef7b02e4d update translations 11 years ago
opml.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago
prefs.php 99534a3dde remove page title stuff for the time being 11 years ago
public.php 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) 11 years ago
register.php 99534a3dde remove page title stuff for the time being 11 years ago
tt-rss.css d080678c1d span.author: force normal weight 11 years ago
update.php dc24b520cc update_daemon: use getopt; make things a bit more configurable, add help 11 years ago
update_daemon2.php dc24b520cc update_daemon: use getopt; make things a bit more configurable, add help 11 years ago
utility.css f43e9e97a5 add basic password recovery thing 11 years ago

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