Closed Bug 611015 Opened 14 years ago Closed 13 years ago

Add rss feed discovery link to "Web" section on MDN site

Categories

(developer.mozilla.org Graveyard :: Wiki pages, defect)

defect
Not set
minor

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: steveivy, Assigned: groovecoder)

References

()

Details

(Whiteboard: 0.9.2.2)

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7
Build Identifier: 

To make subscribing to new content on the Web section of the site easier, add a feed discovery <link> element to the <head> section of the pages, as documented here:

http://blog.whatwg.org/feed-autodiscovery



Reproducible: Always

Steps to Reproduce:
Load the above URL in a browser
Actual Results:  
No feed autodiscovery present.

Expected Results:  
Link code similar to the following should be present:

<link rel="alternate" type="application/atom+xml"
      href="/feed.atom" title="Atom Feed">
<link rel="alternate" type="application/rss+xml"
      href="/feed.rss" title="RSS Feed">
OS: Mac OS X → All
Summary: Add rss feed discovery link → Add rss feed discovery link to "Web" section on MDN site
What is the feed url?

This page is microformated in hAtom, but there is no RSS or Atom feed.
That feed is RSS.
(In reply to comment #2)
Ah, there is content in the page to "Subscribe".

This is a bit weird, as it's the hacks blog feed, a different web property.
Short term, +1, long term we should figure out where Hacks lives... Subscribe should encompass updates to this page, or all of MDN, but not just hacks.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: --- → 0.9.3
Whiteboard: 0.9.2.2
Jay, what do you think about temporarily adding hacks.mozilla.org as feed link for developer.mozilla.org? My only concern is the temporary subscribers may not look for an improved feed later - ideally the feed aggregates developer.mozilla.org content and doesn't just syndicate content from hacks.
> My only concern is the temporary subscribers may not
look for an improved feed later - ideally the feed aggregates
developer.mozilla.org content and doesn't just syndicate content from hacks.

+1

These pages don't currently have a CMS managing new content which needs syndicating. Once these pages have original content, we can add feeds. Same comment for Bug#611024.
(In reply to comment #5)
> Jay, what do you think about temporarily adding hacks.mozilla.org as feed link
> for developer.mozilla.org? My only concern is the temporary subscribers may not
> look for an improved feed later - ideally the feed aggregates
> developer.mozilla.org content and doesn't just syndicate content from hacks.

That is our best option right now... so +1 for what Luke and Austin have already suggested.  Let's get the feed for Hacks on there until we are in the position to create a more robust/complete feed of MDN content.
Assignee: nobody → lcrouch
Target Milestone: 0.9.3 → 0.9.2
Assignee: lcrouch → mozbugs.retornam
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Keywords: qawanted
qa-verified-staging http://mdn.staging.mozilla.com/en-US/web feed auto discovery works
Assignee: mozbugs.retornam → lcrouch
Keywords: qawanted
Depends on: 627157
verified fixed https://developer.mozilla.org/en-US/web
Status: RESOLVED → VERIFIED
Component: Website → Landing pages
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.