Textpattern PHP Cross Reference Content Management Systems

Summary: /textpattern/publish/rss.php - 317 lines - 10806 bytes - Source - Print

Description: Handles RSS feeds.

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

rss()
rss_safe_hed()

Functions

Functions that are not part of a class:

rss()  line: 31
Generates and returns an RSS feed.

This function can only be called once on a page. It send HTTP
headers and returns an RSS feed based on the requested URL parameters.
Accepts HTTP GET parameters 'limit', 'area', 'section' and 'category'.

return: string XML
rss_safe_hed($toUnicode line: 296
Converts HTML entities to UTF-8 characters.

return: string
param: string $toUnicode

title

Body