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/07/30 00:00:49 UTC

[1/6] allura-site git commit: [#7938] consistent semicolons at end of each line

Repository: allura-site
Updated Branches:
  refs/heads/db/7938 05c49ad03 -> 6df6b28df


[#7938] consistent semicolons at end of each line


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

Branch: refs/heads/db/7938
Commit: 825d27132c63c38abd54aff9975ce7a0fece4d6f
Parents: 05c49ad
Author: Dave Brondsema <da...@brondsema.net>
Authored: Tue Jul 28 15:57:59 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Jul 28 15:57:59 2015 -0400

----------------------------------------------------------------------
 _src/allura-theme/static/css/style.css | 174 ++++++++++++++--------------
 1 file changed, 87 insertions(+), 87 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/825d2713/_src/allura-theme/static/css/style.css
----------------------------------------------------------------------
diff --git a/_src/allura-theme/static/css/style.css b/_src/allura-theme/static/css/style.css
index 98b39d7..a1e3af1 100644
--- a/_src/allura-theme/static/css/style.css
+++ b/_src/allura-theme/static/css/style.css
@@ -3,11 +3,11 @@ html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym
     margin: 0;
     outline: 0;
     padding: 0;
-    vertical-align: baseline
+    vertical-align: baseline;
 }
 
 header, section, footer, aside, nav, article, figure, figcaption {
-    display: block
+    display: block;
 }
 
 html, body {
@@ -19,30 +19,30 @@ html, body {
 
 hr {
     border: 0;
-    height: 1px
+    height: 1px;
 }
 
 .bg-black {
-    background-color: #404040
+    background-color: #404040;
 }
 
 .bg-orange {
-    background-color: #ff9d00
+    background-color: #ff9d00;
 }
 a {
-    color: #ff9d00
+    color: #ff9d00;
 }
 
 .bg-white {
-    background-color: #FCFCFC
+    background-color: #FCFCFC;
 }
 
 .bg-shadow {
-    background-color: rgba(32, 32, 32, 0.6)
+    background-color: rgba(32, 32, 32, 0.6);
 }
 
 body, h1, h2, h3, h4, h5, h6, p, a {
-    font-family: 'Helvetica Neue', serif
+    font-family: 'Helvetica Neue', serif;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -55,43 +55,43 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 h1, h2 {
-    font-family: 'Helvetica Neue', serif
+    font-family: 'Helvetica Neue', serif;
 }
 
 h1 a, h2 a {
-    border-bottom: 0px
+    border-bottom: 0px;
 }
 
 h3, h4, h5, h6, p {
-    font-family: 'Helvetica Neue', serif
+    font-family: 'Helvetica Neue', serif;
 }
 
 li, span {
-    font-family: inherit
+    font-family: inherit;
 }
 
 h1 {
-    font-size: 4em
+    font-size: 4em;
 }
 
 h2 {
-    font-size: 2.6em
+    font-size: 2.6em;
 }
 
 h3 {
-    font-size: 2.1em
+    font-size: 2.1em;
 }
 
 h4 {
-    font-size: 1.8em
+    font-size: 1.8em;
 }
 
 h5 {
-    font-size: 1.6em
+    font-size: 1.6em;
 }
 
 h6 {
-    font-size: 1.4em
+    font-size: 1.4em;
 }
 
 p {
@@ -102,11 +102,11 @@ p {
 }
 
 ul {
-    list-style-type: circle
+    list-style-type: circle;
 }
 
 ul li {
-    margin-left: 2em
+    margin-left: 2em;
 }
 
 a {
@@ -116,7 +116,7 @@ a {
     -webkit-box-sizing: border-box;
     color: inherit;
     cursor: pointer;
-    text-decoration: none
+    text-decoration: none;
 }
 
 a:hover, a:focus {
@@ -128,7 +128,7 @@ a:visited:hover {
 }
 
 b, strong {
-    font-weight: bold
+    font-weight: bold;
 }
 
 dfn, cite, em, i {
@@ -250,28 +250,28 @@ ul li ul li {
 #navbar #menu_title h6 {
     display: inline-block;
     font-family: 'Cuprum', sans-serif;
-    vertical-align: middle
+    vertical-align: middle;
 }
 
 #navbar #logo_container {
     left: 0;
     position: absolute;
     top: 0;
-    width: 100%
+    width: 100%;
 }
 
 #navbar #logo_container #logo {
     display: block;
     height: 50px;
     margin: 3px auto 0px auto;
-    width: 50px
+    width: 50px;
 }
 
 #navbar #emergency_phone_no {
     position: absolute;
     right: 25px;
     top: 8px;
-    text-align: right
+    text-align: right;
 }
 
 #nav_menu {
@@ -282,11 +282,11 @@ ul li ul li {
     position: fixed;
     top: 0;
     width: 300px;
-    z-index: 10
+    z-index: 10;
 }
 
 #nav_menu ul li.active {
-    height: 300px
+    height: 300px;
 }
 
 #nav_menu ul li {
@@ -297,22 +297,22 @@ ul li ul li {
     height: auto;
     list-style: none;
     margin: 0;
-    padding: 10px 0px
+    padding: 10px 0px;
 }
 
 #nav_menu ul li a {
     border: 0;
-    margin-left: 2em
+    margin-left: 2em;
 }
 
 footer .copy {
-    margin: 0
+    margin: 0;
 }
 
 hr {
     height: 2px;
     margin: 40px auto;
-    width: 75%
+    width: 75%;
 }
 
 button {
@@ -330,191 +330,191 @@ button {
     transition: all 0.15s ease-in-out;
     -moz-transition: all 0.15s ease-in-out;
     -o-transition: all 0.15s ease-in-out;
-    -webkit-transition: all 0.15s ease-in-out
+    -webkit-transition: all 0.15s ease-in-out;
 }
 
 button:hover, button:focus, button:active {
     background: #FCFCFC;
-    color: #ff9d00
+    color: #ff9d00;
 }
 
 .btn-orange {
     border-color: #ff9d00;
-    color: #ff9d00
+    color: #ff9d00;
 }
 
 .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
     background: #ff9d00;
-    color: #FCFCFC
+    color: #FCFCFC;
 }
 
 .clearfix {
-    *zoom: 1
+    *zoom: 1;
 }
 
 .clearfix::before, .clearfix::after {
     content: " ";
-    display: table
+    display: table;
 }
 
 .clearfix::after {
-    clear: both
+    clear: both;
 }
 
 .no-float {
-    float: none
+    float: none;
 }
 
 .pull-right {
-    float: right
+    float: right;
 }
 
 .pad-xs {
-    padding: 10px
+    padding: 10px;
 }
 
 .pad-sm {
-    padding: 20px
+    padding: 20px;
 }
 
 .pad-md {
-    padding: 40px
+    padding: 40px;
 }
 
 .pad-lg {
-    padding: 80px
+    padding: 80px;
 }
 
 .pad-xl {
-    padding: 120px
+    padding: 120px;
 }
 
 .pad-vert-xs {
-    padding: 10px 0px
+    padding: 10px 0px;
 }
 
 .pad-vert-sm {
-    padding: 20px 0px
+    padding: 20px 0px;
 }
 
 .pad-vert-md {
-    padding: 40px 0px
+    padding: 40px 0px;
 }
 
 .pad-vert-lg {
-    padding: 80px 0px
+    padding: 80px 0px;
 }
 
 .pad-vert-xl {
-    padding: 120px 0px
+    padding: 120px 0px;
 }
 
 .pad-vert-xxl {
-    padding: 160px 0px
+    padding: 160px 0px;
 }
 
 .pad-horiz-xs {
-    padding: 0px 10px
+    padding: 0px 10px;
 }
 
 .pad-horiz-xs {
-    padding: 0px 10px
+    padding: 0px 10px;
 }
 
 .pad-horiz-sm {
-    padding: 0px 20px
+    padding: 0px 20px;
 }
 
 .pad-horiz-md {
-    padding: 0px 40px
+    padding: 0px 40px;
 }
 
 .pad-horiz-lg {
-    padding: 0px 80px
+    padding: 0px 80px;
 }
 
 .pad-horiz-xl {
-    padding: 0px 120px
+    padding: 0px 120px;
 }
 
 .pad-top-xs {
-    padding-top: 10px
+    padding-top: 10px;
 }
 
 .pad-top-sm {
-    padding-top: 20px
+    padding-top: 20px;
 }
 
 .pad-top-md {
-    padding-top: 40px
+    padding-top: 40px;
 }
 
 .pad-top-lg {
-    padding-top: 80px
+    padding-top: 80px;
 }
 
 .pad-top-xl {
-    padding-top: 120px
+    padding-top: 120px;
 }
 
 .pad-right-xs {
-    padding-right: 10px
+    padding-right: 10px;
 }
 
 .pad-right-sm {
-    padding-right: 20px
+    padding-right: 20px;
 }
 
 .pad-right-md {
-    padding-right: 40px
+    padding-right: 40px;
 }
 
 .pad-right-lg {
-    padding-right: 80px
+    padding-right: 80px;
 }
 
 .pad-right-xl {
-    padding-right: 120px
+    padding-right: 120px;
 }
 
 .pad-bot-xs {
-    padding-bottom: 10px
+    padding-bottom: 10px;
 }
 
 .pad-bot-sm {
-    padding-bottom: 20px
+    padding-bottom: 20px;
 }
 
 .pad-bot-md {
-    padding-bottom: 40px
+    padding-bottom: 40px;
 }
 
 .pad-bot-lg {
-    padding-bottom: 80px
+    padding-bottom: 80px;
 }
 
 .pad-bot-xl {
-    padding-bottom: 120px
+    padding-bottom: 120px;
 }
 
 .pad-left-xs {
-    padding-left: 10px
+    padding-left: 10px;
 }
 
 .pad-left-sm {
-    padding-left: 20px
+    padding-left: 20px;
 }
 
 .pad-left-md {
-    padding-left: 40px
+    padding-left: 40px;
 }
 
 .pad-left-lg {
-    padding-left: 80px
+    padding-left: 80px;
 }
 
 .pad-left-xl {
-    padding-left: 120px
+    padding-left: 120px;
 }
 
 #header {
@@ -530,7 +530,7 @@ button:hover, button:focus, button:active {
 #about p {
     margin-left: auto;
     margin-right: auto;
-    max-width: 800px
+    max-width: 800px;
 }
 
 #download {
@@ -541,36 +541,36 @@ button:hover, button:focus, button:active {
     transition: all 0.05s ease-in-out;
     -moz-transition: all 0.05s ease-in-out;
     -o-transition: all 0.05s ease-in-out;
-    -webkit-transition: all 0.05s ease-in-out
+    -webkit-transition: all 0.05s ease-in-out;
 }
 
 #download ul {
-    width: 225px
+    width: 225px;
 }
 
 #development {
     background: url('../img/bg-developers-fire.jpg');
     background-position: center center;
-    background-size: cover
+    background-size: cover;
 }
 
 #development p {
     margin-left: auto;
     margin-right: auto;
-    max-width: 800px !important
+    max-width: 800px !important;
 }
 
 #development ul {
