Nincs leírás

Andrew Dolgov 035d7a5a8f implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode (closes #382) 11 éve
api 9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed 11 éve
cache f240d26e46 move db-updater functionality to public, remove db-updater.php 11 éve
classes 035d7a5a8f implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode (closes #382) 11 éve
feed-icons f240d26e46 move db-updater functionality to public, remove db-updater.php 11 éve
images df69ca3593 remove overlay.png (unused) 11 éve
include e3b37a58ce Merge pull request #140 from pictuga/master 11 éve
install 196464eef2 installer: remove check for pubsubhubbub which is never defined 11 éve
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) 11 éve
lib 4a88841363 Add css optimization to dojo builds 11 éve
locale e7c4006fb5 Updated Spanish translation 11 éve
lock f240d26e46 move db-updater functionality to public, remove db-updater.php 11 éve
plugins 035d7a5a8f implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode (closes #382) 11 éve
schema 923b5c8b11 schema: remove unused prefs help_text/short_desc/section_name 11 éve
templates f43e9e97a5 add basic password recovery thing 11 éve
themes f67c80a77b add missing themes/ 11 éve
utils dfad9d7a36 pref-prefs: don't use schema-defined help/desc/section names 11 éve
.buildpath 99627c4863 add eclipse stuff 12 éve
.gitignore 1b2afd2bd3 Additions: 11 éve
.project 99627c4863 add eclipse stuff 12 éve
LICENSE 7e1a9fbcbc add LICENSE 15 éve
README.md 771012ec04 update readme (c) 11 éve
atom-to-html.xsl f820f205d0 css cleanup; remove auxDlg; add separate prefs.css 11 éve
backend.php 2e35a7070b generated feeds: support if-modified-since 11 éve
cdm.css c88e4a2af3 remove small_article_preview 11 éve
config.php-dist a905d89e86 clarify single user mode description 11 éve
errors.php 6cb57cc375 Fix whitespace, gettext is whitespace fragile. 11 éve
image.php 2d0838e6d3 add optional support for the X-Sendfile header 11 éve
index.php f3b2e7d41f add back sorting by title 11 éve
messages.pot 1e2ce2905e rebase translations 11 éve
opml.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 éve
prefs.css a7edcc5585 minor css cleanup 11 éve
prefs.php 8314db4343 implement better loading of pref trees 11 éve
public.php 2e35a7070b generated feeds: support if-modified-since 11 éve
register.php 884d16505e tweak how utility.css-based stuff looks 11 éve
tt-rss.css 035d7a5a8f implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode (closes #382) 11 éve
update.php b4c47f7e7b add command-line db schema updater 11 éve
update_daemon2.php a26f0c1759 fix divide by zero in feeds/minute reporting (closes #668) 11 éve
utility.css f240d26e46 move db-updater functionality to public, remove db-updater.php 11 éve

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