暫無描述

Andrew Dolgov 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 年之前
api fbd40f5dd8 api: default to admin username when logging in in single user mode (fixed) 13 年之前
cache 2aae0cce7e add internal directories for cache & lockfiles 14 年之前
extras 8dccabedae merge two patches: STRIP_IMAGES and ENABLE_FLASH_PLAYER from Sten (bump schema) 16 年之前
help 69de6b46b2 implement j/k hotkeys to move between feeds (closes #292) 13 年之前
icons 03bfdf4897 add icons subdirectory 15 年之前
images a40de1af2c remove obsolete images; layout cleanup 13 年之前
lib b0f379dfff add experimental support for pubsubhubbub in published feed, bump config version (refs #251) 13 年之前
locale f48237d2bb update translations 13 年之前
lock 2aae0cce7e add internal directories for cache & lockfiles 14 年之前
mobile 7fc715a997 mobile/classic: remove USER_STYLESHEET_URL 13 年之前
modules 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 年之前
schema 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 年之前
templates f72a7b6696 allow forwarding multiple articles by email 14 年之前
tests f679105cb2 add unit tests for rewrite_relative_url and fix a number of bugs in it 14 年之前
themes 72954b22c5 triple-pane: remove obsolete files 13 年之前
utils e8638cc996 update translations 13 年之前
.gitignore d8735fc8f0 update htmlpurifier cache stuff, add sanity check 13 年之前
FeedTree.js 906fc5b7a1 replace all occurences of double-escaped entities in FeedTree instead of only first one 13 年之前
LICENSE 7e1a9fbcbc add LICENSE 15 年之前
PrefFeedTree.js 1644304f11 display last update times in PrefFeedTree (closes #284) 13 年之前
PrefFilterTree.js 8a097fa381 fix preference tree elements not being properly clickable in Firefox 14 年之前
PrefLabelTree.js 8a097fa381 fix preference tree elements not being properly clickable in Firefox 14 年之前
README 69941ff85d bump copyright year 14 年之前
backend.php 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 年之前
cdm.css 622586166a make sure links in CDM content are visible 13 年之前
config.php-dist 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 年之前
db-prefs.php ec39f07a84 db-prefs: add fix for USER_TIMEZONE default value 14 年之前
db-updater.php 6ef0c9c342 utility.css tweaks; i18n in twitter.php 14 年之前
db.php c7a8deacd9 db_escape_string: remove tags by default (refs #323) 13 年之前
deprecated.js ca8e3d75f4 use multiple classes to mark statuses, JS code cleanup 14 年之前
digest.css 29a5b4aae0 misc css/linking updates 14 年之前
digest.js 0fe841efb9 rpc/digest-get-contents: use JSON 14 年之前
digest.php 29a5b4aae0 misc css/linking updates 14 年之前
errors.php ebb948c24e rework initial sanitycheck to use JSON 13 年之前
feedlist.js bd202c3f89 backend/viewfeed: use JSON 13 年之前
functions.js ebb948c24e rework initial sanitycheck to use JSON 13 年之前
functions.php 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 年之前
image.php 5ef03f1541 move simplepie/ to lib 15 年之前
index.php 659468ebf0 add php-gettext, i18n stuff 17 年之前
localized_js.php 7b26a148b0 config: remove ENABLE_TRANSLATIONS 13 年之前
localized_schema.php f48237d2bb update translations 13 年之前
login_form.php bf9fc06072 only use autologin with SSL certificate when AUTO_LOGIN is enabled, otherwise redirect to login form as with remote auth 13 年之前
logout.php e672099651 logout fixes 17 年之前
messages.pot f48237d2bb update translations 13 年之前
opml.php fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php 14 年之前
prefs.js 46a8bd444d prefs, remove obsolete removeSelectedPrefProfiles() 13 年之前
prefs.php a089699c89 build custom layer of Dojo to speed up loading of tt-rss (refs #293) 13 年之前
register.php fb0742394a remove error_reporting() hacks; set default error reporting level in functions.php 14 年之前
rss.xsl 1f8c187de3 replace tt-rss.spb.ru references with tt-rss.org; update translations 14 年之前
sanity_check.php e2bcd11bb1 add a sanity check for CURL when using pubsubhubbub 13 年之前
sanity_config.php 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 年之前
sessions.php 3d72afa19a use SSL serial to bind certificate to user; implement autologin using SSL certificate; set a separate session cookie for SSL connections (refs #324) 13 年之前
tt-rss.css 8ffd20110e implement a special dialog to show feeds without recent updates (closes #264) 13 年之前
tt-rss.js d80b3f3de1 fix triple-pane theme 13 年之前
tt-rss.php a40de1af2c remove obsolete images; layout cleanup 13 年之前
twitter.php 54a3dd8d10 switch twitter support from twitteroauth to tmhOAuth 13 年之前
update.php d195055341 Allow update.php to be run from outside of the main directory 13 年之前
update_daemon2.php e3b42c5a80 misc daemon updates 14 年之前
utility.css 6ef0c9c342 utility.css tweaks; i18n in twitter.php 14 年之前
version.php 1a945fbed4 release 1.5.2 13 年之前
viewfeed.js 6f1c5d1760 fix zoomToArticle() for new JSON reply format 13 年之前

README

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

* FAQ: http://tt-rss.org/wiki/FrequentlyAskedQuestions
* Forum: http://tt-rss.org/forum
* Wiki: http://tt-rss.org/wiki/WikiStart

Contact
=======

Send your questions, comments, patches to Andrew Dolgov