No description
Find a file
Andrew Dolgov 97b7d5c038 split functions php into two parts because syntastic is too slow
get_feeds_from_html: stricter feed detection based on whatwg guidelines
2014-03-05 16:48:41 +04:00
api
cache
classes split functions php into two parts because syntastic is too slow 2014-03-05 16:48:41 +04:00
css dijit checkbox: remove border 2014-02-21 00:22:08 +04:00
feed-icons
images
include split functions php into two parts because syntastic is too slow 2014-03-05 16:48:41 +04:00
install load stylesheets/scripts using helper functions in a few more places 2014-01-28 15:32:19 +04:00
js
lib load stylesheets/scripts using helper functions in a few more places 2014-01-28 15:32:19 +04:00
locale Translate to Traditional Chinese 2014-02-17 23:13:23 +08:00
lock
plugins af_comics: remove filter notice 2014-02-20 20:53:32 +04:00
schema
templates
themes add some improvements for night css 2014-01-31 14:46:51 +04:00
utils
.buildpath
.gitignore
.htaccess
.project
atom-to-html.xsl
backend.php
config.php-dist
errors.php
image.php
index.php reinstate scriptaculous controls (needed for ajax.autocomplete) 2014-01-28 15:31:41 +04:00
LICENSE
messages.pot
opml.php
prefs.php reinstate scriptaculous controls (needed for ajax.autocomplete) 2014-01-28 15:31:41 +04:00
public.php
README.md
register.php load stylesheets/scripts using helper functions in a few more places 2014-01-28 15:32:19 +04:00
update.php detect php cgi binary because people keep trying to run service scripts using it 2014-02-06 23:03:05 +04:00
update_daemon2.php fix previous on daemon2 2014-02-06 23:04:27 +04:00

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 (http://mirror.tt-rss.org)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Copyright (c) 2005 Andrew Dolgov (unless explicitly stated otherwise).

Uses Silk icons by Mark James: http://www.famfamfam.com/lab/icons/silk/

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