You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/12/09 15:53:14 UTC

[4/4] allura-site git commit: publish

publish


Project: http://git-wip-us.apache.org/repos/asf/allura-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura-site/commit/82743850
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/82743850
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/82743850

Branch: refs/heads/asf-site
Commit: 82743850bc4e4484c91b9a9c2552d6bad4a0c814
Parents: e3796b4
Author: Dave Brondsema <da...@brondsema.net>
Authored: Tue Dec 8 16:50:58 2015 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Dec 8 16:50:58 2015 -0500

----------------------------------------------------------------------
 feeds/all.atom.xml           |  15 +++-
 feeds/tag.release.atom.xml   |  15 +++-
 index.html                   |  13 ++--
 news.html                    | 154 ++++++++++++++++++++++++++++++++++++++
 posts/2015-allura-1.3.2.html | 116 ++++++++++++++++++++++++++++
 tag/release.html             |  11 +++
 6 files changed, 316 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/82743850/feeds/all.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml
index 7f7dc7e..d82a6a3 100644
--- a/feeds/all.atom.xml
+++ b/feeds/all.atom.xml
@@ -1,5 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2015-10-28T00:00:00+00:00</updated><entry><title>Updated Icons, Cleaner Nav Bar</title><link href="//allura.apache.org/posts/2015-updated-icons.html" rel="alternate"></link><updated>2015-10-28T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-10-28:posts/2015-updated-icons.html</id><summary type="html">&lt;p&gt;Two big UI improvements have landed in Allura's master branch recently.&lt;/p&gt;
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2015-12-08T00:00:00+00:00</updated><entry><title>Apache Allura 1.3.2 released</title><link href="//allura.apache.org/posts/2015-allura-1.3.2.html" rel="alternate"></link><updated>2015-12-08T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-12-08:posts/2015-allura-1.3.2.html</id><summary type="html">&lt;p&gt;Apache Allura 1.3.2 has been released.  It includes 2 security fixes and dozens of small fixes and improvements.  The major
+new features are:&lt;/p&gt;
+&lt;ul&gt;
+&lt;li&gt;&lt;a href="//allura.apache.org/posts/2015-updated-icons.html"&gt;Updated icons and cleaner project navigation bar.&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Enhancements to the &lt;a href="//allura.apache.org/posts/2015-markdown-editor.html"&gt;Markdown editor added in 1.3.1&lt;/a&gt;.  We're talking button
+  tooltips, alternate header types, and buttons for section headers, code (works with blocks or inline code), horizontal
+  rule, and tables.&lt;/li&gt;
+&lt;li&gt;Admin options for any tool available directly in the left sidebar.  No more digging through separate Admin navigation.&lt;/li&gt;
+&lt;li&gt;API documented in &lt;a href="http://raml.org/"&gt;.raml&lt;/a&gt; files.  We &lt;a href="//allura.apache.org/posts/2015-rest-api-docs.html"&gt;published the API docs already&lt;/a&gt;,
+  which are generated from the .raml definition files.&lt;/li&gt;
+&lt;li&gt;A site admin (&lt;code&gt;/nf/admin&lt;/code&gt;) page to permanently delete projects and their data.&lt;/li&gt;
+&lt;/ul&gt;
+&lt;p&gt;&lt;a href="http://www.apache.org/dyn/closer.cgi/allura/"&gt;Download Allura&lt;/a&gt; and &lt;a href="https://forge-allura.apache.org/docs/getting_started/installation.html"&gt;install it&lt;/a&gt; today.&lt;/p&gt;
+&lt;p&gt;&lt;a href="https://forge-allura.apache.org/p/allura/git/ci/asf_release_1.3.2/tree/CHANGES"&gt;View the full 1.3.2 Changelog&lt;/a&gt;&lt;/p&gt;</summary><category term="release"></category></entry><entry><title>Updated Icons, Cleaner Nav Bar</title><link href="//allura.apache.org/posts/2015-updated-icons.html" rel="alternate"></link><updated>2015-10-28T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-10-28:posts/2015-updated-icons.html</id><summary type="html">&lt;p&gt;Two big UI improvements have landed in Allura's master branch recently.&lt;/p&gt;
 &lt;p&gt;First, we've removed the icons for each tool (wiki, discussion, code, etc).  The icons looked dated, and cluttered
 the project navigation bar.  They also presented challenges of what tool icon to use when a new tool was added.  So now
 they are gone, and the project nav bar in particular looks much cleaner:&lt;/p&gt;

