Žiadny popis

Andrew Dolgov 5e725f9c8c having idiots report error 500 because their server is misconfigured is worse than having config.php wide open in case their php is not working 11 rokov pred
api 9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed 11 rokov pred
cache 3306daecf4 implement upload-related support for open_basedir 11 rokov pred
classes 8096a20a95 Revert "Add new API method: `getFeedStats'" 11 rokov pred
feed-icons 70a1fb23d0 add feed-icons placeholder index.html 11 rokov pred
images df69ca3593 remove overlay.png (unused) 11 rokov pred
include 3306daecf4 implement upload-related support for open_basedir 11 rokov pred
install 3306daecf4 implement upload-related support for open_basedir 11 rokov pred
js e1f76af006 block listing of several util directories; deny access to config.php 11 rokov pred
lib e1f76af006 block listing of several util directories; deny access to config.php 11 rokov pred
locale b7c62dbb35 rebase translations 11 rokov pred
lock f240d26e46 move db-updater functionality to public, remove db-updater.php 11 rokov pred
plugins e1f76af006 block listing of several util directories; deny access to config.php 11 rokov pred
schema e1f76af006 block listing of several util directories; deny access to config.php 11 rokov pred
templates e1f76af006 block listing of several util directories; deny access to config.php 11 rokov pred
themes f67c80a77b add missing themes/ 11 rokov pred
utils e1f76af006 block listing of several util directories; deny access to config.php 11 rokov pred
.buildpath 99627c4863 add eclipse stuff 12 rokov pred
.gitignore e1f76af006 block listing of several util directories; deny access to config.php 11 rokov pred
.htaccess 5e725f9c8c having idiots report error 500 because their server is misconfigured is worse than having config.php wide open in case their php is not working 11 rokov pred
.project 99627c4863 add eclipse stuff 12 rokov pred
LICENSE 7e1a9fbcbc add LICENSE 15 rokov pred
README.md 771012ec04 update readme (c) 11 rokov pred
atom-to-html.xsl f820f205d0 css cleanup; remove auxDlg; add separate prefs.css 11 rokov pred
backend.php ccfa90803b backend: add session validation check 11 rokov pred
cdm.css c88e4a2af3 remove small_article_preview 11 rokov pred
config.php-dist a905d89e86 clarify single user mode description 11 rokov pred
errors.php 6cb57cc375 Fix whitespace, gettext is whitespace fragile. 11 rokov pred
image.php 2d0838e6d3 add optional support for the X-Sendfile header 11 rokov pred
index.php f3b2e7d41f add back sorting by title 11 rokov pred
messages.pot b7c62dbb35 rebase translations 11 rokov pred
opml.php 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 rokov pred
prefs.css a7edcc5585 minor css cleanup 11 rokov pred
prefs.php 8314db4343 implement better loading of pref trees 11 rokov pred
public.php 2e35a7070b generated feeds: support if-modified-since 11 rokov pred
register.php 884d16505e tweak how utility.css-based stuff looks 11 rokov pred
tt-rss.css 5f938254fa Use CSS3 ellipsis in .postTitle. 11 rokov pred
update.php b4c47f7e7b add command-line db schema updater 11 rokov pred
update_daemon2.php a26f0c1759 fix divide by zero in feeds/minute reporting (closes #668) 11 rokov pred
utility.css f240d26e46 move db-updater functionality to public, remove db-updater.php 11 rokov pred

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