RSS support
Package Specification Summary for Package: rss-support
Summary: | Service contracts and support for generating RSS feeds |
Description: | Basic support for RSS generation and parsing. RDF Site Summary (RSS) is a lightweight multipurpose extensible metadata description and syndication format. This package can be used to publish site content in a manner useful to other websites and webservices. <p> For each item (news event, ticket, bboard message, ...) that you want to publish, you create a property list that describes that item (url to item, title of item, description of item, etc.). You pass a list of those items (and some other parameters) to rss_gen, and it will generate your XML for you. You can also implenent a set of functions that satisfy the RSS service contracts and the RSS can be recreated from a scheduled procedure. <ul> <li> <a href='http://www.google.com/search?q=rss+0.91'>RSS 0.91 specification</a> <li> <a href='http://groups.yahoo.com/group/rss-dev/files/specification.html'>RSS 1.0 specification</a> </ul> |
Documentation: | Package Documentation |
Maturity: | Mature |
This package depends on: | acs-kernel acs-tcl |
Packages that depend on rss-support: | file-storage lars-blogger news |
Package parameters: |
|
Bug Tracker Summary for Package: rss-support
Open Bugs: | 7 |
All Tracked Issues: | 11 |
Latest Bug Opened: | 2018-01-15 rss_support::get_subscr_id fails under some circumstances |
Latest Bug Fixed: | 2015-08-07 Russian localization for package rss-support (HEAD). |
Top Bug Submitters: | Carsten Clasohm (2) Jeff Davis (1) Ben Koot (1) Dave Hwang (1) Mark Aufflick (1) |
Top Bug Fixers: | Lars Pind (2) Jeff Davis (1) Gustaf Neumann (1) |
Code Metrics Summary for Package: rss-support
# Tcl Procs | 17 |
# Tcl Lines | 1000 |
# Tcl Blank Lines | 166 |
# Tcl Comment Lines | 45 |
# Automated Tests | 0 |
# Stored Procedures | PG: 6 ORA: 6 |
# SQL Lines | PG: 330 (blank 52 comments 19) ORA: 263 (blank 28 comments 6) |
# ADP pages | 8 |
# ADP lines | 101 |
# Include pages (rss-support/lib/) | 0 |
# Documentation pages | 5 (Package Documentation) |
# Documentation lines | 282 |
Browse Source | API-browser |
Github Repository: | https://github.com/openacs/rss-support/tree/oacs-5-10 |