Нет описания

Andrew Dolgov 0f28f81f89 move authentication modules to plugins/ 11 лет назад
.settings 667a82727c update eclipse .settings 12 лет назад
api 88e8fb3a71 modify include path order (closes #514) 11 лет назад
cache acccafe3da replace htmlpurifier with htmlawed 11 лет назад
classes 0f28f81f89 move authentication modules to plugins/ 11 лет назад
feed-icons 81745ce738 finally rename icons/ (fixes #272) 12 лет назад
help 5482b38807 add hotkeys to select marked/published articles 11 лет назад
images f947467aa8 remove fupdpic and related images 11 лет назад
include 0f28f81f89 move authentication modules to plugins/ 11 лет назад
js 61261e45b9 fix duplicate RCHK check while appending headlines 11 лет назад
lib 19b3992b78 remove magpie, fix article filter plugins 11 лет назад
locale e935c2bc54 update translations 11 лет назад
lock 2aae0cce7e add internal directories for cache & lockfiles 13 лет назад
mobile 88e8fb3a71 modify include path order (closes #514) 11 лет назад
plugins 0f28f81f89 move authentication modules to plugins/ 11 лет назад
schema de612e7a38 experimental support for per-user plugins (bump schema) 11 лет назад
templates 9c97041d55 make generated_feed parameters optional, add specific date type for RSS feeds 12 лет назад
themes 983702546e rename triple-pane theme to widescreen 12 лет назад
utils e935c2bc54 update translations 11 лет назад
.buildpath 99627c4863 add eclipse stuff 12 лет назад
.gitignore 81745ce738 finally rename icons/ (fixes #272) 12 лет назад
.project 99627c4863 add eclipse stuff 12 лет назад
LICENSE 7e1a9fbcbc add LICENSE 15 лет назад
README.md 763f8c9280 fix markup 11 лет назад
atom-to-html.xsl e4f7c97622 rename feed.xsl to atom-to-html.xsl 13 лет назад
backend.php de612e7a38 experimental support for per-user plugins (bump schema) 11 лет назад
cdm.css 915b61ef3b use css table layout in cdmHeader (fixes #383) 12 лет назад
config.php-dist 0f28f81f89 move authentication modules to plugins/ 11 лет назад
db-updater.php 88e8fb3a71 modify include path order (closes #514) 11 лет назад
errors.php 88e8fb3a71 modify include path order (closes #514) 11 лет назад
image.php 88e8fb3a71 modify include path order (closes #514) 11 лет назад
index.php ac22075182 move digest to a separate plugin 11 лет назад
localized_js.php 88e8fb3a71 modify include path order (closes #514) 11 лет назад
messages.pot e935c2bc54 update translations 11 лет назад
opml.php 88e8fb3a71 modify include path order (closes #514) 11 лет назад
prefs.php de612e7a38 experimental support for per-user plugins (bump schema) 11 лет назад
public.php 8dcb2b4762 implement plugin routing masks, add example plugin 11 лет назад
register.php 88e8fb3a71 modify include path order (closes #514) 11 лет назад
tt-rss.css ad1a0687bf css fix 11 лет назад
update.php 20b86c799a clarify PLUGINS description, improve plugin CLI list 11 лет назад
update_daemon2.php 41b82aa4b9 add HOOK_UPDATE_TASK 11 лет назад
utility.css 1b4d1a6b44 sharepopup: implement assigning labels while sharing 11 лет назад

README.md

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-2010 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