Bez popisu

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

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