설명 없음

Andrew Dolgov 4c2da34957 daemon2: check if schema version changed 11 년 전
api 0bb5833beb api: add getFeedTree 11 년 전
cache 412865b99f remove cache/magpie 11 년 전
classes dc5a8a21a8 api, also hide uncategorized if empty 11 년 전
feed-icons 81745ce738 finally rename icons/ (fixes #272) 12 년 전
images df69ca3593 remove overlay.png (unused) 11 년 전
include 417591034a remove experimental view_settings stuff from master 11 년 전
install c93f98e123 installer: do not create unneeded blank line at the end of config.php 11 년 전
js 417591034a remove experimental view_settings stuff from master 11 년 전
lib 01dffac771 remove lib/iui 11 년 전
locale fd8b0508ab Fr translation - New strings 11 년 전
lock 2aae0cce7e add internal directories for cache & lockfiles 13 년 전
plugins 7a5103ae90 move addInstance call to instances plugin 11 년 전
schema b4f83063cc schema: add feed/cat view_settings 11 년 전
templates f43e9e97a5 add basic password recovery thing 11 년 전
themes f67c80a77b add missing themes/ 11 년 전
utils be8612c438 remove release deb/tarball scripts 11 년 전
.buildpath 99627c4863 add eclipse stuff 12 년 전
.gitignore 1b2afd2bd3 Additions: 11 년 전
.project 99627c4863 add eclipse stuff 12 년 전
LICENSE 7e1a9fbcbc add LICENSE 15 년 전
README.md 771012ec04 update readme (c) 11 년 전
atom-to-html.xsl f820f205d0 css cleanup; remove auxDlg; add separate prefs.css 11 년 전
backend.php 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) 11 년 전
cdm.css ec8d46b29d Un-bold article title in combined mode when marked as read 11 년 전
config.php-dist 9427ba1d43 enable updater by default 11 년 전
db-updater.php 44c9dc8118 Replace call to vsprintf to sprintf because of arguments format 11 년 전
errors.php 6cb57cc375 Fix whitespace, gettext is whitespace fragile. 11 년 전
image.php bf1fee8347 replace fopen/fread loop with readfile 11 년 전
index.php 417591034a remove experimental view_settings stuff from master 11 년 전
messages.pot 022af85b19 rebase translations 11 년 전
opml.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 년 전
prefs.css a7edcc5585 minor css cleanup 11 년 전
prefs.php d880b5da9d depiggified 11 년 전
public.php 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) 11 년 전
register.php 884d16505e tweak how utility.css-based stuff looks 11 년 전
tt-rss.css 1f3f503dc1 for consistency do not force bold on hl.active a.title 11 년 전
update.php e81610d9ef daemon: sort by random 11 년 전
update_daemon2.php 4c2da34957 daemon2: check if schema version changed 11 년 전
utility.css 5d40efc9b0 add ability to select CSS files in themes/ 11 년 전

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