1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
Go to file
2013-03-25 12:28:22 +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 cache minified js files 2013-03-18 11:00:44 +04:00
classes create_published_article: set last_published properly on creation 2013-03-25 10:30:01 +04:00
feed-icons finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
images update favicon; add 72px hires favicon 2013-03-21 19:09:13 +04:00
include js translations: look for notify_info and notify_progress; update translations 2013-03-25 12:28:22 +04:00
js cdmExpandArticle: bail out if id not present in buffer (closes #628) 2013-03-25 11:56:48 +04:00
lib remove lib/iui 2013-03-23 09:34:01 +04:00
locale js translations: look for notify_info and notify_progress; update translations 2013-03-25 12:28:22 +04:00
lock add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
plugins Merge pull request #79 from xbasic/master 2013-03-24 13:01:36 -07:00
schema rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema) 2013-03-19 22:41:10 +04:00
templates add basic password recovery thing 2013-03-22 14:50:02 +04:00
utils js translations: look for notify_info and notify_progress; update translations 2013-03-25 12:28:22 +04:00
.buildpath add eclipse stuff 2011-12-11 12:51:59 +04:00
.gitignore Additions: 2013-03-22 16:25:12 -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 span.author: force normal weight 2013-03-23 09:25:36 +04:00
config.php-dist remove page title stuff for the time being 2013-03-23 09:51:30 +04:00
db-updater.php Use plural forms. 2013-03-24 12:14:29 +01:00
errors.php Fix whitespace, gettext is whitespace fragile. 2013-03-24 12:23:22 +01:00
image.php rework image caching to work without permanent article content rewriting (refs #582) 2013-03-19 09:25:36 +04:00
index.php remove updated view mode 2013-03-25 10:01:26 +04:00
LICENSE add LICENSE 2008-12-29 06:43:39 +01:00
localized_js.php localized_js: add ngettext 2013-03-24 20:08:18 +04:00
messages.pot js translations: look for notify_info and notify_progress; update translations 2013-03-25 12:28:22 +04:00
opml.php db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 2013-03-22 09:14:55 +04:00
prefs.php remove page title stuff for the time being 2013-03-23 09:51:30 +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 remove page title stuff for the time being 2013-03-23 09:51:30 +04:00
tt-rss.css improve zoomed post content css 2013-03-24 20:22:16 +04:00
update_daemon2.php update_daemon: use getopt; make things a bit more configurable, add help 2013-03-21 15:05:57 +04:00
update.php update_daemon: use getopt; make things a bit more configurable, add help 2013-03-21 15:05:57 +04:00
utility.css add basic password recovery thing 2013-03-22 14:50:02 +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