You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/07/30 16:08:54 UTC

[1/2] allura-site git commit: [#7938] Use protocol relative url for site name

Repository: allura-site
Updated Branches:
  refs/heads/asf-site 6df6b28df -> c35db2788


[#7938] Use protocol relative url for site name


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

Branch: refs/heads/asf-site
Commit: b99445ebe1a47b42d6612bc62af4c9ebb7df9632
Parents: 6df6b28
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu Jul 30 17:06:53 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu Jul 30 17:06:53 2015 +0300

----------------------------------------------------------------------
 _src/pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/b99445eb/_src/pelicanconf.py
----------------------------------------------------------------------
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index a0c661c..7ef21cf 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
 import datetime as dt
 
 SITENAME = 'Apache Allura'
-SITEURL = 'http://allura.apache.org'
+SITEURL = '//allura.apache.org'
 AUTHOR = ''
 DESCRIPTION = 'Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.'
 KEYWORDS = []


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

Posted by je...@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/c35db278
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/c35db278
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/c35db278

Branch: refs/heads/asf-site
Commit: c35db2788b9b84a1a6310bf5b87551f96cdc900f
Parents: b99445e
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu Jul 30 17:08:28 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu Jul 30 17:08:28 2015 +0300

----------------------------------------------------------------------
 feeds/all.atom.xml              |  4 ++--
 feeds/tag.feature.atom.xml      |  4 ++--
 index.html                      | 30 +++++++++++++++---------------
 posts/2015-cors.html            | 28 ++++++++++++++--------------
 posts/2015-markdown-editor.html | 28 ++++++++++++++--------------
 tag/feature.html                | 34 +++++++++++++++++-----------------
 6 files changed, 64 insertions(+), 64 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/c35db278/feeds/all.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml
index 5364eb9..9f2c8ec 100644
--- a/feeds/all.atom.xml
+++ b/feeds/all.atom.xml
@@ -1,5 +1,5 @@
 <?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-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
+<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-07-29T00:00:00+00:00</updated><entry><title>New Markdown Editor</title><link href="//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
@@ -9,7 +9,7 @@ and preview mode was helpful, but we wanted to do more.&lt;/p&gt;
 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,
+reference page.&lt;/p&gt;</summary><category term="feature"></category></entry><entry><title>CORS support added to Allura</title><link href="//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

http://git-wip-us.apache.org/repos/asf/allura-site/blob/c35db278/feeds/tag.feature.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/tag.feature.atom.xml b/feeds/tag.feature.atom.xml
index ab64d84..133e1df 100644
--- a/feeds/tag.feature.atom.xml
+++ b/feeds/tag.feature.atom.xml
@@ -1,5 +1,5 @@
 <?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
+<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.feature.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2015-07-29T00:00:00+00:00</updated><entry><title>New Markdown Editor</title><link href="//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
@@ -9,7 +9,7 @@ and preview mode was helpful, but we wanted to do more.&lt;/p&gt;
 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,
+reference page.&lt;/p&gt;</summary><category term="feature"></category></entry><entry><title>CORS support added to Allura</title><link href="//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

http://git-wip-us.apache.org/repos/asf/allura-site/blob/c35db278/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 2f6237d..eec6ba0 100644
--- a/index.html
+++ b/index.html
@@ -7,32 +7,32 @@
   <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">
+  <link rel="canonical" href="//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: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="http://allura.apache.org">
+  <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="http://allura.apache.org">
+  <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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+  <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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta itemprop="image" content="//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="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="http://allura.apache.org/feeds/all.atom.xml" title="Atom Feed">
+    <link rel="alternate" type="application/atom+xml" href="//allura.apache.org/feeds/all.atom.xml" title="Atom Feed">
 </head>
 
 <body cz-shortcut-listen="true" class="pg-index">
@@ -40,7 +40,7 @@
     <div id="header" class="row pad-vert-xxl">
       <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><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>
@@ -95,8 +95,8 @@
         <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>
+                    <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>
             </ul>
         </div>
       </div>
@@ -203,8 +203,8 @@
     </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>
+  <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://git-wip-us.apache.org/repos/asf/allura-site/blob/c35db278/posts/2015-cors.html
----------------------------------------------------------------------
diff --git a/posts/2015-cors.html b/posts/2015-cors.html
index 22693cd..2235141 100644
--- a/posts/2015-cors.html
+++ b/posts/2015-cors.html
@@ -8,30 +8,30 @@
   <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">
+  <link rel="canonical" href="//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: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="http://allura.apache.org">
+  <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="http://allura.apache.org">
+  <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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+  <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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta itemprop="image" content="//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="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>
@@ -41,7 +41,7 @@
     <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><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>
@@ -56,11 +56,11 @@
   <div class="post-info text-center">
     Published:
     <abbr class="published" title="2015-07-24T00:00:00+00:00">
-      Fri 24 July 2015
+      пт 24 липень 2015
     </abbr>
     <br>
     Tagged:
-        <a href="http://allura.apache.org/tag/feature.html">feature</a>
+        <a href="//allura.apache.org/tag/feature.html">feature</a>
   </div>
 
   <div class="row">
@@ -87,8 +87,8 @@ cookies cannot be used - so nobody could be tricked into doing something acciden
     </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>
+  <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://git-wip-us.apache.org/repos/asf/allura-site/blob/c35db278/posts/2015-markdown-editor.html
----------------------------------------------------------------------
diff --git a/posts/2015-markdown-editor.html b/posts/2015-markdown-editor.html
index ba2d58e..5c3d2a4 100644
--- a/posts/2015-markdown-editor.html
+++ b/posts/2015-markdown-editor.html
@@ -8,30 +8,30 @@
   <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">
+  <link rel="canonical" href="//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: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="http://allura.apache.org">
+  <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="http://allura.apache.org">
+  <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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+  <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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta itemprop="image" content="//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="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>
@@ -41,7 +41,7 @@
     <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><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>
@@ -56,11 +56,11 @@
   <div class="post-info text-center">
     Published:
     <abbr class="published" title="2015-07-29T00:00:00+00:00">
-      Wed 29 July 2015
+      ср 29 липень 2015
     </abbr>
     <br>
     Tagged:
-        <a href="http://allura.apache.org/tag/feature.html">feature</a>
+        <a href="//allura.apache.org/tag/feature.html">feature</a>
   </div>
 
   <div class="row">
@@ -91,8 +91,8 @@ reference page.</p></div>
     </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>
+  <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://git-wip-us.apache.org/repos/asf/allura-site/blob/c35db278/tag/feature.html
----------------------------------------------------------------------
diff --git a/tag/feature.html b/tag/feature.html
index f4be259..3766e1e 100644
--- a/tag/feature.html
+++ b/tag/feature.html
@@ -7,32 +7,32 @@
   <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">
+  <link rel="canonical" href="//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: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="http://allura.apache.org">
+  <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="http://allura.apache.org">
+  <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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+  <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="http://allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta itemprop="image" content="//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="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="http://allura.apache.org/feeds/tag.feature.atom.xml" title="Articles tagged 'feature">
+    <link rel="alternate" type="application/atom+xml" href="//allura.apache.org/feeds/tag.feature.atom.xml" title="Articles tagged 'feature">
 </head>
 
 <body cz-shortcut-listen="true" class="pg-tag/feature">
@@ -40,7 +40,7 @@
     <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><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>
@@ -53,24 +53,24 @@
 
 <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>
+    <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
+      ср 29 липень 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>
+    <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
+      пт 24 липень 2015
     </abbr>
   </div>
   <div class="entry-content"> <p>Latest revision of Allura now supports CORS http headers.</p> </div>
@@ -88,8 +88,8 @@
     </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>
+  <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