Bez popisu

Andrew Dolgov 686852d548 fix default sorting not taking score into account, remove unused SORT_HEADLINES_BY_FEED_DATE remnant před 11 roky
api 0bb5833beb api: add getFeedTree před 11 roky
cache 412865b99f remove cache/magpie před 11 roky
classes 0db61af841 api: add article api hook to getArticle, change parameters passed před 11 roky
feed-icons 81745ce738 finally rename icons/ (fixes #272) před 13 roky
images df69ca3593 remove overlay.png (unused) před 11 roky
include 686852d548 fix default sorting not taking score into account, remove unused SORT_HEADLINES_BY_FEED_DATE remnant před 11 roky
install 1fcb6baa38 installer: remove shorttag před 11 roky
js f17cac6b26 retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it superfluous před 11 roky
lib 870334be3f remove dojo uncompressed files před 11 roky
locale 7fdb28ca89 Update few typos and directly visible strings after the release. před 11 roky
lock 2aae0cce7e add internal directories for cache & lockfiles před 14 roky
plugins 49dc02808e updater: add /bin and /usr/bin to path before looking for binaries in case of php-fpm empty environment or whatever před 11 roky
schema 923b5c8b11 schema: remove unused prefs help_text/short_desc/section_name před 11 roky
templates f43e9e97a5 add basic password recovery thing před 11 roky
themes f67c80a77b add missing themes/ před 11 roky
utils dfad9d7a36 pref-prefs: don't use schema-defined help/desc/section names před 11 roky
.buildpath 99627c4863 add eclipse stuff před 12 roky
.gitignore 1b2afd2bd3 Additions: před 11 roky
.project 99627c4863 add eclipse stuff před 12 roky
LICENSE 7e1a9fbcbc add LICENSE před 15 roky
README.md 771012ec04 update readme (c) před 11 roky
atom-to-html.xsl f820f205d0 css cleanup; remove auxDlg; add separate prefs.css před 11 roky
backend.php 2e35a7070b generated feeds: support if-modified-since před 11 roky
cdm.css c88e4a2af3 remove small_article_preview před 11 roky
config.php-dist 9427ba1d43 enable updater by default před 11 roky
db-updater.php 44c9dc8118 Replace call to vsprintf to sprintf because of arguments format před 11 roky
errors.php 6cb57cc375 Fix whitespace, gettext is whitespace fragile. před 11 roky
image.php 2d0838e6d3 add optional support for the X-Sendfile header před 11 roky
index.php b7041615c4 fix mark as read dropdown not resetting před 11 roky
messages.pot fd211cb650 rebase translations před 11 roky
opml.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() před 11 roky
prefs.css a7edcc5585 minor css cleanup před 11 roky
prefs.php 8314db4343 implement better loading of pref trees před 11 roky
public.php 2e35a7070b generated feeds: support if-modified-since před 11 roky
register.php 884d16505e tweak how utility.css-based stuff looks před 11 roky
tt-rss.css cc33260343 feed-holder: remove overflow:hidden před 11 roky
update.php 0ae9f7460b update.php --daemon did not respect --quiet před 11 roky
update_daemon2.php f0e015c428 daemon2: make wrong schema version error display if quiet před 11 roky
utility.css 5d40efc9b0 add ability to select CSS files in themes/ před 11 roky

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