-    width: 300px
+    width: 300px;
 }
 
 #apache .button-container {
-    max-width: 700px
+    max-width: 700px;
 }
 
 .icon {
     display: block;
-    margin: 15px auto 0px auto
+    margin: 15px auto 0px auto;
 }
 
 .tm{


[4/6] allura-site git commit: fixup! [#7938] properly relative URLs; create feeds and archive pages for tags

Posted by br...@apache.org.
fixup! [#7938] properly relative URLs; create feeds and archive pages for tags


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

Branch: refs/heads/db/7938
Commit: 9da1b590125145fa227983d16678484e7f222e57
Parents: 86483cd
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Jul 29 17:47:46 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jul 29 17:47:46 2015 -0400

----------------------------------------------------------------------
 _src/allura-theme/static/css/style.css   | 2 +-
 _src/allura-theme/templates/article.html | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/9da1b590/_src/allura-theme/static/css/style.css
----------------------------------------------------------------------
diff --git a/_src/allura-theme/static/css/style.css b/_src/allura-theme/static/css/style.css
index 993081f..6a66356 100644
--- a/_src/allura-theme/static/css/style.css
+++ b/_src/allura-theme/static/css/style.css
@@ -594,7 +594,7 @@ a {
 
 }
 
-p > a{
+.bg-white a{
       color: #ff9d00;
 }
 

http://git-wip-us.apache.org/repos/asf/allura-site/blob/9da1b590/_src/allura-theme/templates/article.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/article.html b/_src/allura-theme/templates/article.html
index 68b8847..302f617 100644
--- a/_src/allura-theme/templates/article.html
+++ b/_src/allura-theme/templates/article.html
@@ -18,11 +18,16 @@
     <h3 class="text-black text-center">{{ article.title }}</h3>
   </div>
 
-  <div class="post-info">
+  <div class="post-info text-center">
     Published:
     <abbr class="published" title="{{ article.date.isoformat() }}">
       {{ article.locale_date }}
     </abbr>
+    <br>
+    Tagged:
+    {% for tag in article.tags %}
+        <a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>
+    {% endfor %}
   </div>
 
   <div class="row">


[2/6] allura-site git commit: [#7938] finish article text, article styling. Add into index page

Posted by br...@apache.org.
[#7938] finish article text, article styling.  Add into index page


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

Branch: refs/heads/db/7938
Commit: 869d61a18ee3e02ce2c688a13a266f7c0222e65a
Parents: 825d271
Author: Dave Brondsema <da...@brondsema.net>
Authored: Tue Jul 28 18:09:59 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Jul 28 18:09:59 2015 -0400

----------------------------------------------------------------------
 _src/allura-theme/static/css/flex.min.css |   5 +
 _src/allura-theme/static/css/style.css    |  26 +++-
 _src/allura-theme/templates/article.html  |   8 +-
 _src/allura-theme/templates/base.html     |   7 +-
 _src/allura-theme/templates/index.html    |  25 +++-
 _src/content/2015-cors.md                 |   9 +-
 theme/css/flex.min.css                    |   5 +
 theme/css/style.css                       | 198 ++++++++++++++-----------
 8 files changed, 173 insertions(+), 110 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/869d61a1/_src/allura-theme/static/css/flex.min.css
----------------------------------------------------------------------
diff --git a/_src/allura-theme/static/css/flex.min.css b/_src/allura-theme/static/css/flex.min.css
index 0199695..21c427f 100644
--- a/_src/allura-theme/static/css/flex.min.css
+++ b/_src/allura-theme/static/css/flex.min.css
@@ -1 +1,6 @@
+/*
+https://pmerrity.github.io/Flex/
+
+MIT License
+*/
 .no-float,.row{width:100%;zoom:1}.no-float::before,.no-float::after,.row::before,.row::after{content:" ";display:table}.no-float::after,.row::after{clear:both}.col-1,.col-2,.col-3,.col-4,.col-4p8,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-20,.col-21,.col-22,.col-23{float:left;position:relative;min-height:1px}.col-1{width:25%}@media only screen and (min-width: 480px){.col-1{width:16.6667%;}}@media only screen and (min-width: 600px){.col-1{width:12.5%;}}@media only screen and (min-width: 992px){.col-1{width:4.1667%;}}.col-2{width:100%}@media only screen and (min-width: 480px){.col-2{width:50%;}}@media only screen and (min-width: 768px){.col-2{width:8.3334%;}}.col-3{width:25%}@media only screen and (min-width: 600px){.col-3{width:12.5%;}}.col-4{width:50%}@media only screen and (min-width: 480px){.col-4{width:25%;}}@media only screen and (min-width: 600px){.col-4{width:16.6667%;}}.col-4p8{width:50%}@media only 
 screen and (min-width: 600px){.col-4p8{width:20%;}}@media only screen and (min-width: 768px){.col-4p8{width:20%;}}.col-5{width:33.3334%}@media only screen and (min-width: 768px){.col-5{width:20.8334%;}}.col-6{width:100%}@media only screen and (min-width: 480px){.col-6{width:50%;}}@media only screen and (min-width: 768px){.col-6{width:25%;}}.col-7{width:33.3334%}@media only screen and (min-width: 600px){.col-7{width:29.1667%;}}.col-8{width:100%}@media only screen and (min-width: 768px){.col-8{width:33.3334%;}}.col-9{width:50%}@media only screen and (min-width: 600px){.col-9{width:37.5%;}}.col-10{width:50%}@media only screen and (min-width: 600px){.col-10{width:41.6667%;}}.col-11{width:50%}@media only screen and (min-width: 600px){.col-11{width:45.8334%;}}.col-12{width:100%}@media only screen and (min-width: 768px){.col-12{width:50%;}}.col-13{width:50%}@media only screen and (min-width: 600px){.col-13{width:54.1667%;}}.col-14{width:50%}@media only screen and (min-width: 600px){.col-14
 {width:58.3334%;}}.col-15{width:50%}@media only screen and (min-width: 600px){.col-15{width:62.5%;}}.col-16{width:100%}@media only screen and (min-width: 768px){.col-16{width:66.6667%;}}.col-17{width:66.6667%}@media only screen and (min-width: 600px){.col-17{width:70.8334%;}}.col-18{width:100%}@media only screen and (min-width: 480px){.col-18{width:50%;}}@media only screen and (min-width: 768px){.col-18{width:75%;}}.col-19{width:66.6667%}@media only screen and (min-width: 768px){.col-19{width:79.1667%;}}.col-20{width:100%}@media only screen and (min-width: 480px){.col-20{width:75%;}}@media only screen and (min-width: 600px){.col-20{width:83.3334%;}}.col-21{width:75%}@media only screen and (min-width: 600px){.col-21{width:87.5%;}}.col-22{width:100%}@media only screen and (min-width: 480px){.col-22{width:50%;}}@media only screen and (min-width: 768px){.col-22{width:91.6667%;}}.col-23{width:75%}@media only screen and (min-width: 480px){.col-23{width:83.3334%;}}@media only screen and (m
 in-width: 600px){.col-23{width:87.5%;}}@media only screen and (min-width: 992px){.col-23{width:95.8334%;}}.col-24{min-height:1px;position:relative;width:100%}.no-float{float:none}.auto-margin{display:block;margin:0 auto}.pull-right{float:right !important}

http://git-wip-us.apache.org/repos/asf/allura-site/blob/869d61a1/_src/allura-theme/static/css/style.css
----------------------------------------------------------------------
diff --git a/_src/allura-theme/static/css/style.css b/_src/allura-theme/static/css/style.css
index a1e3af1..993081f 100644
--- a/_src/allura-theme/static/css/style.css
+++ b/_src/allura-theme/static/css/style.css
@@ -323,6 +323,7 @@ button {
     border: 2px solid #FCFCFC;
     border-radius: 4px;
     color: #FCFCFC;
+    text-decoration: underline #ff9d00;
     cursor: pointer;
     font-size: 100%;
     outline: 0;
@@ -533,7 +534,7 @@ button:hover, button:focus, button:active {
     max-width: 800px;
 }
 
-#download {
+#latest {
     background-image: url('../img/bg-download-fire.jpg');
     border-bottom: 15px inset rgba(32, 32, 32, 0.4);
     border-top: 15px inset rgba(32, 32, 32, 0.4);
@@ -544,8 +545,18 @@ button:hover, button:focus, button:active {
     -webkit-transition: all 0.05s ease-in-out;
 }
 
-#download ul {
-    width: 225px;
+#release button {
+    margin-bottom: 5px;
+}
+#release ul {
+    padding-top: 15px;
+}
+#release li {
+    font-size: .8em;
+    padding: 0;
+}
+#news li {
+    color: white;
 }
 
 #development {
@@ -594,3 +605,12 @@ p > a{
     margin-left: auto;
     margin-right: auto;
 }
+
+
+.post-info {
+    margin: 0 auto;
+    width: 200px;
+    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
+    width: -moz-max-content;    /* Firefox/Gecko */
+    width: -webkit-max-content; /* Chrome */
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/allura-site/blob/869d61a1/_src/allura-theme/templates/article.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/article.html b/_src/allura-theme/templates/article.html
index 84a160a..68b8847 100644
--- a/_src/allura-theme/templates/article.html
+++ b/_src/allura-theme/templates/article.html
@@ -13,20 +13,16 @@
 {% endblock %}
 
 {% block content %}
-<div class="row bg-white pad-vert-xl">
+<div class="row bg-white pad-vert-lg">
   <div class="row">
     <h3 class="text-black text-center">{{ article.title }}</h3>
   </div>
 
   <div class="post-info">
+    Published:
     <abbr class="published" title="{{ article.date.isoformat() }}">
       {{ article.locale_date }}
     </abbr>
-	{% if article.modified %}
-    <abbr class="modified" title="{{ article.modified.isoformat() }}">
-      {{ article.locale_modified }}
-    </abbr>
-	{% endif %}
   </div>
 
   <div class="row">

http://git-wip-us.apache.org/repos/asf/allura-site/blob/869d61a1/_src/allura-theme/templates/base.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/base.html b/_src/allura-theme/templates/base.html
index a9534bc..9233681 100644
--- a/_src/allura-theme/templates/base.html
+++ b/_src/allura-theme/templates/base.html
@@ -40,8 +40,8 @@
     {% block header %}
     <div id="header" class="row {% if xxl_header %}pad-vert-xxl{% endif %}">
       <header id="login_header" class="row">
-        <div class="bg-shadow pad-vert-sm">
-          <span><h1 class="text-center">Apache <img src="theme/img/logo_white.png" width="94"> Allura<span class="tm">™</span></h1></span>
+        <div class="bg-shadow pad-vert-md">
+          <span><h1 class="text-center"><a href="/">Apache <img src="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>
@@ -55,7 +55,8 @@
     <div class="row">
       {% block footer %}
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © {{ CURRENT_YEAR }} The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p class="copy pad-top-sm text-center">Copyright © {{ CURRENT_YEAR }} 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>
       {% endblock footer %}

http://git-wip-us.apache.org/repos/asf/allura-site/blob/869d61a1/_src/allura-theme/templates/index.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/index.html b/_src/allura-theme/templates/index.html
index 1e26c5b..dc5e847 100644
--- a/_src/allura-theme/templates/index.html
+++ b/_src/allura-theme/templates/index.html
@@ -34,20 +34,29 @@
   </div>
 </div>
 
-<div id="download" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
+<div id="latest" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
   <div class="col-16 no-float auto-margin">
     <div class="row">
       <h3 class="text-center">Get the Latest Version of Allura</h3>
       <div class="row pad-vert-md">
-        <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-{{ RELEASE_VERSION }}.tar.gz"><button class="auto-margin">Download v{{ RELEASE_VERSION }}</button></a>
-        <div class="col-24 auto-margin pad-vert-xs" style="max-width: 175px">
-          <span class="text-white">{{ RELEASE_DATE }}</span><span class="pull-right"><a href="{{ GIT_URL }}ci/asf_release_{{ RELEASE_VERSION }}/tree/CHANGES">Changelog</a></span>
+        <div id="release" class="col-12 auto-margin pad-vert-xs text-center">
+          <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-{{ RELEASE_VERSION }}.tar.gz"><button class="auto-margin">Download v{{ RELEASE_VERSION }}</button></a>
+          <span class="text-white">{{ RELEASE_DATE }} &mdash;</span>
+          <a href="{{ GIT_URL }}ci/asf_release_{{ RELEASE_VERSION }}/tree/CHANGES">Changelog</a>
+          <ul>
+            <li class="text-white"><a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.md5" class="text-white" download="">md5</a>, <a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
+            <li class="text-white">PGP <a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="{{ DIST_URL }}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>
+                {% for art in articles[:5]%}
+                    <li><a href="{{ art.url }}">{{ art.title }}</a></li>
+                {% endfor %}
+            </ul>
         </div>
       </div>
-      <ul class="auto-margin bg-shadow pad-sm">
-        <li class="text-white"><a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.md5" class="text-white" download="">md5</a>, <a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
-        <li class="text-white">PGP <a href="{{ DIST_URL }}allura-{{ RELEASE_VERSION }}.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="{{ DIST_URL }}KEYS" class="text-white" download="">keys</a></li>
-      </ul>
     </div>
   </div>
 

http://git-wip-us.apache.org/repos/asf/allura-site/blob/869d61a1/_src/content/2015-cors.md
----------------------------------------------------------------------
diff --git a/_src/content/2015-cors.md b/_src/content/2015-cors.md
index bf37bf7..f445abb 100644
--- a/_src/content/2015-cors.md
+++ b/_src/content/2015-cors.md
@@ -7,4 +7,11 @@ Summary: Latest revision of Allura now supports CORS http headers.
 The latest Allura code now supports CORS http headers.  It will be included in the next release of Allura,
 or is available now by using the latest code from `git`.
 
-CORS headers allow...
+[CORS headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS) allow JavaScript running on other sites
+to access the Allura APIs.  By default, browser's Same Origin Policy would prevent that.  CORS is still secure, because Allura's
+authenticate is in place.  APIs that require authorization still require it.  OAuth or OAuth tokens can be used,
+cookies cannot be used - so nobody could be tricked into doing something accidentally.
+
+To enable this and allow more sites to integrate with Allura, see the `cors.*` settings in your `development.ini` file.
+ 
+ 

http://git-wip-us.apache.org/repos/asf/allura-site/blob/869d61a1/theme/css/flex.min.css
----------------------------------------------------------------------
diff --git a/theme/css/flex.min.css b/theme/css/flex.min.css
index 0199695..21c427f 100644
--- a/theme/css/flex.min.css
+++ b/theme/css/flex.min.css
@@ -1 +1,6 @@
+/*
+https://pmerrity.github.io/Flex/
+
+MIT License
+*/
 .no-float,.row{width:100%;zoom:1}.no-float::before,.no-float::after,.row::before,.row::after{content:" ";display:table}.no-float::after,.row::after{clear:both}.col-1,.col-2,.col-3,.col-4,.col-4p8,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-20,.col-21,.col-22,.col-23{float:left;position:relative;min-height:1px}.col-1{width:25%}@media only screen and (min-width: 480px){.col-1{width:16.6667%;}}@media only screen and (min-width: 600px){.col-1{width:12.5%;}}@media only screen and (min-width: 992px){.col-1{width:4.1667%;}}.col-2{width:100%}@media only screen and (min-width: 480px){.col-2{width:50%;}}@media only screen and (min-width: 768px){.col-2{width:8.3334%;}}.col-3{width:25%}@media only screen and (min-width: 600px){.col-3{width:12.5%;}}.col-4{width:50%}@media only screen and (min-width: 480px){.col-4{width:25%;}}@media only screen and (min-width: 600px){.col-4{width:16.6667%;}}.col-4p8{width:50%}@media only 
 screen and (min-width: 600px){.col-4p8{width:20%;}}@media only screen and (min-width: 768px){.col-4p8{width:20%;}}.col-5{width:33.3334%}@media only screen and (min-width: 768px){.col-5{width:20.8334%;}}.col-6{width:100%}@media only screen and (min-width: 480px){.col-6{width:50%;}}@media only screen and (min-width: 768px){.col-6{width:25%;}}.col-7{width:33.3334%}@media only screen and (min-width: 600px){.col-7{width:29.1667%;}}.col-8{width:100%}@media only screen and (min-width: 768px){.col-8{width:33.3334%;}}.col-9{width:50%}@media only screen and (min-width: 600px){.col-9{width:37.5%;}}.col-10{width:50%}@media only screen and (min-width: 600px){.col-10{width:41.6667%;}}.col-11{width:50%}@media only screen and (min-width: 600px){.col-11{width:45.8334%;}}.col-12{width:100%}@media only screen and (min-width: 768px){.col-12{width:50%;}}.col-13{width:50%}@media only screen and (min-width: 600px){.col-13{width:54.1667%;}}.col-14{width:50%}@media only screen and (min-width: 600px){.col-14
 {width:58.3334%;}}.col-15{width:50%}@media only screen and (min-width: 600px){.col-15{width:62.5%;}}.col-16{width:100%}@media only screen and (min-width: 768px){.col-16{width:66.6667%;}}.col-17{width:66.6667%}@media only screen and (min-width: 600px){.col-17{width:70.8334%;}}.col-18{width:100%}@media only screen and (min-width: 480px){.col-18{width:50%;}}@media only screen and (min-width: 768px){.col-18{width:75%;}}.col-19{width:66.6667%}@media only screen and (min-width: 768px){.col-19{width:79.1667%;}}.col-20{width:100%}@media only screen and (min-width: 480px){.col-20{width:75%;}}@media only screen and (min-width: 600px){.col-20{width:83.3334%;}}.col-21{width:75%}@media only screen and (min-width: 600px){.col-21{width:87.5%;}}.col-22{width:100%}@media only screen and (min-width: 480px){.col-22{width:50%;}}@media only screen and (min-width: 768px){.col-22{width:91.6667%;}}.col-23{width:75%}@media only screen and (min-width: 480px){.col-23{width:83.3334%;}}@media only screen and (m
 in-width: 600px){.col-23{width:87.5%;}}@media only screen and (min-width: 992px){.col-23{width:95.8334%;}}.col-24{min-height:1px;position:relative;width:100%}.no-float{float:none}.auto-margin{display:block;margin:0 auto}.pull-right{float:right !important}

http://git-wip-us.apache.org/repos/asf/allura-site/blob/869d61a1/theme/css/style.css
----------------------------------------------------------------------
diff --git a/theme/css/style.css b/theme/css/style.css
index 98b39d7..993081f 100644
--- a/theme/css/style.css
+++ b/theme/css/style.css
@@ -3,11 +3,11 @@ html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym
     margin: 0;
     outline: 0;
     padding: 0;
-    vertical-align: baseline
+    vertical-align: baseline;
 }
 
 header, section, footer, aside, nav, article, figure, figcaption {
-    display: block
+    display: block;
 }
 
 html, body {
@@ -19,30 +19,30 @@ html, body {
 
 hr {
     border: 0;
-    height: 1px
+    height: 1px;
 }
 
 .bg-black {
-    background-color: #404040
+    background-color: #404040;
 }
 
 .bg-orange {
-    background-color: #ff9d00
+    background-color: #ff9d00;
 }
 a {
-    color: #ff9d00
+    color: #ff9d00;
 }
 
 .bg-white {
-    background-color: #FCFCFC
+    background-color: #FCFCFC;
 }
 
 .bg-shadow {
-    background-color: rgba(32, 32, 32, 0.6)
+    background-color: rgba(32, 32, 32, 0.6);
 }
 
 body, h1, h2, h3, h4, h5, h6, p, a {
-    font-family: 'Helvetica Neue', serif
+    font-family: 'Helvetica Neue', serif;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -55,43 +55,43 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 h1, h2 {
-    font-family: 'Helvetica Neue', serif
+    font-family: 'Helvetica Neue', serif;
 }
 
 h1 a, h2 a {
-    border-bottom: 0px
+    border-bottom: 0px;
 }
 
 h3, h4, h5, h6, p {
-    font-family: 'Helvetica Neue', serif
+    font-family: 'Helvetica Neue', serif;
 }
 
 li, span {
-    font-family: inherit
+    font-family: inherit;
 }
 
 h1 {
-    font-size: 4em
+    font-size: 4em;
 }
 
 h2 {
-    font-size: 2.6em
+    font-size: 2.6em;
 }
 
 h3 {
-    font-size: 2.1em
+    font-size: 2.1em;
 }
 
 h4 {
-    font-size: 1.8em
+    font-size: 1.8em;
 }
 
 h5 {
-    font-size: 1.6em
+    font-size: 1.6em;
 }
 
 h6 {
-    font-size: 1.4em
+    font-size: 1.4em;
 }
 
 p {
@@ -102,11 +102,11 @@ p {
 }
 
 ul {
-    list-style-type: circle
+    list-style-type: circle;
 }
 
 ul li {
-    margin-left: 2em
+    margin-left: 2em;
 }
 
 a {
@@ -116,7 +116,7 @@ a {
     -webkit-box-sizing: border-box;
     color: inherit;
     cursor: pointer;
-    text-decoration: none
+    text-decoration: none;
 }
 
 a:hover, a:focus {
@@ -128,7 +128,7 @@ a:visited:hover {
 }
 
 b, strong {
-    font-weight: bold
+    font-weight: bold;
 }
 
 dfn, cite, em, i {
@@ -250,28 +250,28 @@ ul li ul li {
 #navbar #menu_title h6 {
     display: inline-block;
     font-family: 'Cuprum', sans-serif;
-    vertical-align: middle
+    vertical-align: middle;
 }
 
 #navbar #logo_container {
     left: 0;
     position: absolute;
     top: 0;
-    width: 100%
+    width: 100%;
 }
 
 #navbar #logo_container #logo {
     display: block;
     height: 50px;
     margin: 3px auto 0px auto;
-    width: 50px
+    width: 50px;
 }
 
 #navbar #emergency_phone_no {
     position: absolute;
     right: 25px;
     top: 8px;
-    text-align: right
+    text-align: right;
 }
 
 #nav_menu {
@@ -282,11 +282,11 @@ ul li ul li {
     position: fixed;
     top: 0;
     width: 300px;
-    z-index: 10
+    z-index: 10;
 }
 
 #nav_menu ul li.active {
-    height: 300px
+    height: 300px;
 }
 
 #nav_menu ul li {
@@ -297,22 +297,22 @@ ul li ul li {
     height: auto;
     list-style: none;
     margin: 0;
-    padding: 10px 0px
+    padding: 10px 0px;
 }
 
 #nav_menu ul li a {
     border: 0;
-    margin-left: 2em
+    margin-left: 2em;
 }
 
 footer .copy {
-    margin: 0
+    margin: 0;
 }
 
 hr {
     height: 2px;
     margin: 40px auto;
-    width: 75%
+    width: 75%;
 }
 
 button {
@@ -323,6 +323,7 @@ button {
     border: 2px solid #FCFCFC;
     border-radius: 4px;
     color: #FCFCFC;
+    text-decoration: underline #ff9d00;
     cursor: pointer;
     font-size: 100%;
     outline: 0;
@@ -330,191 +331,191 @@ button {
     transition: all 0.15s ease-in-out;
     -moz-transition: all 0.15s ease-in-out;
     -o-transition: all 0.15s ease-in-out;
-    -webkit-transition: all 0.15s ease-in-out
+    -webkit-transition: all 0.15s ease-in-out;
 }
 
 button:hover, button:focus, button:active {
     background: #FCFCFC;
-    color: #ff9d00
+    color: #ff9d00;
 }
 
 .btn-orange {
     border-color: #ff9d00;
-    color: #ff9d00
+    color: #ff9d00;
 }
 
 .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
     background: #ff9d00;
-    color: #FCFCFC
+    color: #FCFCFC;
 }
 
 .clearfix {
-    *zoom: 1
+    *zoom: 1;
 }
 
 .clearfix::before, .clearfix::after {
     content: " ";
-    display: table
+    display: table;
 }
 
 .clearfix::after {
-    clear: both
+    clear: both;
 }
 
 .no-float {
-    float: none
+    float: none;
 }
 
 .pull-right {
-    float: right
+    float: right;
 }
 
 .pad-xs {
-    padding: 10px
+    padding: 10px;
 }
 
 .pad-sm {
-    padding: 20px
+    padding: 20px;
 }
 
 .pad-md {
-    padding: 40px
+    padding: 40px;
 }
 
 .pad-lg {
-    padding: 80px
+    padding: 80px;
 }
 
 .pad-xl {
-    padding: 120px
+    padding: 120px;
 }
 
 .pad-vert-xs {
-    padding: 10px 0px
+    padding: 10px 0px;
 }
 
 .pad-vert-sm {
-    padding: 20px 0px
+    padding: 20px 0px;
 }
 
 .pad-vert-md {
-    padding: 40px 0px
+    padding: 40px 0px;
 }
 
 .pad-vert-lg {
-    padding: 80px 0px
+    padding: 80px 0px;
 }
 
 .pad-vert-xl {
-    padding: 120px 0px
+    padding: 120px 0px;
 }
 
 .pad-vert-xxl {
-    padding: 160px 0px
+    padding: 160px 0px;
 }
 
 .pad-horiz-xs {
-    padding: 0px 10px
+    padding: 0px 10px;
 }
 
 .pad-horiz-xs {
-    padding: 0px 10px
+    padding: 0px 10px;
 }
 
 .pad-horiz-sm {
-    padding: 0px 20px
+    padding: 0px 20px;
 }
 
 .pad-horiz-md {
-    padding: 0px 40px
+    padding: 0px 40px;
 }
 
 .pad-horiz-lg {
-    padding: 0px 80px
+    padding: 0px 80px;
 }
 
 .pad-horiz-xl {
-    padding: 0px 120px
+    padding: 0px 120px;
 }
 
 .pad-top-xs {
-    padding-top: 10px
+    padding-top: 10px;
 }
 
 .pad-top-sm {
-    padding-top: 20px
+    padding-top: 20px;
 }
 
 .pad-top-md {
-    padding-top: 40px
+    padding-top: 40px;
 }
 
 .pad-top-lg {
-    padding-top: 80px
+    padding-top: 80px;
 }
 
 .pad-top-xl {
-    padding-top: 120px
+    padding-top: 120px;
 }
 
 .pad-right-xs {
-    padding-right: 10px
+    padding-right: 10px;
 }
 
 .pad-right-sm {
-    padding-right: 20px
+    padding-right: 20px;
 }
 
 .pad-right-md {
-    padding-right: 40px
+    padding-right: 40px;
 }
 
 .pad-right-lg {
-    padding-right: 80px
+    padding-right: 80px;
 }
 
 .pad-right-xl {
-    padding-right: 120px
+    padding-right: 120px;
 }
 
 .pad-bot-xs {
-    padding-bottom: 10px
+    padding-bottom: 10px;
 }
 
 .pad-bot-sm {
-    padding-bottom: 20px
+    padding-bottom: 20px;
 }
 
 .pad-bot-md {
-    padding-bottom: 40px
+    padding-bottom: 40px;
 }
 
 .pad-bot-lg {
-    padding-bottom: 80px
+    padding-bottom: 80px;
 }
 
 .pad-bot-xl {
-    padding-bottom: 120px
+    padding-bottom: 120px;
 }
 
 .pad-left-xs {
-    padding-left: 10px
+    padding-left: 10px;
 }
 
 .pad-left-sm {
-    padding-left: 20px
+    padding-left: 20px;
 }
 
 .pad-left-md {
-    padding-left: 40px
+    padding-left: 40px;
 }
 
 .pad-left-lg {
-    padding-left: 80px
+    padding-left: 80px;
 }
 
 .pad-left-xl {
-    padding-left: 120px
+    padding-left: 120px;
 }
 
 #header {
@@ -530,10 +531,10 @@ button:hover, button:focus, button:active {
 #about p {
     margin-left: auto;
     margin-right: auto;
-    max-width: 800px
+    max-width: 800px;
 }
 
-#download {
+#latest {
     background-image: url('../img/bg-download-fire.jpg');
     border-bottom: 15px inset rgba(32, 32, 32, 0.4);
     border-top: 15px inset rgba(32, 32, 32, 0.4);
@@ -541,36 +542,46 @@ button:hover, button:focus, button:active {
     transition: all 0.05s ease-in-out;
     -moz-transition: all 0.05s ease-in-out;
     -o-transition: all 0.05s ease-in-out;
-    -webkit-transition: all 0.05s ease-in-out
+    -webkit-transition: all 0.05s ease-in-out;
 }
 
-#download ul {
-    width: 225px
+#release button {
+    margin-bottom: 5px;
+}
+#release ul {
+    padding-top: 15px;
+}
+#release li {
+    font-size: .8em;
+    padding: 0;
+}
+#news li {
+    color: white;
 }
 
 #development {
     background: url('../img/bg-developers-fire.jpg');
     background-position: center center;
-    background-size: cover
+    background-size: cover;
 }
 
 #development p {
     margin-left: auto;
     margin-right: auto;
-    max-width: 800px !important
+    max-width: 800px !important;
 }
 
 #development ul {
