Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

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

15:39:16 on 08/04/04 by Admun - Category: Code Traces - tags: none - print

Comments

No comments yet

Add Comments