http://git-wip-us.apache.org/repos/asf/allura-site/blob/82743850/feeds/tag.release.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/tag.release.atom.xml b/feeds/tag.release.atom.xml
index 41d3842..4d765b7 100644
--- a/feeds/tag.release.atom.xml
+++ b/feeds/tag.release.atom.xml
@@ -1,5 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/tag.release.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2015-08-10T00:00:00+00:00</updated><entry><title>Apache Allura 1.3.1 released</title><link href="//allura.apache.org/posts/2015-allura-1.3.1-release.html" rel="alternate"></link><updated>2015-08-10T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-08-10:posts/2015-allura-1.3.1-release.html</id><summary type="html">&lt;p&gt;Apache Allura 1.3.1 has been released.  It includes 3 security fixes and many small fixes and improvements.  The major
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/tag.release.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2015-12-08T00:00:00+00:00</updated><entry><title>Apache Allura 1.3.2 released</title><link href="//allura.apache.org/posts/2015-allura-1.3.2.html" rel="alternate"></link><updated>2015-12-08T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-12-08:posts/2015-allura-1.3.2.html</id><summary type="html">&lt;p&gt;Apache Allura 1.3.2 has been released.  It includes 2 security fixes and dozens of small fixes and improvements.  The major
+new features are:&lt;/p&gt;
+&lt;ul&gt;
+&lt;li&gt;&lt;a href="//allura.apache.org/posts/2015-updated-icons.html"&gt;Updated icons and cleaner project navigation bar.&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;Enhancements to the &lt;a href="//allura.apache.org/posts/2015-markdown-editor.html"&gt;Markdown editor added in 1.3.1&lt;/a&gt;.  We're talking button
+  tooltips, alternate header types, and buttons for section headers, code (works with blocks or inline code), horizontal
+  rule, and tables.&lt;/li&gt;
+&lt;li&gt;Admin options for any tool available directly in the left sidebar.  No more digging through separate Admin navigation.&lt;/li&gt;
+&lt;li&gt;API documented in &lt;a href="http://raml.org/"&gt;.raml&lt;/a&gt; files.  We &lt;a href="//allura.apache.org/posts/2015-rest-api-docs.html"&gt;published the API docs already&lt;/a&gt;,
+  which are generated from the .raml definition files.&lt;/li&gt;
+&lt;li&gt;A site admin (&lt;code&gt;/nf/admin&lt;/code&gt;) page to permanently delete projects and their data.&lt;/li&gt;
+&lt;/ul&gt;
+&lt;p&gt;&lt;a href="http://www.apache.org/dyn/closer.cgi/allura/"&gt;Download Allura&lt;/a&gt; and &lt;a href="https://forge-allura.apache.org/docs/getting_started/installation.html"&gt;install it&lt;/a&gt; today.&lt;/p&gt;
+&lt;p&gt;&lt;a href="https://forge-allura.apache.org/p/allura/git/ci/asf_release_1.3.2/tree/CHANGES"&gt;View the full 1.3.2 Changelog&lt;/a&gt;&lt;/p&gt;</summary><category term="release"></category></entry><entry><title>Apache Allura 1.3.1 released</title><link href="//allura.apache.org/posts/2015-allura-1.3.1-release.html" rel="alternate"></link><updated>2015-08-10T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-08-10:posts/2015-allura-1.3.1-release.html</id><summary type="html">&lt;p&gt;Apache Allura 1.3.1 has been released.  It includes 3 security fixes and many small fixes and improvements.  The major
 new features are:&lt;/p&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a href="//allura.apache.org/posts/2015-cors.html"&gt;CORS support&lt;/a&gt;, allowing broader access to the REST APIs.&lt;/li&gt;

