Home « Server software «
Documentation: decisions/feed.php
decisions/feed.php - List decisions in the RSS 2.0 format
List up to ten fresh decisions for one anchor only. At the moment, this script gives the list of the newest posted decisions, with following information:- title - the title of the article
- url - the absolute url to fetch the decision
- time - the date and time of decision last modification
- author - the last contributor to the decision
If following features are enabled, this script will use them:
- compression - Through gzip, we have observed a shift from 3098 bytes to 751 bytes, meaning one Ethernet frame rather than three
- cache - Cache is supported through ETag and by setting Content-Length; Also, Cache-Control enables caching for some time, even through HTTPS
Restrictions apply on this page:
- associates and editors are allowed to move forward
- permission is denied if the anchor is not viewable
- access is restricted ('active' field == 'R'), but the surfer is an authenticated member
- public access is allowed ('active' field == 'Y')
- permission denied is the default
Accept following invocations:
- feed.php -- list of last decisions
- feed.php/12 -- list of last decisions for article #12
- feed.php?id=12
- feed.php/article/12 -- list of last decisions for given anchor
- feed.php?anchor=article:12
This script is a reference file of this system.
Voir aussi:
Licence: GNU Lesser General Public License
Auteurs:
- Bernard Paques bernard.paques@bigfoot.com