Bez popisu

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

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