Go to file
Andrew Dolgov e6f1a1b747 Merge pull request #14 from vertecx/master
Close pointer to lock file before unlinking
2011-12-07 01:45:05 -08:00
api api: implement setting article note through updateArticle 2011-11-29 09:54:21 +04:00
cache move HTMLPurifier cache inside CACHE_DIR/htmlpurifier 2011-04-15 14:06:27 +04:00
debian release 1.5.7 2011-11-22 14:30:55 +04:00
feed-icons finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
help adding an email article hotkey 'e' 2011-07-18 12:24:41 -04:00
images use css for help overlay, css cleanup 2011-11-21 16:13:47 +04:00
lib enable checking of child checkboxes 2011-11-10 16:16:38 +04:00
locale update zh_CN translation 2011-11-23 10:40:39 +04:00
lock add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
mobile mobile: fix toggle published button not working 2011-11-16 11:58:58 +04:00
modules remove pointless escaping of the password (refs #392) 2011-11-22 11:05:12 +04:00
schema fix drop table 2011-11-11 00:02:16 +04:00
templates rename feed.xsl to atom-to-html.xsl 2011-04-19 13:22:01 +04:00
tests add unit tests for rewrite_relative_url and fix a number of bugs in it 2010-11-11 09:44:05 +03:00
themes/triple-pane triple-pane: remove obsolete files 2011-03-28 13:08:56 +04:00
utils use git checkout instead of git co 2011-11-21 16:15:54 +04:00
.gitignore finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
FeedTree.js add mark as read to feedlist popup menu 2011-11-11 15:28:11 +04:00
LICENSE add LICENSE 2008-12-29 06:43:39 +01:00
PrefFeedTree.js display last update times in PrefFeedTree (closes #284) 2010-12-28 11:39:12 +03:00
PrefFilterTree.js fix preference tree elements not being properly clickable in Firefox 2010-11-21 23:05:51 +03:00
PrefLabelTree.js fix preference tree elements not being properly clickable in Firefox 2010-11-21 23:05:51 +03:00
README bump copyright year 2010-01-13 13:48:37 +03:00
atom-to-html.xsl rename feed.xsl to atom-to-html.xsl 2011-04-19 13:22:01 +04:00
backend.php experimental split of public calls into public.php (refs #389) 2011-11-15 11:40:57 +04:00
cdm.css use css table layout in cdmHeader (fixes #383) 2011-11-07 16:19:43 +04:00
config.php-dist finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
db-prefs.php prefs caching improvements 2011-11-11 10:01:56 +04:00
db-updater.php db-updater: properly handle situation of newer active schema; utility scripts: fix incorrect logo 2011-04-20 11:52:17 +04:00
db.php db: disable qlog 2011-11-11 13:09:11 +04:00
deprecated.js use multiple classes to mark statuses, JS code cleanup 2010-11-14 15:55:51 +03:00
digest.css digest article scrolling fix 2011-09-01 16:52:58 +04:00
digest.js rework digest mode 2011-09-01 16:46:50 +04:00
digest.php rework digest mode 2011-09-01 16:46:50 +04:00
errors.php rework initial sanitycheck to use JSON 2011-03-18 17:39:23 +03:00
feedlist.js auto-catchup fully visible articles in the buffer when switching away from already loaded real feed 2011-11-26 23:19:04 +04:00
functions.js use css for help overlay, css cleanup 2011-11-21 16:13:47 +04:00
functions.php api: include labels to getHeadlines; optimize SQL queries for getHeadlines 2011-11-28 18:38:10 +04:00
image.php move simplepie/ to lib 2009-01-22 14:31:24 +01:00
index.php add php-gettext, i18n stuff 2007-03-05 09:37:13 +01:00
localized_js.php config: remove ENABLE_TRANSLATIONS 2011-03-18 19:25:06 +03:00
localized_schema.php update zh_CN translation 2011-11-23 10:40:39 +04:00
login_form.php only use autologin with SSL certificate when AUTO_LOGIN is enabled, otherwise redirect to login form as with remote auth 2011-03-28 13:03:43 +04:00
messages.pot update zh_CN translation 2011-11-23 10:40:39 +04:00
opml.php Extend OPML preferences pane, to provide more control of Export OPML 2011-07-30 22:34:22 -04:00
prefs.js use css for help overlay, css cleanup 2011-11-21 16:13:47 +04:00
prefs.php use css for help overlay, css cleanup 2011-11-21 16:13:47 +04:00
public.php experimental split of public calls into public.php (refs #389) 2011-11-15 11:40:57 +04:00
register.php fix register.php feed output 2011-11-09 18:28:54 +04:00
sanity_check.php expand description of SELF_URL_PATH, set sanity check (closes #384) 2011-11-06 22:07:52 +04:00
sanity_config.php add option to disable PUSH client support globally (closes #340 2011-04-26 18:42:05 +04:00
sessions.php use SSL serial to bind certificate to user; implement autologin using SSL certificate; set a separate session cookie for SSL connections (refs #324) 2011-03-28 08:30:15 +04:00
tt-rss.css use css for help overlay, css cleanup 2011-11-21 16:13:47 +04:00
tt-rss.js use css for help overlay, css cleanup 2011-11-21 16:13:47 +04:00
tt-rss.php use css for help overlay, css cleanup 2011-11-21 16:13:47 +04:00
twitter.php switch twitter support from twitteroauth to tmhOAuth 2011-03-06 12:05:58 +03:00
update.php backend: close file pointer before unlinking. 2011-12-07 01:17:23 +01:00
update_daemon2.php implement fetching and exporting of shared feeds 2011-04-20 15:21:00 +04:00
utility.css css: remove Lucida Grande 2011-08-30 13:28:01 +04:00
version.php release 1.5.7 2011-11-22 14:30:55 +04:00
viewfeed.js tweak auto catchup a bit 2011-11-25 09:51:47 +04:00

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 <cthulhoo(at)gmail.com>