No Description

Andrew Dolgov 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) 11 years ago
.settings 667a82727c update eclipse .settings 12 years ago
api acfbab375d mute warnings caused by session_start() to deal with potential ps_files_cleanup_dir stuff 11 years ago
cache acccafe3da replace htmlpurifier with htmlawed 11 years ago
classes fa9e88c367 replace getmicrotime() wrapper with microtime(true) 11 years ago
feed-icons 81745ce738 finally rename icons/ (fixes #272) 12 years ago
images 1ff1374325 remove nonworking article zoom buttons (closes #535) 11 years ago
include fa9e88c367 replace getmicrotime() wrapper with microtime(true) 11 years ago
js 3af9dbd350 cdmScrollToArticleId: use more natural scrolling 11 years ago
lib 19b3992b78 remove magpie, fix article filter plugins 11 years ago
locale ee94a23dd8 update translations 11 years ago
lock 2aae0cce7e add internal directories for cache & lockfiles 13 years ago
mobile a6b4518788 add _MOBILE_REVERSE_HEADLINES (closes #524) 11 years ago
plugins e0abb8d768 Replace SQL query which led to problems for some, refactor a bit and document what this plugin cannot do if articles are not in the Flattr cataloge. 11 years ago
schema 7bfb3dabdd add ttrss_user_entries.plugin_data (bump schema) 11 years ago
templates 9c97041d55 make generated_feed parameters optional, add specific date type for RSS feeds 12 years ago
utils e935c2bc54 update translations 11 years ago
.buildpath 99627c4863 add eclipse stuff 12 years ago
.gitignore 81745ce738 finally rename icons/ (fixes #272) 12 years ago
.project 99627c4863 add eclipse stuff 12 years ago
LICENSE 7e1a9fbcbc add LICENSE 15 years ago
README.md 771012ec04 update readme (c) 11 years ago
atom-to-html.xsl e4f7c97622 rename feed.xsl to atom-to-html.xsl 13 years ago
backend.php 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) 11 years ago
cdm.css 915b61ef3b use css table layout in cdmHeader (fixes #383) 12 years ago
config.php-dist 2d1282d4d1 remove top hello - feedback - preferences line 11 years ago
db-updater.php 88e8fb3a71 modify include path order (closes #514) 11 years ago
errors.php 88e8fb3a71 modify include path order (closes #514) 11 years ago
image.php 88e8fb3a71 modify include path order (closes #514) 11 years ago
index.php 87801bd866 hide widescreen mode toggle in cdm 11 years ago
localized_js.php 88e8fb3a71 modify include path order (closes #514) 11 years ago
messages.pot ee94a23dd8 update translations 11 years ago
opml.php 5083271956 move some more functions out of functions.php; fix opml.php failing due to redeclared autoload 11 years ago
prefs.php 96f0a3e79d remove themes/ 11 years ago
public.php 1ebf3b979e replace getmicrotime() wrapper with microtime(true) (2) 11 years ago
register.php 88e8fb3a71 modify include path order (closes #514) 11 years ago
tt-rss.css 8dffcd0175 css: remove postDateRTL 11 years ago
update.php 20b86c799a clarify PLUGINS description, improve plugin CLI list 11 years ago
update_daemon2.php cfe6d444a9 add workaround against shutdown() being called in child task context 11 years ago
utility.css 1b4d1a6b44 sharepopup: implement assigning labels while sharing 11 years ago

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