• Publicity: Public Only All

syndicate-procs.tcl

Syndication

This file defines the following Objects and Classes: ::xowiki::RSS[i]

Location:
packages/xowiki/tcl/syndicate-procs.tcl

Procedures in this file

Detailed information

Class ::xowiki::RSS (public)

 ::xotcl::Class ::xowiki::RSS[i] [ -maxentries maxentries ] [ -days days ] \
    [ -name_filter name_filter ]

Report content of xowiki folder in RSS 2.0 format. The reporting order is descending by date. The title of the feed is taken from the title, the description is taken from the description field of the folder object.

Switches:
-maxentries
(optional)
maximum number of entries retrieved
-days
(optional)
report entries changed in specified last days
-name_filter
(optional)
include only pages matching the provided regular expression (postgres)

Partial Call Graph (max 5 caller/called nodes):
%3 ad_url ad_url (public) nsf::object::alloc nsf::object::alloc nsf::relation::set nsf::relation::set nx::slotObj nx::slotObj site_node::get_url_from_object_id site_node::get_url_from_object_id (public) Class ::xowiki::RSS Class ::xowiki::RSS Class ::xowiki::RSS->ad_url Class ::xowiki::RSS->nsf::object::alloc Class ::xowiki::RSS->nsf::relation::set Class ::xowiki::RSS->nx::slotObj Class ::xowiki::RSS->site_node::get_url_from_object_id

Testcases:
No testcase defined.
[ show source ]