Нема описа

Andrew Dolgov f240d26e46 move db-updater functionality to public, remove db-updater.php пре 11 година
api 9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed пре 11 година
cache f240d26e46 move db-updater functionality to public, remove db-updater.php пре 11 година
classes f240d26e46 move db-updater functionality to public, remove db-updater.php пре 11 година
feed-icons f240d26e46 move db-updater functionality to public, remove db-updater.php пре 11 година
images df69ca3593 remove overlay.png (unused) пре 11 година
include aadd636a01 enable remember me пре 11 година
install 1fcb6baa38 installer: remove shorttag пре 11 година
js f240d26e46 move db-updater functionality to public, remove db-updater.php пре 11 година
lib 870334be3f remove dojo uncompressed files пре 11 година
locale 509626a2ac rebase translations пре 11 година
lock f240d26e46 move db-updater functionality to public, remove db-updater.php пре 11 година
plugins f240d26e46 move db-updater functionality to public, remove db-updater.php пре 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 b4c47f7e7b add command-line db schema updater пре 11 година
update_daemon2.php f0e015c428 daemon2: make wrong schema version error display if quiet пре 11 година
utility.css f240d26e46 move db-updater functionality to public, remove db-updater.php пре 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