Sen descrición

Pedro Silva 0192ffe5a5 Add new API method: `getFeedStats' %!s(int64=11) %!d(string=hai) anos
api 9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed %!s(int64=11) %!d(string=hai) anos
cache f240d26e46 move db-updater functionality to public, remove db-updater.php %!s(int64=11) %!d(string=hai) anos
classes 0192ffe5a5 Add new API method: `getFeedStats' %!s(int64=11) %!d(string=hai) anos
feed-icons f240d26e46 move db-updater functionality to public, remove db-updater.php %!s(int64=11) %!d(string=hai) anos
images df69ca3593 remove overlay.png (unused) %!s(int64=11) %!d(string=hai) anos
include ef39be2b88 Added propagation of $fetch_last_content_type for curl- and file_get_contents-calls %!s(int64=11) %!d(string=hai) anos
install 196464eef2 installer: remove check for pubsubhubbub which is never defined %!s(int64=11) %!d(string=hai) anos
js 035d7a5a8f implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode (closes #382) %!s(int64=11) %!d(string=hai) anos
lib 4a88841363 Add css optimization to dojo builds %!s(int64=11) %!d(string=hai) anos
locale 8550e6404b updated german translation %!s(int64=11) %!d(string=hai) anos
lock f240d26e46 move db-updater functionality to public, remove db-updater.php %!s(int64=11) %!d(string=hai) anos
plugins 8131e83c46 mailto: use rawurlencode %!s(int64=11) %!d(string=hai) anos
schema 881a158032 update default of allow_duplicate_posts to false, bump schema %!s(int64=11) %!d(string=hai) anos
templates f43e9e97a5 add basic password recovery thing %!s(int64=11) %!d(string=hai) anos
themes f67c80a77b add missing themes/ %!s(int64=11) %!d(string=hai) anos
utils dfad9d7a36 pref-prefs: don't use schema-defined help/desc/section names %!s(int64=11) %!d(string=hai) anos
.buildpath 99627c4863 add eclipse stuff %!s(int64=12) %!d(string=hai) anos
.gitignore 1b2afd2bd3 Additions: %!s(int64=11) %!d(string=hai) anos
.project 99627c4863 add eclipse stuff %!s(int64=12) %!d(string=hai) anos
LICENSE 7e1a9fbcbc add LICENSE %!s(int64=15) %!d(string=hai) anos
README.md 771012ec04 update readme (c) %!s(int64=11) %!d(string=hai) anos
atom-to-html.xsl f820f205d0 css cleanup; remove auxDlg; add separate prefs.css %!s(int64=11) %!d(string=hai) anos
backend.php 2e35a7070b generated feeds: support if-modified-since %!s(int64=11) %!d(string=hai) anos
cdm.css c88e4a2af3 remove small_article_preview %!s(int64=11) %!d(string=hai) anos
config.php-dist a905d89e86 clarify single user mode description %!s(int64=11) %!d(string=hai) anos
errors.php 6cb57cc375 Fix whitespace, gettext is whitespace fragile. %!s(int64=11) %!d(string=hai) anos
image.php 2d0838e6d3 add optional support for the X-Sendfile header %!s(int64=11) %!d(string=hai) anos
index.php f3b2e7d41f add back sorting by title %!s(int64=11) %!d(string=hai) anos
messages.pot 3a8d756ce1 rebase translations %!s(int64=11) %!d(string=hai) anos
opml.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() %!s(int64=11) %!d(string=hai) anos
prefs.css a7edcc5585 minor css cleanup %!s(int64=11) %!d(string=hai) anos
prefs.php 8314db4343 implement better loading of pref trees %!s(int64=11) %!d(string=hai) anos
public.php 2e35a7070b generated feeds: support if-modified-since %!s(int64=11) %!d(string=hai) anos
register.php 884d16505e tweak how utility.css-based stuff looks %!s(int64=11) %!d(string=hai) anos
tt-rss.css 5f938254fa Use CSS3 ellipsis in .postTitle. %!s(int64=11) %!d(string=hai) anos
update.php b4c47f7e7b add command-line db schema updater %!s(int64=11) %!d(string=hai) anos
update_daemon2.php a26f0c1759 fix divide by zero in feeds/minute reporting (closes #668) %!s(int64=11) %!d(string=hai) anos
utility.css f240d26e46 move db-updater functionality to public, remove db-updater.php %!s(int64=11) %!d(string=hai) anos

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