1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
Go to file
2013-03-19 00:16:42 -04:00
.settings
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 cache minified js files 2013-03-18 11:00:44 +04:00
classes rename titleAuthor to author to unify class names with normal mode 2013-03-19 00:50:20 +04:00
feed-icons
images tweak cdm footer display 2013-03-16 13:47:24 +04:00
include experimental patch to enable compatibility with php safe_mode 2013-03-19 01:10:02 +04:00
js tweak hotkey map notation to allow stuff like shift-arrows 2013-03-18 20:59:48 +04:00
lib replace jsmin with jshrink 2013-03-18 10:45:04 +04:00
locale update translations; add plugin strings 2013-03-17 19:38:55 +04:00
lock add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
mobile
plugins comment 2013-03-19 00:16:42 -04:00
schema implement proper last_marked/last_published feeds for proper sorting of 2013-03-17 15:38:21 +04:00
templates
utils update translations; add plugin strings 2013-03-17 19:38:55 +04:00
.buildpath
.gitignore
.project
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 cdm updated: fix vertical align 2013-03-17 14:23:07 +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
errors.php
image.php
index.php cache minified js files 2013-03-18 11:00:44 +04:00
LICENSE
localized_js.php
messages.pot update translations; add plugin strings 2013-03-17 19:38:55 +04:00
opml.php
prefs.php cache minified js files 2013-03-18 11:00:44 +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
tt-rss.css hlFeed: remove unnecessary br 2013-03-17 16:35:05 +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

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