No description
Find a file
2015-05-13 18:19:32 +02:00
api
cache
classes add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin 2015-04-21 14:07:20 +03:00
css ttrssZoom: enlarge content part 2015-03-04 10:25:59 +03:00
feed-icons
images
include add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin 2015-04-21 14:07:20 +03:00
install Removing required attribute from database password field 2014-10-04 23:10:36 +02:00
js add error notification if trying to toggle widescreen in cdm 2015-03-06 15:51:54 +03:00
lib Make search mechanism pluggable 2014-04-23 04:49:54 +00:00
locale Update german translation 2015-03-12 10:40:17 +01:00
lock
plugins Add support for sillies 2015-05-13 18:19:32 +02:00
schema schema: remove obsolete releases.rss feed 2015-04-18 16:13:38 +03:00
templates add resetpass_link_template.txt 2014-03-09 11:21:59 +04:00
themes 1.15.3 to fix tag/version mismatch 2014-12-10 21:33:18 +03:00
utils rebase translations, update script to maybe extract more translations from js files (fuck you xgettext you piece of shit) 2014-12-18 18:27:30 +03:00
.buildpath
.gitignore
.htaccess
.project
atom-to-html.xsl
backend.php add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible 2015-03-30 13:02:24 +03:00
config.php-dist add config option CHECK_FOR_UPDATES 2015-02-03 14:46:51 +03:00
errors.php add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible 2015-03-30 13:02:24 +03:00
index.php remove unread first sorting: has issues, is pretty much adaptive anyway 2015-03-17 02:01:10 +03:00
messages.pot rebase translations 2015-03-11 16:21:03 +03:00
opml.php
prefs.php require version information in all additional themes 2014-12-09 15:16:53 +03:00
public.php add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible 2015-03-30 13:02:24 +03:00
README.md
register.php
update.php
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