-    width: 300px
+    width: 300px;
 }
 
 #apache .button-container {
-    max-width: 700px
+    max-width: 700px;
 }
 
 .icon {
     display: block;
-    margin: 15px auto 0px auto
+    margin: 15px auto 0px auto;
 }
 
 .tm{
@@ -594,3 +605,12 @@ p > a{
     margin-left: auto;
     margin-right: auto;
 }
+
+
+.post-info {
+    margin: 0 auto;
+    width: 200px;
+    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
+    width: -moz-max-content;    /* Firefox/Gecko */
+    width: -webkit-max-content; /* Chrome */
+}
\ No newline at end of file


[6/6] allura-site git commit: [#7938] output generated

Posted by br...@apache.org.
[#7938] output generated


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

Branch: refs/heads/db/7938
Commit: 6df6b28df060d8dcf3e34c6c3229c4bccff2d02b
Parents: d26e19f
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Jul 29 18:00:18 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jul 29 18:00:18 2015 -0400

----------------------------------------------------------------------
 cors.html                       | 106 ++++++++++++++++++++++++++++++++
 feeds/all.atom.xml              |  18 +++++-
 feeds/tag.feature.atom.xml      |  18 ++++++
 index.html                      |  51 +++++++++-------
 posts/2015-cors.html            | 109 +++++++++++++++++++++++++++++++++
 posts/2015-markdown-editor.html | 113 +++++++++++++++++++++++++++++++++++
 tag/feature.html                | 110 ++++++++++++++++++++++++++++++++++
 theme/css/style.css             |   2 +-
 8 files changed, 504 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/6df6b28d/cors.html
----------------------------------------------------------------------
diff --git a/cors.html b/cors.html
new file mode 100644
index 0000000..ab1f5c6
--- /dev/null
+++ b/cors.html
@@ -0,0 +1,106 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>    CORS support added to Allura
+</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="http://allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="http://allura.apache.org">
+  <meta property="og:image" content="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 Alluraj">
+  <meta property="og:see_also" content="http://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="http://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="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="theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" href="theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="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="/">Apache <img src="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">CORS support added to Allura</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="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <div class="pad-md text-black"><p>The latest Allura code now supports CORS http headers.  It will be included in the next release of Allura,
+or is available now by using the latest code from <code>git</code>.</p>
+<p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS">CORS headers</a> allow JavaScript running on other sites
+to access the Allura APIs.  By default, browser's Same Origin Policy would prevent that.  CORS is still secure, because Allura's
+authenticate is in place.  APIs that require authorization still require it.  OAuth or OAuth tokens can be used,
+cookies cannot be used - so nobody could be tricked into doing something accidentally.</p>
+<p>To enable this and allow more sites to integrate with Allura, see the <code>cors.*</code> settings in your <code>development.ini</code> file.</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="theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="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/6df6b28d/feeds/all.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml
index dca20d4..5364eb9 100644
--- a/feeds/all.atom.xml
+++ b/feeds/all.atom.xml
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="http://allura.apache.org/" rel="alternate"></link><link href="http://allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>http://allura.apache.org/</id><updated>2015-07-24T00:00:00+00:00</updated><entry><title>CORS support added to Allura</title><link href="http://allura.apache.org/cors.html" rel="alternate"></link><updated>2015-07-24T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-07-24:cors.html</id><summary type="html">&lt;p&gt;The latest Allura code now supports CORS http headers.  It will be included in the next release of Allura,
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="http://allura.apache.org/" rel="alternate"></link><link href="http://allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>http://allura.apache.org/</id><updated>2015-07-29T00:00:00+00:00</updated><entry><title>New Markdown Editor</title><link href="http://allura.apache.org/posts/2015-markdown-editor.html" rel="alternate"></link><updated>2015-07-29T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-07-29:posts/2015-markdown-editor.html</id><summary type="html">&lt;p&gt;Allura's markdown editor has been completely replaced.  Previously a simple textarea with limited assistance, it now runs
+the &lt;a href="http://nextstepwebs.github.io/simplemde-markdown-editor/"&gt;SimpleMDE Markdown Editor&lt;/a&gt; and includes live syntax highlighting and
+a helpful toolbar.  It will be included in the next release of Allura, or is available now by using the latest code from &lt;code&gt;git&lt;/code&gt;.&lt;/p&gt;
+&lt;p&gt;Markdown is a core part of Allura and is used in every text area, including tickets, wiki pages, commenting, etc.  Markdown
+makes it easy to do simple formatting of your text, but not everyone is familiar with it.  The existing formatting help
+and preview mode was helpful, but we wanted to do more.&lt;/p&gt;
+&lt;p&gt;The new editor's live syntax highlighting makes it really easy
+to get an idea of what your text is going to look like and avoid formatting mistakes.  The preview mode is still there
+to show you an exact rendering of the formatting.  And then the toolbar makes common formatting operations very easy.
+It's a time saver and allows people new to Markdown to format their text without reading the comprehensive formatting
+reference page.&lt;/p&gt;</summary><category term="feature"></category></entry><entry><title>CORS support added to Allura</title><link href="http://allura.apache.org/posts/2015-cors.html" rel="alternate"></link><updated>2015-07-24T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-07-24:posts/2015-cors.html</id><summary type="html">&lt;p&gt;The latest Allura code now supports CORS http headers.  It will be included in the next release of Allura,
 or is available now by using the latest code from &lt;code&gt;git&lt;/code&gt;.&lt;/p&gt;
-&lt;p&gt;CORS headers allow...&lt;/p&gt;</summary><category term="feature"></category></entry></feed>
\ No newline at end of file
+&lt;p&gt;&lt;a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS"&gt;CORS headers&lt;/a&gt; allow JavaScript running on other sites
+to access the Allura APIs.  By default, browser's Same Origin Policy would prevent that.  CORS is still secure, because Allura's
+authenticate is in place.  APIs that require authorization still require it.  OAuth or OAuth tokens can be used,
+cookies cannot be used - so nobody could be tricked into doing something accidentally.&lt;/p&gt;
+&lt;p&gt;To enable this and allow more sites to integrate with Allura, see the &lt;code&gt;cors.*&lt;/code&gt; settings in your &lt;code&gt;development.ini&lt;/code&gt; file.&lt;/p&gt;</summary><category term="feature"></category></entry></feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/allura-site/blob/6df6b28d/feeds/tag.feature.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/tag.feature.atom.xml b/feeds/tag.feature.atom.xml
new file mode 100644
index 0000000..ab64d84
--- /dev/null
+++ b/feeds/tag.feature.atom.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="http://allura.apache.org/" rel="alternate"></link><link href="http://allura.apache.org/feeds/tag.feature.atom.xml" rel="self"></link><id>http://allura.apache.org/</id><updated>2015-07-29T00:00:00+00:00</updated><entry><title>New Markdown Editor</title><link href="http://allura.apache.org/posts/2015-markdown-editor.html" rel="alternate"></link><updated>2015-07-29T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-07-29:posts/2015-markdown-editor.html</id><summary type="html">&lt;p&gt;Allura's markdown editor has been completely replaced.  Previously a simple textarea with limited assistance, it now runs
+the &lt;a href="http://nextstepwebs.github.io/simplemde-markdown-editor/"&gt;SimpleMDE Markdown Editor&lt;/a&gt; and includes live syntax highlighting and
+a helpful toolbar.  It will be included in the next release of Allura, or is available now by using the latest code from &lt;code&gt;git&lt;/code&gt;.&lt;/p&gt;
+&lt;p&gt;Markdown is a core part of Allura and is used in every text area, including tickets, wiki pages, commenting, etc.  Markdown
+makes it easy to do simple formatting of your text, but not everyone is familiar with it.  The existing formatting help
+and preview mode was helpful, but we wanted to do more.&lt;/p&gt;
+&lt;p&gt;The new editor's live syntax highlighting makes it really easy
+to get an idea of what your text is going to look like and avoid formatting mistakes.  The preview mode is still there
+to show you an exact rendering of the formatting.  And then the toolbar makes common formatting operations very easy.
+It's a time saver and allows people new to Markdown to format their text without reading the comprehensive formatting
+reference page.&lt;/p&gt;</summary><category term="feature"></category></entry><entry><title>CORS support added to Allura</title><link href="http://allura.apache.org/posts/2015-cors.html" rel="alternate"></link><updated>2015-07-24T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-07-24:posts/2015-cors.html</id><summary type="html">&lt;p&gt;The latest Allura code now supports CORS http headers.  It will be included in the next release of Allura,
+or is available now by using the latest code from &lt;code&gt;git&lt;/code&gt;.&lt;/p&gt;
+&lt;p&gt;&lt;a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS"&gt;CORS headers&lt;/a&gt; allow JavaScript running on other sites
+to access the Allura APIs.  By default, browser's Same Origin Policy would prevent that.  CORS is still secure, because Allura's
+authenticate is in place.  APIs that require authorization still require it.  OAuth or OAuth tokens can be used,
+cookies cannot be used - so nobody could be tricked into doing something accidentally.&lt;/p&gt;
+&lt;p&gt;To enable this and allow more sites to integrate with Allura, see the &lt;code&gt;cors.*&lt;/code&gt; settings in your &lt;code&gt;development.ini&lt;/code&gt; file.&lt;/p&gt;</summary><category term="feature"></category></entry></feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/allura-site/blob/6df6b28d/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index e101b52..2f6237d 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <title>Apache Allura</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.">
@@ -11,10 +11,10 @@
 
   <!--    Facebook Meta Info-->
   <meta property="og:url" content="http://allura.apache.org">
-  <meta property="og:image" content="theme/img/logo-asf-apache.png">
+  <meta property="og:image" content="http://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 Alluraj">
+  <meta property="og:site_name" content="Apache Allura">
   <meta property="og:see_also" content="http://allura.apache.org">
 
   <!--    Twitter Meta Info-->
@@ -22,23 +22,25 @@
   <meta name="twitter:url" content="http://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="theme/img/logo-asf-apache.png">
+  <meta name="twitter:image" content="http://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="theme/img/logo-asf-apache.png">
+  <meta itemprop="image" content="http://allura.apache.org/theme/img/logo-asf-apache.png">
 
-  <link rel="stylesheet" type="text/css" href="theme/css/flex.min.css">
-  <link rel="stylesheet" type="text/css" href="theme/css/style.css">
+  <link rel="stylesheet" type="text/css" href="http://allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="http://allura.apache.org/theme/css/style.css">
+
+    <link rel="alternate" type="application/atom+xml" href="http://allura.apache.org/feeds/all.atom.xml" title="Atom Feed">
 </head>
 
 <body cz-shortcut-listen="true" class="pg-index">
   <section id="content_wrapper" class="mobile-desktop row">
     <div id="header" class="row pad-vert-xxl">
       <header id="login_header" class="row">
-        <div class="bg-shadow pad-vert-sm">
-          <span><h1 class="text-center">Apache <img src="theme/img/logo_white.png" width="94"> Allura<span class="tm">™</span></h1></span>
+        <div class="bg-shadow pad-vert-md">
+          <span><h1 class="text-center"><a href="http://allura.apache.org">Apache <img src="http://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>
@@ -76,20 +78,28 @@
   </div>
 </div>
 
-<div id="download" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
+<div id="latest" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
   <div class="col-16 no-float auto-margin">
     <div class="row">
       <h3 class="text-center">Get the Latest Version of Allura</h3>
       <div class="row pad-vert-md">
-        <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.3.0.tar.gz"><button class="auto-margin">Download v1.3.0</button></a>
-        <div class="col-24 auto-margin pad-vert-xs" style="max-width: 175px">
-          <span class="text-white">Jun 2015</span><span class="pull-right"><a href="https://forge-allura.apache.org/p/allura/git/ci/asf_release_1.3.0/tree/CHANGES">Changelog</a></span>
+        <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.0.tar.gz"><button class="auto-margin">Download v1.3.0</button></a>
+          <span class="text-white">Jun 2015 &mdash;</span>
+          <a href="https://forge-allura.apache.org/p/allura/git/ci/asf_release_1.3.0/tree/CHANGES">Changelog</a>
+          <ul>
+            <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.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.0.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="http://allura.apache.org/posts/2015-markdown-editor.html">New Markdown Editor</a></li>
+                    <li><a href="http://allura.apache.org/posts/2015-cors.html">CORS support added to Allura</a></li>
+            </ul>
         </div>
       </div>
-      <ul class="auto-margin bg-shadow pad-sm">
-        <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.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.0.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>
 
@@ -186,14 +196,15 @@
 
     <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 the Apache License, Version 2.0.</p>
+        <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="theme/js/jquery-1.11.2.min.js"></script>
-  <script type="application/javascript" src="theme/js/frontend.js"></script>
+  <script type="application/javascript" src="http://allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="http://allura.apache.org/theme/js/frontend.js"></script>
   <!-- Credits
 
           Logo Design: Will Leonard

http://git-wip-us.apache.org/repos/asf/allura-site/blob/6df6b28d/posts/2015-cors.html
----------------------------------------------------------------------
diff --git a/posts/2015-cors.html b/posts/2015-cors.html
new file mode 100644
index 0000000..22693cd
--- /dev/null
+++ b/posts/2015-cors.html
@@ -0,0 +1,109 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>    CORS support added to Allura
+</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="http://allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="http://allura.apache.org">
+  <meta property="og:image" content="http://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="http://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="http://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="http://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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" href="http://allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="http://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="http://allura.apache.org">Apache <img src="http://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">CORS support added to Allura</h3>
+  </div>
+
+  <div class="post-info text-center">
+    Published:
+    <abbr class="published" title="2015-07-24T00:00:00+00:00">
+      Fri 24 July 2015
+    </abbr>
+    <br>
+    Tagged:
+        <a href="http://allura.apache.org/tag/feature.html">feature</a>
+  </div>
+
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <div class="pad-md text-black"><p>The latest Allura code now supports CORS http headers.  It will be included in the next release of Allura,
+or is available now by using the latest code from <code>git</code>.</p>
+<p><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS">CORS headers</a> allow JavaScript running on other sites
+to access the Allura APIs.  By default, browser's Same Origin Policy would prevent that.  CORS is still secure, because Allura's
+authenticate is in place.  APIs that require authorization still require it.  OAuth or OAuth tokens can be used,
+cookies cannot be used - so nobody could be tricked into doing something accidentally.</p>
+<p>To enable this and allow more sites to integrate with Allura, see the <code>cors.*</code> settings in your <code>development.ini</code> file.</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="http://allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="http://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/6df6b28d/posts/2015-markdown-editor.html
----------------------------------------------------------------------
diff --git a/posts/2015-markdown-editor.html b/posts/2015-markdown-editor.html
new file mode 100644
index 0000000..ba2d58e
--- /dev/null
+++ b/posts/2015-markdown-editor.html
@@ -0,0 +1,113 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>    New Markdown Editor
+</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="http://allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="http://allura.apache.org">
+  <meta property="og:image" content="http://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="http://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="http://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="http://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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" href="http://allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="http://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="http://allura.apache.org">Apache <img src="http://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">New Markdown Editor</h3>
+  </div>
+
+  <div class="post-info text-center">
+    Published:
+    <abbr class="published" title="2015-07-29T00:00:00+00:00">
+      Wed 29 July 2015
+    </abbr>
+    <br>
+    Tagged:
+        <a href="http://allura.apache.org/tag/feature.html">feature</a>
+  </div>
+
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <div class="pad-md text-black"><p>Allura's markdown editor has been completely replaced.  Previously a simple textarea with limited assistance, it now runs
+the <a href="http://nextstepwebs.github.io/simplemde-markdown-editor/">SimpleMDE Markdown Editor</a> and includes live syntax highlighting and
+a helpful toolbar.  It will be included in the next release of Allura, or is available now by using the latest code from <code>git</code>.</p>
+<p>Markdown is a core part of Allura and is used in every text area, including tickets, wiki pages, commenting, etc.  Markdown
+makes it easy to do simple formatting of your text, but not everyone is familiar with it.  The existing formatting help
+and preview mode was helpful, but we wanted to do more.</p>
+<p>The new editor's live syntax highlighting makes it really easy
+to get an idea of what your text is going to look like and avoid formatting mistakes.  The preview mode is still there
+to show you an exact rendering of the formatting.  And then the toolbar makes common formatting operations very easy.
+It's a time saver and allows people new to Markdown to format their text without reading the comprehensive formatting
+reference page.</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="http://allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="http://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/6df6b28d/tag/feature.html
----------------------------------------------------------------------
diff --git a/tag/feature.html b/tag/feature.html
new file mode 100644
index 0000000..f4be259
--- /dev/null
+++ b/tag/feature.html
@@ -0,0 +1,110 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>Apache Allura : 'feature' articles</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="http://allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="http://allura.apache.org">
+  <meta property="og:image" content="http://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="http://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="http://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="http://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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" href="http://allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="http://allura.apache.org/theme/css/style.css">
+
+    <link rel="alternate" type="application/atom+xml" href="http://allura.apache.org/feeds/tag.feature.atom.xml" title="Articles tagged 'feature">
+</head>
+
+<body cz-shortcut-listen="true" class="pg-tag/feature">
+  <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="http://allura.apache.org">Apache <img src="http://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>Articles tagged 'feature'</h2>
+
+<div class="row bg-white pad-bot-md text-center">
+  <div class="row pad-top-md">
+    <h3><a class="text-black" href="http://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="http://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="http://allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="http://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/6df6b28d/theme/css/style.css
----------------------------------------------------------------------
diff --git a/theme/css/style.css b/theme/css/style.css
index 993081f..6a66356 100644
--- a/theme/css/style.css
+++ b/theme/css/style.css
@@ -594,7 +594,7 @@ a {
 
 }
 
-p > a{
+.bg-white a{
       color: #ff9d00;
 }
 


[3/6] allura-site git commit: [#7938] properly relative URLs; create feeds and archive pages for tags

Posted by br...@apache.org.
[#7938] properly relative URLs; create feeds and archive pages for tags


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

Branch: refs/heads/db/7938
Commit: 86483cd9e1f66bbd92ff1b06c2cdcdaed724515f
Parents: 869d61a
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Jul 29 17:41:51 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jul 29 17:41:51 2015 -0400

----------------------------------------------------------------------
 README.md                                     |  6 +++--
 _src/allura-theme/templates/article_list.html | 31 ++++++++++++++++++++++
 _src/allura-theme/templates/base.html         | 18 ++++++-------
 _src/allura-theme/templates/index.html        |  7 ++++-
 _src/allura-theme/templates/tag.html          | 12 +++++++++
 _src/pelicanconf.py                           | 12 +++++++++
 6 files changed, 74 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/86483cd9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 0a84728..b4bd91b 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,14 @@ Generated content is placed under root directory.
 # Working on site
 
     ~$ cd _src
+    ~$ RELATIVE=1 make regenerate  # only use RELATIVE for local dev
 
-In two separate terminal windows run the following commands:
+Then open the html files directly, or run a little server with:
 
-    ~$ make regenerate  # watch source files and regenerate site
     ~$ make serve       # serve generated site at http://localhost:8000
 
 When changes are looking good - commit them (including generated files).
 
+    ~$ make html  # for a single publish 
+
 [1]: http://blog.getpelican.com/

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86483cd9/_src/allura-theme/templates/article_list.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/article_list.html b/_src/allura-theme/templates/article_list.html
new file mode 100644
index 0000000..5821853
--- /dev/null
+++ b/_src/allura-theme/templates/article_list.html
@@ -0,0 +1,31 @@
+{% extends "base.html" %}
+
+{% block content %}
+<section id="content">
+
+{% block content_title %}
+<h2>All articles</h2>
+{% endblock %}
+
+<div class="row bg-white pad-vert-lg text-center">
+{% for article in articles_page.object_list %}
+  <div class="row">
+    <h3><a class="text-black" href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="{{ article.date.isoformat() }}">
+      {{ article.locale_date }}
+    </abbr>
+  </div>
+  <div class="entry-content"> {{ article.summary }} </div>
+{% endfor %}
+</div>
+
+{% if articles_page.has_other_pages() %}
+    {% include 'pagination.html' %}
+{% endif %}
+
+</section>
+{% endblock content %}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86483cd9/_src/allura-theme/templates/base.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/base.html b/_src/allura-theme/templates/base.html
index 9233681..f1ba474 100644
--- a/_src/allura-theme/templates/base.html
+++ b/_src/allura-theme/templates/base.html
@@ -12,10 +12,10 @@
 
   <!--    Facebook Meta Info-->
   <meta property="og:url" content="{{ SITEURL }}">
-  <meta property="og:image" content="theme/img/logo-asf-apache.png">
+  <meta property="og:image" content="{{ SITEURL }}/theme/img/logo-asf-apache.png">
   <meta property="og:description" content="{{ DESCRIPTION }}">
   <meta property="og:title" content="{{ SITENAME }}">
-  <meta property="og:site_name" content="{{ SITENAME }}j">
+  <meta property="og:site_name" content="{{ SITENAME }}">
   <meta property="og:see_also" content="{{ SITEURL }}">
 
   <!--    Twitter Meta Info-->
@@ -23,15 +23,15 @@
   <meta name="twitter:url" content="{{ SITEURL }}">
   <meta name="twitter:title" content="{{ SITENAME }}">
   <meta name="twitter:description" content="{{ DESCRIPTION }}">
-  <meta name="twitter:image" content="theme/img/logo-asf-apache.png">
+  <meta name="twitter:image" content="{{ SITEURL }}/theme/img/logo-asf-apache.png">
 
   <!--    Google+ Meta Info-->
   <meta itemprop="name" content="{{ SITENAME }}">
   <meta itemprop="description" content="{{ DESCRIPTION }}">
-  <meta itemprop="image" content="theme/img/logo-asf-apache.png">
+  <meta itemprop="image" content="{{ SITEURL }}/theme/img/logo-asf-apache.png">
 
-  <link rel="stylesheet" type="text/css" href="theme/css/flex.min.css">
-  <link rel="stylesheet" type="text/css" href="theme/css/style.css">
+  <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css">
   {% endblock head %}
 </head>
 
@@ -41,7 +41,7 @@
     <div id="header" class="row {% if xxl_header %}pad-vert-xxl{% endif %}">
       <header id="login_header" class="row">
         <div class="bg-shadow pad-vert-md">
-          <span><h1 class="text-center"><a href="/">Apache <img src="theme/img/logo_white.png" width="94"> Allura<span class="tm">™</span></a></h1></span>
+          <span><h1 class="text-center"><a href="{{ SITEURL }}">Apache <img src="{{ SITEURL }}/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>
@@ -63,8 +63,8 @@
     </div>
   </section>
 
-  <script type="application/javascript" src="theme/js/jquery-1.11.2.min.js"></script>
-  <script type="application/javascript" src="theme/js/frontend.js"></script>
+  <script type="application/javascript" src="{{ SITEURL }}/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="{{ SITEURL }}/theme/js/frontend.js"></script>
   <!-- Credits
 
           Logo Design: Will Leonard

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86483cd9/_src/allura-theme/templates/index.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/index.html b/_src/allura-theme/templates/index.html
index dc5e847..c63b655 100644
--- a/_src/allura-theme/templates/index.html
+++ b/_src/allura-theme/templates/index.html
@@ -2,6 +2,11 @@
 
 {% set xxl_header = True %}
 
+{% block head %}
+    {{ super() }}
+    <link rel="alternate" type="application/atom+xml" href="{{ SITEURL }}/feeds/all.atom.xml" title="Atom Feed">
+{% endblock %}
+
 {% block content %}
 <div id="about" class="row bg-white pad-vert-xl">
   <div class="row">
@@ -52,7 +57,7 @@
             <h5>News</h5>
             <ul>
                 {% for art in articles[:5]%}
-                    <li><a href="{{ art.url }}">{{ art.title }}</a></li>
+                    <li><a href="{{ SITEURL }}/{{ art.url }}">{{ art.title }}</a></li>
                 {% endfor %}
             </ul>
         </div>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86483cd9/_src/allura-theme/templates/tag.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/tag.html b/_src/allura-theme/templates/tag.html
new file mode 100644
index 0000000..7b720a1
--- /dev/null
+++ b/_src/allura-theme/templates/tag.html
@@ -0,0 +1,12 @@
+{% extends "article_list.html" %}
+
+{% block title %}Apache Allura : '{{ tag }}' articles{% endblock %}
+
+{% block head %}
+    {{ super() }}
+    <link rel="alternate" type="application/atom+xml" href="{{ SITEURL }}/feeds/tag.{{ tag }}.atom.xml" title="Articles tagged '{{ tag }}">
+{% endblock %}
+
+{% block content_title %}
+    <h2>Articles tagged '{{ tag }}'</h2>
+{% endblock %}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86483cd9/_src/pelicanconf.py
----------------------------------------------------------------------
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index 3706906..a0c661c 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -30,6 +30,18 @@ EXTRA_PATH_METADATA = {
 }
 DIRECT_TEMPLATES = ['index', '404']
 
+ARTICLE_SAVE_AS = 'posts/{date:%Y}-{slug}.html'
+ARTICLE_URL = 'posts/{date:%Y}-{slug}.html'
+# don't generate archive pages for these
+AUTHOR_SAVE_AS = ''
+CATEGORY_SAVE_AS = ''
+
+TRANSLATION_FEED_ATOM = None
+AUTHOR_FEED_ATOM = None
+AUTHOR_FEED_RSS = None
+CATEGORY_FEED_ATOM = None
+TAG_FEED_ATOM = 'feeds/tag.%s.atom.xml'
+
 CURRENT_YEAR = dt.date.today().year
 
 RELEASE_VERSION = '1.3.0'


[5/6] allura-site git commit: [#7938] throw in another article

Posted by br...@apache.org.
[#7938] throw in another article


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

Branch: refs/heads/db/7938
Commit: d26e19f5068a402d73491452d73484a10a0eb234
Parents: 9da1b59
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Jul 29 17:59:30 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jul 29 17:59:30 2015 -0400

----------------------------------------------------------------------
 _src/allura-theme/templates/article_list.html |  4 ++--
 _src/content/2015-markdown-editor.md          | 23 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/d26e19f5/_src/allura-theme/templates/article_list.html
----------------------------------------------------------------------
diff --git a/_src/allura-theme/templates/article_list.html b/_src/allura-theme/templates/article_list.html
index 5821853..c514f75 100644
--- a/_src/allura-theme/templates/article_list.html
+++ b/_src/allura-theme/templates/article_list.html
@@ -7,9 +7,9 @@
 <h2>All articles</h2>
 {% endblock %}
 
-<div class="row bg-white pad-vert-lg text-center">
+<div class="row bg-white pad-bot-md text-center">
 {% for article in articles_page.object_list %}
-  <div class="row">
+  <div class="row pad-top-md">
     <h3><a class="text-black" href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h3>
   </div>
 

http://git-wip-us.apache.org/repos/asf/allura-site/blob/d26e19f5/_src/content/2015-markdown-editor.md
----------------------------------------------------------------------
diff --git a/_src/content/2015-markdown-editor.md b/_src/content/2015-markdown-editor.md
new file mode 100644
index 0000000..4015cfa
--- /dev/null
+++ b/_src/content/2015-markdown-editor.md
@@ -0,0 +1,23 @@
+Title: New Markdown Editor
+Date: 2015-07-29
+Tags: feature
+Slug: markdown-editor
+Summary: New markdown editor provides live syntax highlighting and a helpful toolbar.
+
+Allura's markdown editor has been completely replaced.  Previously a simple textarea with limited assistance, it now runs
+the [SimpleMDE Markdown Editor](http://nextstepwebs.github.io/simplemde-markdown-editor/) and includes live syntax highlighting and
+a helpful toolbar.  It will be included in the next release of Allura, or is available now by using the latest code from `git`.
+
+Markdown is a core part of Allura and is used in every text area, including tickets, wiki pages, commenting, etc.  Markdown
+makes it easy to do simple formatting of your text, but not everyone is familiar with it.  The existing formatting help
+and preview mode was helpful, but we wanted to do more.
+
+The new editor's live syntax highlighting makes it really easy
+to get an idea of what your text is going to look like and avoid formatting mistakes.  The preview mode is still there
+to show you an exact rendering of the formatting.  And then the toolbar makes common formatting operations very easy.
+It's a time saver and allows people new to Markdown to format their text without reading the comprehensive formatting
+reference page.
+
+
+ 
+