<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Emacs RSS Feeds</title>
    <meta name="viewport" content="height=800" />
    <meta name="google-site-verification" content="Okf2Re3XcXHFg1Ouv81JcXjCsJgiI9vdpEL8TNM_UaY" />
    <link href="/atom/release" type="application/atom+xml" rel="alternate" title="Emacs Releases" />
    <link href="/atom/pretest" type="application/atom+xml" rel="alternate" title="Emacs Pretests and Releases" />
    <link href="/atom/daily"   type="application/atom+xml" rel="alternate" title="All Emacs releases" />
    <style type="text/css">
.box, .nav {
	-moz-border-radius:15px;
    -webkit-border-radius:15px;
    border:2px solid grey;
    background:#ccc;
}
.box {
    margin:5% 15%;
    min-width:700px;
    padding:2em;
}
.nav {
    margin:0 1em;
    float:left;
    padding:1em;
}
.nav ul {
    list-style-type:none;
    padding:0;
    margin:0;
    line-height:1.7em;
    font-size:1.5em;
    font-weight:bold;
}
.nav a {
    text-decoration:none;
}
.nav a:hover {
    text-decoration:underline;
}
h1, h2, table, .nav {
    font-family:Myriad Pro, Helvetica, Verdana, Arial, sans-serif;
}
.builds {
    font-size:.85em;
}
table {
    width: 100%;
    border-spacing: 0px;
}
td {
    padding: .3em 0;
}
th {
    border-bottom: 1px solid black;
    text-align:left;
}
tr:hover {
    background:#ddd;
}
.copyright {
    float:right;
    font-size:.7em;
}
.copyright, .copyright a {
    color:#777;
}
dt {
    font-weight:bold;
}
    </style>
  </head>
  <body>
    <div class="nav">
      <ul>
        <li><a href="/">Home</a></li>
        <li><a href="/builds">Builds</a></li>
        <li><a href="/rss">RSS</a></li>
        <li><a href="/about">About</a></li>
        <li><a href="/donate">Donate</a></li>
        <li><a href="/donors">Donors</a></li>
      </ul>
    </div>
    <div class="box">
      <h1>Emacs RSS Feeds</h1>
      <p> There are 3 different RSS feeds (technically they are Atom feeds):</p>

<ol>
  <li><a href="/atom/release">Emacs Releases</a></li>

  <li><a href="/atom/pretest">Emacs Pretests and Releases</a></li>

  <li><a href="/atom/daily">All Emacs releases</a> (Includes the Nightlies, the Pretests, and the Official Emacs releases)</li>
</ol>

For more information on the differences between Releases, Pretests, and Nightlies, see the <a href="/about">about page</a>.

      <div class="copyright">
        © 2009 - 2012 <a href="mailto:david+emacsformacosx@porkrind.org">David Caldwell</a>
      </div>
    </div>
    <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
         preserveAspectRatio="none"
         viewBox="0 0 100 100"
         style="width:100%; height:100%; position:fixed; top:0; left:0; z-index:-1">
      <linearGradient id="background_gradient_black" x1="0%" y1="10" x2="0%" y2="90" gradientUnits="userSpaceOnUse">
        <stop offset="0%"   stop-color="#000" stop-opacity="1" />
        <stop offset="45%"  stop-color="#444" stop-opacity="1" />
        <stop offset="55%"  stop-color="#444" stop-opacity="1" />
        <stop offset="100%" stop-color="#000" stop-opacity="1" />
      </linearGradient>
      <rect x="0" y="0" width="100" height="100" fill="url(#background_gradient_black)" />
    </svg>
  </body>
  <script type="text/javascript" src="http://analytics.porkrind.org/piwik.js" />
  <script type="text/javascript">
    <![CDATA[
      try {
          var piwikTracker = Piwik.getTracker("http://analytics.porkrind.org/" + "piwik.php", 2);
          piwikTracker.trackPageView();
          piwikTracker.enableLinkTracking();
      } catch( err ) {}
    ]]>
  </script>
</html>


