Opened 15 years ago
Closed 14 years ago
#288 closed defect (cant-reproduce)
Feed metadata now missing from blog pages
| Reported by: | Christopher Allan Webber | Owned by: | Will Kahn-Greene |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description (last modified by )
http://mediagoblin.org/news/index.html
Used to be that the feed URL was set in the headers... that's not the case any more. I don't know how to add it back to just that section :)
Assigning to Will! (Or, should we make the feed metadata in the headers on every page?)
Change History (5)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
It is a link in the header as you can see in: http://www.winstonyw.com/2008/09/23/exposing-your-feedburner-feed-in-html-head-element/
Copied from that link:
<head>
<!-- Meta Tags -->
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
</head>
This allows, for example, Firefox or Iceweasel guess the feed from a site and offer you to subscribe to them ('Tools' menu entry).
comment:4 by , 14 years ago
| Component: | → programming |
|---|---|
| Description: | modified (diff) |
I don't know what to do with this and never got clarification.
Should we just close it? Is there still something to fix here?
comment:5 by , 14 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | accepted → closed |
I checked this and right now there's a feed link in the <head> section of the document. I think that covers this.
Chris: If that doesn't cover this, then please explain what it is you were looking for.
Closing this out.

What do you mean by "headers"? Are you talking the
section or something else?
My suggestion a while back was to add the RSS icon to the nav bar to the right of News.