No Description

Andrew Dolgov 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago
.settings 667a82727c update eclipse .settings 12 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 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 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 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago
js 7fc2e87e17 add headline menu entry to show article url 11 years ago
lib b5d4716a52 optimize loading of external libraries a bit 11 years ago
locale 8ef7b02e4d update translations 11 years ago
lock 2aae0cce7e add internal directories for cache & lockfiles 13 years ago
plugins 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago
schema bfd61d3f85 rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema) 11 years ago
templates 1d5cf085a3 implement mail plugin using mailto: links; deprecate mail plugin 11 years ago
utils 0717e16b3c update translations 11 years ago
.buildpath 99627c4863 add eclipse stuff 12 years ago
.gitignore 81745ce738 finally rename icons/ (fixes #272) 12 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 922bfe736f force minimum iframe width 11 years ago
config.php-dist 642cca7be5 mention SESSION_COOKIE_LIFETIME affecting widescreen cookie 11 years ago
db-updater.php 88e8fb3a71 modify include path order (closes #514) 11 years ago
errors.php 88e8fb3a71 modify include path order (closes #514) 11 years ago
image.php f0bd8e6531 rework image caching to work without permanent article content rewriting (refs #582) 11 years ago
index.php efc7243c70 update favicon; add 72px hires favicon 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 efc7243c70 update favicon; add 72px hires favicon 11 years ago
public.php 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) 11 years ago
register.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago
tt-rss.css 051174c39e Don't wrap feed title in "normal" mode. 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 1b4d1a6b44 sharepopup: implement assigning labels while sharing 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