|
Feed | Description |
Articles | This feed lists the last n articles in your site. |
Blogs | This feed lists the last n posts to blogs in your site. |
Individual Blog | This feed lists the last posts to a given Blog. (There's a feed for each weblog.) |
Image galleries | This feed lists the last images uploaded to image galleries (any) in your site |
Individual Image galleries | This feed lists the last uploaded images to a given gallery. (There's a feed for each gallery.) |
File galleries | This feed lists the last n files uploaded to file galleries (any) in your site. |
Individual file galleries | This feed lists the last files uploaded to a given file gallery. (There's a feed for each file gallery.) |
Wiki | This feed lists the last changes to the Wiki. |
Forums | Lists the last n topics to the Forums (all the forums) |
Individual Forum | List the last n topics to a given forum. |
Trackers | This feed lists the last (or first) n items for a tracker |
Individual trackers items | This feed lists the updates to a given tracker. |
Calendar | List the last n items in the given calendar |
Directories | List the last n sites new in all directories. |
Map files | List the last n mapfiles new on the tiki site. |
To get the rss of a tracker tiki-tracker_rss.php?trackerId=1 To get the rss of a tracker with items having a specific exact value for a field and an open status tiki-tracker_rss.php?trackerId=1&filterfield=1&exactvalue=xxx&status=o To not display the id of the item tiki-tracker_rss.php?trackerId=1&noId=y
For file galleries, we can specify multiple galleries
tiki-file_gallery_rss.php?galleryId[]=1&galleryId[]=14
On some sites, objects shown in a feed need authentication. The setting 'RSS basic Authentication' can be used to allow a local authentication for the feed.
With this setting, you can use an url where you give your login password to access such rss
http://joe:password@localhost/tiki/tiki-calendars_rss.php?ver=2
tw >=5.0
For rss readers that do not accept the above syntax, you can use
http://localhost/tiki/tiki-calendars_rss.php?ver=2&user=joe&pass=password
Otherwise with this setting and if no login information is provided , a login popup will be displayed. This will log you in tikiwiki.
Warning: For this last case, as it is an http authentication, if the user logs out from tikiwiki, il will not be logged from the feed view until he closes his browser or window.
tiki>=5.0
Permissions like tiki_p_wiki_view_ref, tiki_p_blog_post_view_ref, tiki_p_blog_view_ref ... can also be useful for a site that needs to be log-in to see the objects but where the feed can be seen by anonymous
Mailing Lists:
Validators:
Other: