Sin descripción

Bernd Amend 20a4022277 embed_original: change overflow for the iframe content from hidden to auto hace 11 años
api 9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed hace 11 años
cache f240d26e46 move db-updater functionality to public, remove db-updater.php hace 11 años
classes b1df14d0ec do not rely on feed_id when adding archived feed while unsubscribing hace 11 años
feed-icons f240d26e46 move db-updater functionality to public, remove db-updater.php hace 11 años
images df69ca3593 remove overlay.png (unused) hace 11 años
include e3b37a58ce Merge pull request #140 from pictuga/master hace 11 años
install 196464eef2 installer: remove check for pubsubhubbub which is never defined hace 11 años
js 814fa4ef11 Revert "remove RTITLE" hace 11 años
lib 4a88841363 Add css optimization to dojo builds hace 11 años
locale e7c4006fb5 Updated Spanish translation hace 11 años
lock f240d26e46 move db-updater functionality to public, remove db-updater.php hace 11 años
plugins 20a4022277 embed_original: change overflow for the iframe content from hidden to auto hace 11 años
schema 923b5c8b11 schema: remove unused prefs help_text/short_desc/section_name hace 11 años
templates f43e9e97a5 add basic password recovery thing hace 11 años
themes f67c80a77b add missing themes/ hace 11 años
utils dfad9d7a36 pref-prefs: don't use schema-defined help/desc/section names hace 11 años
.buildpath 99627c4863 add eclipse stuff hace 12 años
.gitignore 1b2afd2bd3 Additions: hace 11 años
.project 99627c4863 add eclipse stuff hace 12 años
LICENSE 7e1a9fbcbc add LICENSE hace 15 años
README.md 771012ec04 update readme (c) hace 11 años
atom-to-html.xsl f820f205d0 css cleanup; remove auxDlg; add separate prefs.css hace 11 años
backend.php 2e35a7070b generated feeds: support if-modified-since hace 11 años
cdm.css c88e4a2af3 remove small_article_preview hace 11 años
config.php-dist a905d89e86 clarify single user mode description hace 11 años
errors.php 6cb57cc375 Fix whitespace, gettext is whitespace fragile. hace 11 años
image.php 2d0838e6d3 add optional support for the X-Sendfile header hace 11 años
index.php f3b2e7d41f add back sorting by title hace 11 años
messages.pot 1e2ce2905e rebase translations hace 11 años
opml.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() hace 11 años
prefs.css a7edcc5585 minor css cleanup hace 11 años
prefs.php 8314db4343 implement better loading of pref trees hace 11 años
public.php 2e35a7070b generated feeds: support if-modified-since hace 11 años
register.php 884d16505e tweak how utility.css-based stuff looks hace 11 años
tt-rss.css dc544c94ff Make sure missing feed-icons keep alignment. hace 11 años
update.php b4c47f7e7b add command-line db schema updater hace 11 años
update_daemon2.php a26f0c1759 fix divide by zero in feeds/minute reporting (closes #668) hace 11 años
utility.css f240d26e46 move db-updater functionality to public, remove db-updater.php hace 11 años

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