1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
Go to file
Andrew Dolgov c722ce3b96 Merge pull request #55 from falu/master
updated hungarian translation
2013-03-16 23:53:34 -07:00
.settings update eclipse .settings 2011-12-12 23:32:40 +04:00
api mute warnings caused by session_start() to deal with potential ps_files_cleanup_dir stuff 2013-02-19 16:56:43 +04:00
cache replace htmlpurifier with htmlawed 2012-10-28 12:21:21 +04:00
classes add back vfeed title display, optimize layout; do some layout tweaks on combined mode 2013-03-16 17:17:55 +04:00
feed-icons finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
images tweak cdm footer display 2013-03-16 13:47:24 +04:00
include fix escaping of entry content being broken by cache_images() rewriting 2013-03-16 18:50:13 +04:00
js add f C hotkey to toggle combined mode (closes #549) 2013-03-12 09:52:45 +04:00
lib remove magpie, fix article filter plugins 2012-12-24 13:45:34 +04:00
locale updated hungarian translation 2013-03-16 22:37:59 +01:00
lock add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
mobile add _MOBILE_REVERSE_HEADLINES (closes #524) 2012-12-28 00:49:54 +04:00
plugins remove LIBXML_NOEMPTYTAG because of double <br/>s - the #357 issue with 2013-03-16 16:07:11 +04:00
schema add schema 104 upgrade files 2013-03-14 18:53:49 +04:00
templates make generated_feed parameters optional, add specific date type for RSS feeds 2012-02-27 14:39:15 +04:00
utils update translations 2012-12-24 13:34:37 +04:00
.buildpath add eclipse stuff 2011-12-11 12:51:59 +04:00
.gitignore finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
.project add eclipse stuff 2011-12-11 12:51:59 +04:00
atom-to-html.xsl atom xsl: fix missing feed icon 2013-02-28 20:23:26 +04:00
backend.php replace getmicrotime() wrapper with microtime(true) (2) 2013-02-27 22:20:14 +04:00
cdm.css Revert "cdmContentInner: limit width" 2013-03-17 10:24:37 +04:00
config.php-dist config: bump default values for cookie expiration times (refs #539) 2013-03-15 20:51:12 +04:00
db-updater.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
errors.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
image.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
index.php make version checks a bit more readable 2013-03-16 12:06:34 +04:00
LICENSE add LICENSE 2008-12-29 06:43:39 +01:00
localized_js.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
messages.pot update translations 2013-02-17 13:59:01 +04:00
opml.php move some more functions out of functions.php; fix opml.php failing due to redeclared autoload 2013-01-22 22:36:16 +04:00
prefs.php remove themes/ 2013-01-23 15:36:32 +04:00
public.php replace getmicrotime() wrapper with microtime(true) (2) 2013-02-27 22:20:14 +04:00
README.md update readme (c) 2013-02-14 12:27:01 +04:00
register.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
tt-rss.css add back vfeed title display, optimize layout; do some layout tweaks on combined mode 2013-03-16 17:17:55 +04:00
update_daemon2.php add workaround against shutdown() being called in child task context 2013-02-25 21:59:26 +04:00
update.php fix update.php 2013-03-15 12:56:40 +01:00
utility.css sharepopup: implement assigning labels while sharing 2012-10-31 12:55:24 +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

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