[Buildbot-commits] [buildbot/buildbot] 776b43: Add a <link> for the RSS feed to layout.html

noreply at github.com noreply at github.com
Wed Aug 18 17:12:55 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/buildbot/buildbot

Commit: 776b431f100dd210d095de592f979796df37baa8
    http://github.com/buildbot/buildbot/commit/776b431f100dd210d095de592f979796df37baa8
Author: Matisse Enzer <menzer at pple.com>
Date:   2010-08-18 (Wed, 18 Aug 2010)

Changed paths:
  M master/buildbot/status/web/templates/layout.html

Log Message:
-----------
Add a <link> for the RSS feed to layout.html

I'd like to propose a small change to the layout.html template. The
change allows browsers to know that there is an RSS feed available for
the web page(s) created by the buildbot to show build status and
history.

This is as simple as adding a <link> tag in the <head>, like this:

   <link rel="alternate" type="application/rss+xml" title="RSS" href="rss">

This allows browsers (such as Safari) to know that an RSS feed is
available - in Safari's case an RSS badge will be showing in the
location bar.






More information about the Commits mailing list