http://git-wip-us.apache.org/repos/asf/allura-site/blob/82743850/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index d685ab5..9b73335 100644
--- a/index.html
+++ b/index.html
@@ -84,22 +84,23 @@
       <h3 class="text-center">Get the Latest Version of Allura</h3>
       <div class="row pad-vert-md">
         <div id="release" class="col-12 auto-margin pad-vert-xs text-center">
-          <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.3.1.tar.gz"><button class="auto-margin">Download v1.3.1</button></a>
-          <span class="text-white">Aug 2015 &mdash;</span>
-          <a href="posts/2015-allura-1.3.1-release.html">What's New</a>
+          <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.3.2.tar.gz"><button class="auto-margin">Download v1.3.2</button></a>
+          <span class="text-white">Dec 2015 &mdash;</span>
+          <a href="posts/2015-allura-1.3.2.html">What's New</a>
           <ul>
-            <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.3.1.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.3.1.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.3.1.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
-            <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.3.1.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
+            <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.3.2.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.3.2.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.3.2.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
+            <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.3.2.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
           </ul>
         </div>
         <div id="news" class="col-12 auto-margin pad-vert-xs text-center">
             <h5>News</h5>
             <ul>
+                    <li><a href="//allura.apache.org/posts/2015-allura-1.3.2.html">Apache Allura 1.3.2 released</a></li>
                     <li><a href="//allura.apache.org/posts/2015-updated-icons.html">Updated Icons, Cleaner Nav Bar</a></li>
                     <li><a href="//allura.apache.org/posts/2015-rest-api-docs.html">REST API documentation</a></li>
                     <li><a href="//allura.apache.org/posts/2015-allura-1.3.1-release.html">Apache Allura 1.3.1 released</a></li>
                     <li><a href="//allura.apache.org/posts/2015-markdown-editor.html">New Markdown Editor</a></li>
-                    <li><a href="//allura.apache.org/posts/2015-cors.html">CORS support added to Allura</a></li>
+                <li><a href="//allura.apache.org/news.html">All News &rarr;</a></li>
             </ul>
         </div>
       </div>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/82743850/news.html
