Няма описание

Andrew Dolgov 82d77deb28 reduce default session expiration limit преди 11 години
api 0bb5833beb api: add getFeedTree преди 11 години
cache 412865b99f remove cache/magpie преди 11 години
classes 122e9d788e add a dropdown button action to save and exit prefs (closes #660) преди 11 години
feed-icons 81745ce738 finally rename icons/ (fixes #272) преди 13 години
images df69ca3593 remove overlay.png (unused) преди 11 години
include e6cdbaec9f Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS преди 11 години
install 1fcb6baa38 installer: remove shorttag преди 11 години
js ae31704bb3 only unmark articles which had been processed when automarking (for realz) преди 11 години
lib 870334be3f remove dojo uncompressed files преди 11 години
locale 509626a2ac rebase translations преди 11 години
lock 2aae0cce7e add internal directories for cache & lockfiles преди 14 години
plugins 61096207b6 add several checks to googleimportplugin to make importing more stable преди 11 години
schema 923b5c8b11 schema: remove unused prefs help_text/short_desc/section_name преди 11 години
templates f43e9e97a5 add basic password recovery thing преди 11 години
themes f67c80a77b add missing themes/ преди 11 години
utils dfad9d7a36 pref-prefs: don't use schema-defined help/desc/section names преди 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 2e35a7070b generated feeds: support if-modified-since преди 11 години
cdm.css c88e4a2af3 remove small_article_preview преди 11 години
config.php-dist 82d77deb28 reduce default session expiration limit преди 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 2d0838e6d3 add optional support for the X-Sendfile header преди 11 години
index.php e3ca32a818 replace catchupCurrentFeed dropdown with a better control преди 11 години
messages.pot 509626a2ac 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 8314db4343 implement better loading of pref trees преди 11 години
public.php 2e35a7070b generated feeds: support if-modified-since преди 11 години
register.php 884d16505e tweak how utility.css-based stuff looks преди 11 години
tt-rss.css cc33260343 feed-holder: remove overflow:hidden преди 11 години
update.php 0ae9f7460b update.php --daemon did not respect --quiet преди 11 години
update_daemon2.php f0e015c428 daemon2: make wrong schema version error display if quiet преди 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