PDA

View Full Version : Probably very stupid


DailyDog
02-02-2006, 12:33 PM
I've read the posts about RSS and atom and such, but I can't make any sense out of it.

How do you 'activate' the feeds?
How do I get a little orange square in my address bar?


www.photo.dailydog.be

Joe[y]
02-02-2006, 03:36 PM
read about RSS here: http://en.wikipedia.org/wiki/RSS_%28file_format%29

and if you want the orange button for firefox to appear insert this code somwhere in the <head> of your image_template.html file:

<!-- Link for ATOM feed autodiscovery -->
<link rel="service.feed" type="application/x.atom+xml" href="<ATOM_AUTODETECT>" title="<SITE_TITLE>" />
<!-- Link for RSS feed autodiscovery -->
<link rel="alternate" type="application/rss+xml" title="<SITE_TITLE> - RSS feed" href="/index.php?x=rss" />

Iron Flatline
02-02-2006, 04:34 PM
Joe[y], would I put that in for IE as well?

Joe[y]
02-02-2006, 04:49 PM
Joe[y], would I put that in for IE as well?

IE (6 at least) doesn't have proper RSS support like firefox and other browsers.