----------------------------------------------------------------------
diff --git a/news.html b/news.html
new file mode 100644
index 0000000..6efe12a
--- /dev/null
+++ b/news.html
@@ -0,0 +1,154 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>Apache Allura : All News</title>
+  <meta charset="utf-8">
+  <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="keywords" content="">
+  <meta name="author" content="">
+  <link rel="canonical" href="//allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="//allura.apache.org">
+  <meta property="og:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta property="og:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta property="og:title" content="Apache Allura">
+  <meta property="og:site_name" content="Apache Allura">
+  <meta property="og:see_also" content="//allura.apache.org">
+
+  <!--    Twitter Meta Info-->
+  <meta name="twitter:card" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:url" content="//allura.apache.org">
+  <meta name="twitter:title" content="Apache Allura">
+  <meta name="twitter:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <!--    Google+ Meta Info-->
+  <meta itemprop="name" content="Apache Allura">
+  <meta itemprop="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta itemprop="image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/style.css">
+
+    <link rel="alternate" type="application/atom+xml" href="//allura.apache.org/feeds/all.atom.xml" title="All Allura News">
+</head>
+
+<body cz-shortcut-listen="true" class="pg-news">
+  <section id="content_wrapper" class="mobile-desktop row">
+    <div id="header" class="row ">
+      <header id="login_header" class="row">
+        <div class="bg-shadow pad-vert-md">
+          <span><h1 class="text-center"><a href="//allura.apache.org">Apache <img src="//allura.apache.org/theme/img/logo_white.png" width="94"> Allura<span class="tm">™</span></a></h1></span>
+          <span></span>
+          <h6 class="text-center">Open source project hosting platform</h6>
+        </div>
+      </header>
+    </div>
+
+<section id="content">
+
+    <h2>All News</h2>
+
+<div class="row bg-white pad-bot-md text-center">
+  <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2015-allura-1.3.2.html">Apache Allura 1.3.2 released</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2015-12-08T00:00:00+00:00">
+      Tue 08 December 2015
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Version 1.3.2 of Allura brings security fixes, new markdown editor, CORS, and more.</p> </div>
+  <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2015-updated-icons.html">Updated Icons, Cleaner Nav Bar</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2015-10-28T00:00:00+00:00">
+      Wed 28 October 2015
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Updated icon set and cleaner project navigation bar</p> </div>
+  <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2015-rest-api-docs.html">REST API documentation</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2015-08-20T00:00:00+00:00">
+      Thu 20 August 2015
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>New docs for Allura's REST API are now published</p> </div>
+  <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2015-allura-1.3.1-release.html">Apache Allura 1.3.1 released</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2015-08-10T00:00:00+00:00">
+      Mon 10 August 2015
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Version 1.3.1 of Allura brings security fixes, new markdown editor, CORS, and more.</p> </div>
+  <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2015-markdown-editor.html">New Markdown Editor</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2015-07-29T00:00:00+00:00">
+      Wed 29 July 2015
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>New markdown editor provides live syntax highlighting and a helpful toolbar.</p> </div>
+  <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2015-cors.html">CORS support added to Allura</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2015-07-24T00:00:00+00:00">
+      Fri 24 July 2015
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Latest revision of Allura now supports CORS http headers.</p> </div>
+</div>
+
+
+</section>
+
+    <div class="row">
+      <footer id="footer" class="bg-black text-white col-24">
+        <p class="copy pad-top-sm text-center">Copyright © 2015 The Apache Software Foundation, Licensed under
+            <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
+        <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+    </div>
+  </section>
+
+  <script type="application/javascript" src="//allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="//allura.apache.org/theme/js/frontend.js"></script>
+  <!-- Credits
+
+          Logo Design: Will Leonard
+          http://willleonard.org
+
+          Site design: Perry Merrity
+          http://perrymerrity.com/
+
+          bg-header-forge.jpg
+          Photo by: Stefan Schmitz
+          https://creativecommons.org/licenses/by-nd/2.0
+
+          bg-developers-fire.jpg
+          Photo by: Frédéric Bisson
+          https://creativecommons.org/licenses/by-nd/2.0
+      -->
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/allura-site/blob/82743850/posts/2015-allura-1.3.2.html
----------------------------------------------------------------------
diff --git a/posts/2015-allura-1.3.2.html b/posts/2015-allura-1.3.2.html
new file mode 100644
index 0000000..3b59463
--- /dev/null
+++ b/posts/2015-allura-1.3.2.html
@@ -0,0 +1,116 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>    Apache Allura 1.3.2 released
+</title>
+  <meta charset="utf-8">
+  <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="keywords" content="">
+  <meta name="author" content="">
+  <link rel="canonical" href="//allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="//allura.apache.org">
+  <meta property="og:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta property="og:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta property="og:title" content="Apache Allura">
+  <meta property="og:site_name" content="Apache Allura">
+  <meta property="og:see_also" content="//allura.apache.org">
+
+  <!--    Twitter Meta Info-->
+  <meta name="twitter:card" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:url" content="//allura.apache.org">
+  <meta name="twitter:title" content="Apache Allura">
+  <meta name="twitter:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <!--    Google+ Meta Info-->
+  <meta itemprop="name" content="Apache Allura">
+  <meta itemprop="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta itemprop="image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/style.css">
+
+
+</head>
+
+<body cz-shortcut-listen="true" class="pg-">
+  <section id="content_wrapper" class="mobile-desktop row">
+    <div id="header" class="row ">
+      <header id="login_header" class="row">
+        <div class="bg-shadow pad-vert-md">
+          <span><h1 class="text-center"><a href="//allura.apache.org">Apache <img src="//allura.apache.org/theme/img/logo_white.png" width="94"> Allura<span class="tm">™</span></a></h1></span>
+          <span></span>
+          <h6 class="text-center">Open source project hosting platform</h6>
+        </div>
+      </header>
+    </div>
+
+<div class="row bg-white pad-vert-lg">
+  <div class="row">
+    <h3 class="text-black text-center">Apache Allura 1.3.2 released</h3>
+  </div>
+
+  <div class="post-info text-center">
+    Published:
+    <abbr class="published" title="2015-12-08T00:00:00+00:00">
+      Tue 08 December 2015
+    </abbr>
+    <br>
+    Tagged:
+        <a href="//allura.apache.org/tag/release.html">release</a>
+  </div>
+
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <div class="pad-md text-black"><p>Apache Allura 1.3.2 has been released.  It includes 2 security fixes and dozens of small fixes and improvements.  The major
+new features are:</p>
+<ul>
+<li><a href="//allura.apache.org/posts/2015-updated-icons.html">Updated icons and cleaner project navigation bar.</a></li>
+<li>Enhancements to the <a href="//allura.apache.org/posts/2015-markdown-editor.html">Markdown editor added in 1.3.1</a>.  We're talking button
+  tooltips, alternate header types, and buttons for section headers, code (works with blocks or inline code), horizontal
+  rule, and tables.</li>
+<li>Admin options for any tool available directly in the left sidebar.  No more digging through separate Admin navigation.</li>
+<li>API documented in <a href="http://raml.org/">.raml</a> files.  We <a href="//allura.apache.org/posts/2015-rest-api-docs.html">published the API docs already</a>,
+  which are generated from the .raml definition files.</li>
+<li>A site admin (<code>/nf/admin</code>) page to permanently delete projects and their data.</li>
+</ul>
+<p><a href="http://www.apache.org/dyn/closer.cgi/allura/">Download Allura</a> and <a href="https://forge-allura.apache.org/docs/getting_started/installation.html">install it</a> today.</p>
+<p><a href="https://forge-allura.apache.org/p/allura/git/ci/asf_release_1.3.2/tree/CHANGES">View the full 1.3.2 Changelog</a></p></div>
+      </div>
+    </div>
+  </div>
+</div>
+
+    <div class="row">
+      <footer id="footer" class="bg-black text-white col-24">
+        <p class="copy pad-top-sm text-center">Copyright © 2015 The Apache Software Foundation, Licensed under
+            <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
+        <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+    </div>
+  </section>
+
+  <script type="application/javascript" src="//allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="//allura.apache.org/theme/js/frontend.js"></script>
+  <!-- Credits
+
+          Logo Design: Will Leonard
+          http://willleonard.org
+
+          Site design: Perry Merrity
+          http://perrymerrity.com/
+
+          bg-header-forge.jpg
+          Photo by: Stefan Schmitz
+          https://creativecommons.org/licenses/by-nd/2.0
+
+          bg-developers-fire.jpg
+          Photo by: Frédéric Bisson
+          https://creativecommons.org/licenses/by-nd/2.0
+      -->
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/allura-site/blob/82743850/tag/release.html
----------------------------------------------------------------------
diff --git a/tag/release.html b/tag/release.html
index c43a998..eb37396 100644
--- a/tag/release.html
+++ b/tag/release.html
@@ -53,6 +53,17 @@
 
 <div class="row bg-white pad-bot-md text-center">
   <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2015-allura-1.3.2.html">Apache Allura 1.3.2 released</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2015-12-08T00:00:00+00:00">
+      Tue 08 December 2015
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Version 1.3.2 of Allura brings security fixes, new markdown editor, CORS, and more.</p> </div>
+  <div class="row pad-top-md">
     <h3><a class="text-black" href="//allura.apache.org/posts/2015-allura-1.3.1-release.html">Apache Allura 1.3.1 released</a></h3>
   </div>