Class ::xowiki::RSS (public)
::xotcl::Class ::xowiki::RSS [ -maxentries maxentries ] [ -days days ] \ [ -name_filter name_filter ]
Defined in /var/www/openacs.org/packages/xowiki/tcl/syndicate-procs.tcl
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)
- Testcases:
- No testcase defined.