View Full Version : RSS_AUTODETECT_LINK tag in simple template
jharlap
01-03-2006, 03:30 PM
The simple template included with PP1.5B1 contains a RSS_AUTODETECT_LINK but the code seems to have changed the name of this tag to RSS_AUTODETECT, resulting in invalid XHTML.
Connie
01-04-2006, 06:11 AM
thanks for the postings
this happens as PP is Beta...
in the final version it will be like that, corrected:
feed-related Tags, to be used in image_template.html
================================================== ===
<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
so if you can accept the validation problem you can wait until PP 1.5 will be released, if not please correct it in your template now and correct it "back" when the final version is out
I am sure you are working on, but here is what I see in the page source :
<!-- Link for ATOM feed autodiscovery -->
<link rel="service.feed" type="application/x.atom+xml" title="yozz.net - RSS Feed" href="http://www.yozz.net/pblog/index.php?x=rss" />
<!-- Link for RSS feed autodiscovery -->
<link rel="alternate" type="application/rss+xml" title="yozz.net - ATOM Feed" href="http://www.yozz.net/pblog/index.php?x=atom" />
I don't know if the RSS-ATOM inversion comes from me or the beta state of this release.
Have a nice day.
yozz.
Connie
01-06-2006, 06:25 AM
yozz,
I will look into that, but the error in description line does not hinder the functionality, so it's a minor bug. more a beauty bug..
I think I cleared this already, will check it out
thanks for pointing to that!
Connie
01-08-2006, 10:07 AM
yozz,
I fixed this:
1)
all templates have correct comment + Feed-link
2)
the tags are <ATOM_AUTODETECT_LINK> and <RSS_AUTODETECT_LINK>
3)
<ATOM_AUTODETECT> is kept for historical reasons, but obsolete
4)
the tags generate the proper Feed-code, you can see in this example:
<!-- Link for ATOM feed autodiscovery -->
<link rel="alternate" type="application/x.atom+xml" title="Pixelpost Test onefive - ATOM Feed" href="http://www.bildgier.de/pp/15_januar/index.php?x=atom" />
<!-- Link for RSS feed autodiscovery -->
<link rel="service.feed" type="application/rss+xml" title="Pixelpost Test onefive - RSS Feed" href="http://www.bildgier.de/pp/15_januar/index.php?x=rss" />
<!-- Meta-Information -->
5) all feeds validate 100% now with feedvalidator
Great :)
Have a nice day.
yozz.
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.