atom.php, rsd.php, xml-rss2.php
  Just take a quick traces on these files...
  
 
 - atom.php
 - turn off web server content caching
 - initialize $CONF
 - include config.php
 - select skin and call selector()
 - using ETAG to determine whether to send the feed (aka “HTTP Conditional Get"
 - Note: a empty RSS feed is sent if there is no change since the client last visit
 - rsd.php
 - initialize $CONF
 - include config.php
 - select skin and call selector()
 - xml-rss2.php
 - turn off web server content caching
 - initialize $CONF
 - include config.php
 - select skin and call selector()
 - using ETAG to determine whether to send the feed
 
Comments
No comments yet