TinyTinyRSS for BananaNetwork - to apply required patches before release or release in async to the official version https://git.tt-rss.org/fox/tt-rss
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
igorette dfa7bb2f63 fixed typo, missing semicolon 14 years ago
api
cache
extras/button
help
icons
images remove obsolete images; layout cleanup 14 years ago
lib add lib/pubsubhubbub/subscriber.php 14 years ago
locale update translations 14 years ago
lock
mobile mobile/classic: remove USER_STYLESHEET_URL 14 years ago
modules add feed editor button to reset pubsub subscription state 14 years ago
schema fixed typo, missing semicolon 14 years ago
templates generate template-enabled Atom feeds instead of makeshift rss 14 years ago
tests
themes/triple-pane triple-pane: remove obsolete files 14 years ago
utils
.gitignore
FeedTree.js
LICENSE
PrefFeedTree.js
PrefFilterTree.js
PrefLabelTree.js
README
backend.php fix pubsubhubbub challenge response 14 years ago
cdm.css
config.php-dist because get_self_url_prefix() referenced information unavailable to php CLI clients, add config option SELF_URL_PATH 14 years ago
db-prefs.php db-prefs: add fix for USER_TIMEZONE default value 14 years ago
db-updater.php
db.php
deprecated.js
digest.css
digest.js rpc/digest-get-contents: use JSON 14 years ago
digest.php
errors.php rework initial sanitycheck to use JSON 14 years ago
feedlist.js backend/viewfeed: use JSON 14 years ago
functions.js subscribeToFeed: add transport information to exception handler 14 years ago
functions.php sanitize_tag: block single quote symbol 14 years ago
image.php
index.php
localized_js.php config: remove ENABLE_TRANSLATIONS 14 years ago
localized_schema.php update translations 14 years ago
login_form.php only use autologin with SSL certificate when AUTO_LOGIN is enabled, otherwise redirect to login form as with remote auth 14 years ago
logout.php
messages.pot update translations 14 years ago
opml.php remove error_reporting() hacks; set default error reporting level in functions.php 14 years ago
prefs.js prefs, remove obsolete removeSelectedPrefProfiles() 14 years ago
prefs.php
register.php
rss.xsl
sanity_check.php add sanity check for DOMDocument 14 years ago
sanity_config.php because get_self_url_prefix() referenced information unavailable to php CLI clients, add config option SELF_URL_PATH 14 years ago
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) 14 years ago
tt-rss.css implement a special dialog to show feeds without recent updates (closes #264) 14 years ago
tt-rss.js fix triple-pane theme 14 years ago
tt-rss.php remove obsolete images; layout cleanup 14 years ago
twitter.php
update.php
update_daemon2.php
utility.css
version.php release 1.5.2 14 years ago
viewfeed.js fix zoomToArticle() for new JSON reply format 14 years ago

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>