Keine Beschreibung

Andrew Dolgov bb5e1a328d enable 4th field in plugin->about() to serve as a more info link vor 11 Jahren
api acfbab375d mute warnings caused by session_start() to deal with potential ps_files_cleanup_dir stuff vor 11 Jahren
cache c670a80ddd cache minified js files vor 11 Jahren
classes bb5e1a328d enable 4th field in plugin->about() to serve as a more info link vor 11 Jahren
feed-icons 81745ce738 finally rename icons/ (fixes #272) vor 13 Jahren
images 884d16505e tweak how utility.css-based stuff looks vor 11 Jahren
include 27f018bab7 rebase translations vor 11 Jahren
install 884d16505e tweak how utility.css-based stuff looks vor 11 Jahren
js eb0ea018c1 reduce moveToPost longpost scroll height vor 11 Jahren
lib 01dffac771 remove lib/iui vor 11 Jahren
locale 27f018bab7 rebase translations vor 11 Jahren
lock 2aae0cce7e add internal directories for cache & lockfiles vor 14 Jahren
plugins bb5e1a328d enable 4th field in plugin->about() to serve as a more info link vor 11 Jahren
schema d14004776a change description of HIDE_READ_FEEDS vor 11 Jahren
templates f43e9e97a5 add basic password recovery thing vor 11 Jahren
utils be8612c438 remove release deb/tarball scripts vor 11 Jahren
.buildpath 99627c4863 add eclipse stuff vor 12 Jahren
.gitignore 1b2afd2bd3 Additions: vor 11 Jahren
.project 99627c4863 add eclipse stuff vor 12 Jahren
LICENSE 7e1a9fbcbc add LICENSE vor 15 Jahren
README.md 771012ec04 update readme (c) vor 11 Jahren
atom-to-html.xsl b7c8622ec7 atom xsl: fix missing feed icon vor 11 Jahren
backend.php 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) vor 11 Jahren
cdm.css 2a457e8433 cdm expanded read: improve contrast a bit vor 11 Jahren
config.php-dist 99534a3dde remove page title stuff for the time being vor 11 Jahren
db-updater.php 884d16505e tweak how utility.css-based stuff looks vor 11 Jahren
errors.php 6cb57cc375 Fix whitespace, gettext is whitespace fragile. vor 11 Jahren
image.php f0bd8e6531 rework image caching to work without permanent article content rewriting (refs #582) vor 11 Jahren
index.php 3b4c319d2c Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS vor 11 Jahren
messages.pot 27f018bab7 rebase translations vor 11 Jahren
opml.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() vor 11 Jahren
prefs.php d0c6dd29d1 add experimental easy installer vor 11 Jahren
public.php 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) vor 11 Jahren
register.php 884d16505e tweak how utility.css-based stuff looks vor 11 Jahren
tt-rss.css d2f3467bb6 add a simple appearing preview for unexpanded cdm and normal mode vor 11 Jahren
update.php 884d16505e tweak how utility.css-based stuff looks vor 11 Jahren
update_daemon2.php db98542301 daemon2: actually handle --quiet option vor 11 Jahren
utility.css 884d16505e tweak how utility.css-based stuff looks vor 11 Jahren

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