No description
Find a file
Christian Weiske 5a4074a9f8 Check for HTML in the first 100 bytes.
Some HTML pages have an XML header (XHTML), which alone is nearly 50 bytes.
Thus we need to check for the HTML or doctype tags in the first 100 bytes.
2015-07-09 13:39:07 +02:00
api Fixing bugs found by static analysis 2013-05-07 00:35:10 -07:00
cache implement upload-related support for open_basedir 2013-04-11 19:12:00 +04:00
classes simplify search, remove search_mode as useless 2015-07-07 15:59:32 +03:00
css limit width of embedded <video> elements 2015-07-03 16:04:54 +03:00
feed-icons add feed-icons placeholder index.html 2013-04-11 21:55:17 +04:00
images Increase favicon size to 32x32 pixels 2015-05-20 00:20:04 +02:00
include Check for HTML in the first 100 bytes. 2015-07-09 13:39:07 +02:00
install Removing required attribute from database password field 2014-10-04 23:10:36 +02:00
js simplify search, remove search_mode as useless 2015-07-07 15:59:32 +03:00
lib move readability libs to system location 2015-07-08 13:44:45 +03:00
locale Update Finnish translations 2015-06-25 22:30:17 +03:00
lock move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
plugins redditimgur: don't try to readability parse twitter 2015-07-09 12:13:44 +03:00
plugins.local pluginhost: allow loading user plugins from plugins.local 2015-06-05 17:54:52 +03: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
themes.local support loading themes from themes.local 2015-06-05 18:08:19 +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
.gitignore update gitignore 2015-07-07 14:23:18 +03:00
.htaccess 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 2013-04-12 07:58:10 +04:00
atom-to-html.xsl atom-to-html: remove horribly scaled feed icon (refs #754) 2013-07-23 07:49:32 +04:00
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 move language detection to a plugin, remove config.php constant 2015-06-19 10:12:47 +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 simplify search, remove search_mode as useless 2015-07-07 15:59:32 +03:00
messages.pot rebase translations 2015-06-23 08:54:40 +03:00
opml.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
prefs.php support loading themes from themes.local 2015-06-05 18:08:19 +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 mention site mirror in readme 2013-09-30 13:34:48 +04:00
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