Version 1/9
-
Next » -
Current version
Andrew Dolgov, 07/31/2006 07:32 PM
= Generated Feeds =
Since 1.2.2 TT-RSS can be used as an aggregator, providing generated RSS feeds from its internal database. Feed generation is available for user subscribed feeds, categories and labels. You can use this feature to read syndicated feeds from some other reader, share your feeds with your friends, etc.
You can access these feeds by clicking standard [http://feedicons.com/ feed icon] near feed title:
[/images/gen_feed_icon.png]
When multi-user mode is enabled, generated feeds are protected using HTTP Basic authentication. If your server doesn't support HTTP authentication from PHP (for example, when you are using PHP as a CGI/FCGID) you can also access generated feeds in a less secure way, by appending your login & password to query URL like this:
{{{
http://TTRSS_SITE/backend.php?op=rcc&id=FEED_ID&user=LOGIN&pass=PASSWORD
}}}
It is highly recommended to use HTTPS in both scenarios, especially in the second.