View Single Post
  #8  
Old 03-20-2006, 06:22 AM
Connie
Guest
 
Posts: n/a
Quote:
feed-related Tags, to be used in image_template.html
================================================== ===

<ATOM_AUTODETECT> || creates the "href-part" of the atom-feed-autodetect-link,
better use:
<ATOM_AUTODETECT_LINK> || to be used in header of image_template.html for Feed in ATOM-Format
<RSS_AUTODETECT_LINK> || to be used in header for Feed in RSS-Format
these tags are implemented in the templates, which come with PP
comes out at my installation with the most actual developer version like this:
Quote:
<!-- Link for ATOM feed autodiscovery -->
<link rel="alternate" type="application/x.atom+xml" title=" - ATOM Feed" href="http://www.photografitti.de/index.php?x=atom" />
<!-- Link for RSS feed autodiscovery -->
<link rel="service.feed" type="application/rss+xml" title=" - RSS Feed" href="http://www.photografitti.de/index.php?x=rss" />
there was an error in 1.5BETA but that is fixed in the developer version already, we had this topic here already

the type-attribute was mixed, "rss" was set for atom and vice versa ;=(
sorry for that, will be working perfectly in the released version ;=)
Reply With Quote