Sem descrição

Andrew Dolgov 3306daecf4 implement upload-related support for open_basedir há 11 anos atrás
api 9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed há 11 anos atrás
cache 3306daecf4 implement upload-related support for open_basedir há 11 anos atrás
classes 3306daecf4 implement upload-related support for open_basedir há 11 anos atrás
feed-icons f240d26e46 move db-updater functionality to public, remove db-updater.php há 11 anos atrás
images df69ca3593 remove overlay.png (unused) há 11 anos atrás
include 3306daecf4 implement upload-related support for open_basedir há 11 anos atrás
install 3306daecf4 implement upload-related support for open_basedir há 11 anos atrás
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) há 11 anos atrás
lib 4a88841363 Add css optimization to dojo builds há 11 anos atrás
locale 8550e6404b updated german translation há 11 anos atrás
lock f240d26e46 move db-updater functionality to public, remove db-updater.php há 11 anos atrás
plugins 3306daecf4 implement upload-related support for open_basedir há 11 anos atrás
schema 881a158032 update default of allow_duplicate_posts to false, bump schema há 11 anos atrás
templates f43e9e97a5 add basic password recovery thing há 11 anos atrás
themes f67c80a77b add missing themes/ há 11 anos atrás
utils dfad9d7a36 pref-prefs: don't use schema-defined help/desc/section names há 11 anos atrás
.buildpath 99627c4863 add eclipse stuff há 12 anos atrás
.gitignore 1b2afd2bd3 Additions: há 11 anos atrás
.project 99627c4863 add eclipse stuff há 12 anos atrás
LICENSE 7e1a9fbcbc add LICENSE há 15 anos atrás
README.md 771012ec04 update readme (c) há 11 anos atrás
atom-to-html.xsl f820f205d0 css cleanup; remove auxDlg; add separate prefs.css há 11 anos atrás
backend.php 2e35a7070b generated feeds: support if-modified-since há 11 anos atrás
cdm.css c88e4a2af3 remove small_article_preview há 11 anos atrás
config.php-dist a905d89e86 clarify single user mode description há 11 anos atrás
errors.php 6cb57cc375 Fix whitespace, gettext is whitespace fragile. há 11 anos atrás
image.php 2d0838e6d3 add optional support for the X-Sendfile header há 11 anos atrás
index.php f3b2e7d41f add back sorting by title há 11 anos atrás
messages.pot 3a8d756ce1 rebase translations há 11 anos atrás
opml.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() há 11 anos atrás
prefs.css a7edcc5585 minor css cleanup há 11 anos atrás
prefs.php 8314db4343 implement better loading of pref trees há 11 anos atrás
public.php 2e35a7070b generated feeds: support if-modified-since há 11 anos atrás
register.php 884d16505e tweak how utility.css-based stuff looks há 11 anos atrás
tt-rss.css 5f938254fa Use CSS3 ellipsis in .postTitle. há 11 anos atrás
update.php b4c47f7e7b add command-line db schema updater há 11 anos atrás
update_daemon2.php a26f0c1759 fix divide by zero in feeds/minute reporting (closes #668) há 11 anos atrás
utility.css f240d26e46 move db-updater functionality to public, remove db-updater.php há 11 anos atrás

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