You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/08/29 11:07:53 UTC

svn commit: r1806560 [1/4] - in /ofbiz/site: ./ js-plugin/ajax-contact-extend/classes/twitter/ js-plugin/jquery.sharrre-1.3.4/ template/page/ template/region/

Author: deepak
Date: Tue Aug 29 11:07:52 2017
New Revision: 1806560

URL: http://svn.apache.org/viewvc?rev=1806560&view=rev
Log:
Fixed Mixed Content issue while accessing ofbiz site, replaced http:// and https:// wth // to fix this issue. After changing this it will not work locally as locally we access using file:/// protocol and cdb library files not accessible

Modified:
    ofbiz/site/about-ofbiz.html
    ofbiz/site/business-users.html
    ofbiz/site/developers.html
    ofbiz/site/download.html
    ofbiz/site/faqs.html
    ofbiz/site/getting-involved.html
    ofbiz/site/index.html
    ofbiz/site/js-plugin/ajax-contact-extend/classes/twitter/EpiTwitter.php
    ofbiz/site/js-plugin/jquery.sharrre-1.3.4/sharrre.php
    ofbiz/site/mailing-lists.html
    ofbiz/site/ofbiz-demos.html
    ofbiz/site/our-users.html
    ofbiz/site/service-providers.html
    ofbiz/site/source-repositories.html
    ofbiz/site/template/page/about-ofbiz.tpl.php
    ofbiz/site/template/page/business-users.tpl.php
    ofbiz/site/template/page/developers.tpl.php
    ofbiz/site/template/page/download.tpl.php
    ofbiz/site/template/page/getting-involved.tpl.php
    ofbiz/site/template/page/index.tpl.php
    ofbiz/site/template/page/mailing-lists.tpl.php
    ofbiz/site/template/page/ofbiz-demos.tpl.php
    ofbiz/site/template/page/source-repositories.tpl.php
    ofbiz/site/template/region/footer.tpl.php
    ofbiz/site/template/region/head.tpl.php
    ofbiz/site/template/region/header.tpl.php
    ofbiz/site/template/region/scripts.tpl.php
    ofbiz/site/user-stories.html

Modified: ofbiz/site/about-ofbiz.html
URL: http://svn.apache.org/viewvc/ofbiz/site/about-ofbiz.html?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/about-ofbiz.html (original)
+++ ofbiz/site/about-ofbiz.html Tue Aug 29 11:07:52 2017
@@ -30,7 +30,7 @@
 <!-- Bootstrap  -->
 <link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
 <!-- web font  -->
-<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
+<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
 <!-- plugin css  -->
 <link rel="stylesheet" type="text/css" href="js-plugin/pretty-photo/css/prettyPhoto.css" />
 <link rel="stylesheet" type="text/css" href="js-plugin/rs-plugin/css/settings.css" media="screen" />
@@ -41,7 +41,7 @@
 <!-- Custom css -->
 <link type="text/css" rel="stylesheet" href="css/layout.css">
 <link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
-<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 <!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]-->
 <script src="js/modernizr-2.6.1.min.js"></script>
 <!-- Favicons
@@ -69,16 +69,16 @@
             </li>
             <li><a href="" class="firstLevel">News</a>
               <ul>
-                <li><a href="https://twitter.com/apacheofbiz" target="external">Twitter</a></li>
-                <li><a href="https://blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>                
+                <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
+                <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Documentation</a>
               <ul>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
+                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Community</a>
@@ -86,8 +86,8 @@
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>
                 <li><a href="source-repositories.html">Source Repository</a></li>
-     <li><a href="download.html">Downloads</a></li>
-                <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
+                <li><a href="download.html">Downloads</a></li>
+                <li><a href="//issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
                 <li><a href="faqs.html" class="last">FAQ</a></li>
               </ul>
             </li>
@@ -141,14 +141,14 @@
                <li><span class="iconWrapper iconMini">3</span> What did you expect as results?</li>
                <li><span class="iconWrapper iconMini">4</span> What you actually got as results?</li>
             </ol>  
-            <a class="btn btnSmall" href="http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html">User List</a> </div>
+            <a class="btn btnSmall" href="//ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html">User List</a> </div>
 
   <div class="span4">
                 <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-twitter"></i></span> Developer Mailing List</h3>
                 <p>The developer list is strictly for topics related to the design and development of the OFBiz Project itself.</p>
     <p>Please don't ask questions relevant to User Mailing List in this Mailing List.</p>
      <p>If you are not sure to which list to post to then use the User Mailing List..</p>
-                <a class="btn btnSmall" href="http://ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html">Developer List</a> </div>
+                <a class="btn btnSmall" href="//ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html">Developer List</a> </div>
               <div class="span4">
                 <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-star"></i></span> Commit Mailing List</h3>
                 <p>The commits list is used to notify subscribers of commits to the OFBiz SVN repository.</p>
@@ -172,18 +172,18 @@
         <div class="divider"><span></span></div>
         <ul class="socialNetwork nav">
           <li>
-            <a href="https://twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
+            <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
               target="_blank" title="follow us on Twitter"><span>twitter</span></a>
           </li>
-   <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
-    <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
+          <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
           <!--<li><a href="#" class="icon-rss socialIcon tips"  title="Our rss feed"><span>rss feed</span></a></li>         
           <li><a href="#" class="icon-gplus socialIcon tips"  title="follow us on Google +"><span>google +</span></a></li>
           <li><a href="#" class="icon-instagram socialIcon tips"  title="follow us on Instagram"><span>instagram</span></a></li>
           <li><a href="#" class="icon-linkedin socialIcon tips"  title="follow us on Linkedin"><span>linkedin</span></a></li>
           <li><a href="#" class="icon-pinterest-circled socialIcon tips"  title="follow us on Pinterest"><span>Pinterest</span></a></li>-->
         </ul>
-        <div id="twitterFrame"> <a class="twitter-timeline" href="https://twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
+        <div id="twitterFrame"> <a class="twitter-timeline" href="//twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
         </div>
       </div>
@@ -193,10 +193,10 @@
         <ul>
           <li><a href="mailing-lists.html">Mailing Lists</a></li>
           <li><a href="source-repositories.html">Source Repository (SVN)</a></li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
-          <li><a href="https://www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
-          <li><a href="https://vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
-          <li><a href="https://www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
+          <li><a href="//vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
+          <li><a href="//www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
         </ul>
       </div>
       <div class="span3 sociallWidget">
@@ -230,7 +230,7 @@
 </div>
 <!-- globalWrapper -->
 <script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
+<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
 <script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
 <!-- third party plugins  -->
 <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>

Modified: ofbiz/site/business-users.html
URL: http://svn.apache.org/viewvc/ofbiz/site/business-users.html?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/business-users.html (original)
+++ ofbiz/site/business-users.html Tue Aug 29 11:07:52 2017
@@ -30,7 +30,7 @@
 <!-- Bootstrap  -->
 <link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
 <!-- web font  -->
-<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
+<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
 <!-- plugin css  -->
 <link rel="stylesheet" type="text/css" href="js-plugin/pretty-photo/css/prettyPhoto.css" />
 <link rel="stylesheet" type="text/css" href="js-plugin/rs-plugin/css/settings.css" media="screen" />
@@ -41,7 +41,7 @@
 <!-- Custom css -->
 <link type="text/css" rel="stylesheet" href="css/layout.css">
 <link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
-<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 <!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]-->
 <script src="js/modernizr-2.6.1.min.js"></script>
 <!-- Favicons
@@ -69,16 +69,16 @@
             </li>
             <li><a href="" class="firstLevel">News</a>
               <ul>
-                <li><a href="https://twitter.com/apacheofbiz" target="external">Twitter</a></li>
-                <li><a href="https://blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>                
+                <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
+                <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Documentation</a>
               <ul>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
+                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Community</a>
@@ -86,8 +86,8 @@
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>
                 <li><a href="source-repositories.html">Source Repository</a></li>
-     <li><a href="download.html">Downloads</a></li>
-                <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
+                <li><a href="download.html">Downloads</a></li>
+                <li><a href="//issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
                 <li><a href="faqs.html" class="last">FAQ</a></li>
               </ul>
             </li>
@@ -137,7 +137,7 @@
         <li><i class="icon-pin"></i> To get details about what modules and features Apache OFBiz has, please take a look at <a href="#UsrModules"><strong>Modules and Features</strong></a> </li>
         <li><i class="icon-pin"></i> To download your own version of Apache OFBiz, please take a look at <a href="#UsrInstall"><strong>Download and Install OFBiz</strong></a> </li>
     </ul>
-                <p>If you are still unsure or have any questions then please feel free to use our <a href="https://lists.apache.org/list.html?user@ofbiz.apache.org" target="_blank"><strong>User Mailing List</strong></a> </p>
+                <p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="_blank"><strong>User Mailing List</strong></a> </p>
     </div>
             </section>
        <section  id="UsrDemo" class="slice row clearfix">
@@ -298,7 +298,7 @@
     <p></p>
     <p><strong>NOTE</strong>: It is completely normal for the command line window to remain active while OFBiz is running (e.g at 91%).</p>
     <p>To log into OFBiz, navigate with your browser to </p>
-    <p><code>https://localhost:8443/accounting</code></p>
+    <p><code>//localhost:8443/accounting</code></p>
     <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
     <p><strong>NOTE:</strong> These commands will build OFBiz and include demo data. For further details of how to build OFBiz without any demo data and a full list of all available commands, please take a look at the readme.md file</p>
     </div>
@@ -308,8 +308,8 @@
               <div class="span10">
                 <h2>Documentation and Help</h2>
                 <div class="divider"><span></span></div>
-    <p><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external"><strong>User Documentation</strong></a></p>
-                <p><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"><strong>OFBiz Wiki</strong></a></p>
+    <p><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external"><strong>User Documentation</strong></a></p>
+                <p><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"><strong>OFBiz Wiki</strong></a></p>
     <p><a href="faqs.html" target="_blank"><strong>OFBiz Frequently Asksed Questions (FAQs)</strong></a></p>
 
             </div>
@@ -333,18 +333,18 @@
         <div class="divider"><span></span></div>
         <ul class="socialNetwork nav">
           <li>
-            <a href="https://twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
+            <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
               target="_blank" title="follow us on Twitter"><span>twitter</span></a>
           </li>
-   <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
-    <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
+          <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
           <!--<li><a href="#" class="icon-rss socialIcon tips"  title="Our rss feed"><span>rss feed</span></a></li>         
           <li><a href="#" class="icon-gplus socialIcon tips"  title="follow us on Google +"><span>google +</span></a></li>
           <li><a href="#" class="icon-instagram socialIcon tips"  title="follow us on Instagram"><span>instagram</span></a></li>
           <li><a href="#" class="icon-linkedin socialIcon tips"  title="follow us on Linkedin"><span>linkedin</span></a></li>
           <li><a href="#" class="icon-pinterest-circled socialIcon tips"  title="follow us on Pinterest"><span>Pinterest</span></a></li>-->
         </ul>
-        <div id="twitterFrame"> <a class="twitter-timeline" href="https://twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
+        <div id="twitterFrame"> <a class="twitter-timeline" href="//twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
         </div>
       </div>
@@ -354,10 +354,10 @@
         <ul>
           <li><a href="mailing-lists.html">Mailing Lists</a></li>
           <li><a href="source-repositories.html">Source Repository (SVN)</a></li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
-          <li><a href="https://www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
-          <li><a href="https://vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
-          <li><a href="https://www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
+          <li><a href="//vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
+          <li><a href="//www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
         </ul>
       </div>
       <div class="span3 sociallWidget">
@@ -391,7 +391,7 @@
 </div>
 <!-- globalWrapper -->
 <script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
+<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
 <script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
 <!-- third party plugins  -->
 <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>

Modified: ofbiz/site/developers.html
URL: http://svn.apache.org/viewvc/ofbiz/site/developers.html?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/developers.html (original)
+++ ofbiz/site/developers.html Tue Aug 29 11:07:52 2017
@@ -30,7 +30,7 @@
 <!-- Bootstrap  -->
 <link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
 <!-- web font  -->
-<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
+<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
 <!-- plugin css  -->
 <link rel="stylesheet" type="text/css" href="js-plugin/pretty-photo/css/prettyPhoto.css" />
 <link rel="stylesheet" type="text/css" href="js-plugin/rs-plugin/css/settings.css" media="screen" />
@@ -41,7 +41,7 @@
 <!-- Custom css -->
 <link type="text/css" rel="stylesheet" href="css/layout.css">
 <link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
-<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 <!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]-->
 <script src="js/modernizr-2.6.1.min.js"></script>
 <!-- Favicons
@@ -69,16 +69,16 @@
             </li>
             <li><a href="" class="firstLevel">News</a>
               <ul>
-                <li><a href="https://twitter.com/apacheofbiz" target="external">Twitter</a></li>
-                <li><a href="https://blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>                
+                <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
+                <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Documentation</a>
               <ul>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
+                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Community</a>
@@ -86,8 +86,8 @@
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>
                 <li><a href="source-repositories.html">Source Repository</a></li>
-     <li><a href="download.html">Downloads</a></li>
-                <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
+                <li><a href="download.html">Downloads</a></li>
+                <li><a href="//issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
                 <li><a href="faqs.html" class="last">FAQ</a></li>
               </ul>
             </li>
@@ -137,7 +137,7 @@
       <li><i class="icon-pin"></i> For 16.11, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li>
       <li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
     </ul>
-                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p>
+                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p>
                 </div>
             </section>
        <section  id="DevDownld" class="slice row clearfix">
@@ -152,9 +152,9 @@
     <p>Anyone can checkout or <a href="#DevRepo">browse the source code </a>in the OFBiz public Subversion (SVN) repository.</p>
     <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
-      <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins</code></li>
-      <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
+                  <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co //svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
+      <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co //svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins</code></li>
+      <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co //svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
                </ul>
     </div>
             </section>
@@ -187,7 +187,7 @@
     <code>gradlew ofbiz</code>
     <p></p>
     <p>To log into OFBiz, navigate with your browser to </p>
-    <p><code>https://localhost:8443/accounting</code></p>
+    <p><code>//localhost:8443/accounting</code></p>
     <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
     <h3>Stopping OFBiz</h3>
     <p>To stop OFBiz running locally, open a command line terminal window and navigate to the OFBiz directory and;</p>
@@ -206,14 +206,14 @@
                 <div class="divider"><span></span></div>
                 <p>You can browse the repository using any of the following links.</p>
                 <ul class="iconsList">
-                   <li><i class="icon-pin"></i> <a href="http://svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="http://svn.apache.org/viewvc/ofbiz/" target="_blank"><strong>SVN - ViewVC</strong></a></li>
+                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="_blank"><strong>SVN - ViewVC</strong></a></li>
     </ul>
     <p></p>
     <p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
     <ul class="iconsList">
-        <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
-       <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
+       <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
     </ul>
             </div>
             </section>
@@ -224,7 +224,7 @@
                 <p>To help you getting started we have put together a beginners OFBiz development tutorial to get familiar with with OFBiz.</p>
     <p>It covers the fundamentals of the OFBiz application development process. The goal of this tutorial is to acquaint a developer with best practices, coding conventions. the control flow and things that the developer needs to know in order to modify OFBiz</p>
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target=_blank"><strong>Developer Tutorial</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target=_blank"><strong>Developer Tutorial</strong></a></li>
     </ul>
             </div>
             </section>
@@ -234,9 +234,9 @@
                 <div class="divider"><span></span></div>
                 <p>We have a range of technical documenentation and help for developers. Please see the links below.</p>
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="_blank"><strong>OFBiz Technical Documentation</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="_blank"><strong>OFBiz API Reference</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="_blank"><strong>Developer and Technical FAQs</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="_blank"><strong>OFBiz Technical Documentation</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="_blank"><strong>OFBiz API Reference</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="_blank"><strong>Developer and Technical FAQs</strong></a></li>
     </ul>
     <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p>
             </div>
@@ -265,18 +265,18 @@
         <div class="divider"><span></span></div>
         <ul class="socialNetwork nav">
           <li>
-            <a href="https://twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
+            <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
               target="_blank" title="follow us on Twitter"><span>twitter</span></a>
           </li>
-   <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
-    <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
+          <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
           <!--<li><a href="#" class="icon-rss socialIcon tips"  title="Our rss feed"><span>rss feed</span></a></li>         
           <li><a href="#" class="icon-gplus socialIcon tips"  title="follow us on Google +"><span>google +</span></a></li>
           <li><a href="#" class="icon-instagram socialIcon tips"  title="follow us on Instagram"><span>instagram</span></a></li>
           <li><a href="#" class="icon-linkedin socialIcon tips"  title="follow us on Linkedin"><span>linkedin</span></a></li>
           <li><a href="#" class="icon-pinterest-circled socialIcon tips"  title="follow us on Pinterest"><span>Pinterest</span></a></li>-->
         </ul>
-        <div id="twitterFrame"> <a class="twitter-timeline" href="https://twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
+        <div id="twitterFrame"> <a class="twitter-timeline" href="//twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
         </div>
       </div>
@@ -286,10 +286,10 @@
         <ul>
           <li><a href="mailing-lists.html">Mailing Lists</a></li>
           <li><a href="source-repositories.html">Source Repository (SVN)</a></li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
-          <li><a href="https://www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
-          <li><a href="https://vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
-          <li><a href="https://www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
+          <li><a href="//vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
+          <li><a href="//www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
         </ul>
       </div>
       <div class="span3 sociallWidget">
@@ -323,7 +323,7 @@
 </div>
 <!-- globalWrapper -->
 <script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
+<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
 <script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
 <!-- third party plugins  -->
 <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>

Modified: ofbiz/site/download.html
URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Tue Aug 29 11:07:52 2017
@@ -30,7 +30,7 @@
 <!-- Bootstrap  -->
 <link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
 <!-- web font  -->
-<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
+<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
 <!-- plugin css  -->
 <link rel="stylesheet" type="text/css" href="js-plugin/pretty-photo/css/prettyPhoto.css" />
 <link rel="stylesheet" type="text/css" href="js-plugin/rs-plugin/css/settings.css" media="screen" />
@@ -41,7 +41,7 @@
 <!-- Custom css -->
 <link type="text/css" rel="stylesheet" href="css/layout.css">
 <link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
-<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 <!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]-->
 <script src="js/modernizr-2.6.1.min.js"></script>
 <!-- Favicons
@@ -69,16 +69,16 @@
             </li>
             <li><a href="" class="firstLevel">News</a>
               <ul>
-                <li><a href="https://twitter.com/apacheofbiz" target="external">Twitter</a></li>
-                <li><a href="https://blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>                
+                <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
+                <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Documentation</a>
               <ul>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
+                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Community</a>
@@ -86,8 +86,8 @@
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>
                 <li><a href="source-repositories.html">Source Repository</a></li>
-     <li><a href="download.html">Downloads</a></li>
-                <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
+                <li><a href="download.html">Downloads</a></li>
+                <li><a href="//issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
                 <li><a href="faqs.html" class="last">FAQ</a></li>
               </ul>
             </li>
@@ -132,16 +132,177 @@
                   <ul>
                     <li>
                       <h2>OFBiz 16.11.03</h2>
-                      <a href="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" class="moreLink">&rarr; Download</a> </li>
+                      <a href="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" class="moreLink">&rarr; Download</a> </li>
                     <li>
                       <h2>OFBiz 13.07</h2>
-                      <a href="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external" class="moreLink">&rarr; Download</a> </li>
+                      <a href="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external" class="moreLink">&rarr; Download</a> </li>
                      </ul>
                 </div>
                 <div class="tab-pane" id="tabs-2">
                   <ul>
-                    <li data-load="release-notes-16.11.03.html"></li>
-                    <li data-load="release-notes-13.07.03.html"></li>
+                    <li>
+                      <div class="row">
+                        <div class="one_fourth">
+                          <div class="imgWrapper"><img alt="client" src="images/bubble2.jpg"></div>
+                        </div>
+                        <div class="three_fourths last">
+      <h3>16.11.03</h3>
+      <h4>>Bug</h4>
+      <ul>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-9286" target="external">[OFBIZ-9286]</a> - ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place</li>
+               <li><a href="//issues.apache.org/jira/browse/OFBIZ-9305" target="external">[OFBIZ-9305]</a> - change debug.properties property value cause ofbiz can't start</li>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-9373" target="external">[OFBIZ-9373]</a> - Create new blog article entry error</li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ-9284" target="external">[OFBIZ-9374]</a> - Fix TemporalExpressions.Frequency to avoid moving job start times away from given freqCount raster</li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ-9384" target="external">[OFBIZ-9384]</a> - RequestHandlerException on request link of Quote Price page</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-9386" target="external">[OFBIZ-9386]</a> - RequestHandlerException on request link of Quote Profit page</li>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-9387" target="external">[OFBIZ-9387]</a> - CostServices.xml#getProductCost fail currency conversion</li>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-9407" target="external">[OFBIZ-9407]</a> -  simple methods not terminating on error condition</li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ-9410" target="external">[OFBIZ-9410]</a> - Software not usable all standard installs failed</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-9425" target="external">[OFBIZ-9425]</a> - createShipment code logic error</li>
+      </ul>
+      <h4>>Improvement</h4>
+      <ul>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-8202" target="external">[OFBIZ-8202]</a> - Use try-with-resources statement wherever it's possible</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-9380" target="external">[OFBIZ-9380]</a> - renderDateTimeField works in IE, not working with lastest Chrome</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-9406" target="external">[OFBIZ-9406]</a> - Update Geo data for India</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-9413" target="external">[OFBIZ-9413]</a> - Update Currency Uom data</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-9422" target="external">[OFBIZ-9422]</a> -  Accounting Manager \ Fixed Assets, press button [NEW FIXED ASSET], but action button is [Update], not [Save]</li>
+      </ul>
+      <h4>>New Feature</h4>
+      <ul>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-7120" target="external"">[OFBIZ-7120]</a> - Multisite support in specialpurpose/cmssite</li>
+      </ul>
+
+                       </div>
+                      </div>
+                    </li>
+                    <li>
+                     
+                    </li>
+                    <li>
+                      <div class="row">
+                        <div class="one_fourth">
+                          <div class="imgWrapper"><img alt="client" src="images/bubble1.jpg"></div>
+                        </div>
+                        <div class="three_fourths last">                          
+                         <h3>13.07.03</h3>
+       <h4>>Sub Task</h4>
+       <ul>
+           <li><a href="//issues.apache.org/jira/browse/OFBIZ-5634" target="external">[OFBIZ-5634]</a> - Error in pagination in createProductSubscriptionResource (Catalog)</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-5801" target="external">[OFBIZ-5801]</a> -  Upgrade Axis2 to 1.6.3</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6568" target="external">[OFBIZ-6568]</a> - Update Groovy to 2.4.5 version</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6726" target="external">[OFBIZ-6726]</a> - Update commons collections to 3.2.2 because of known possible exploit</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6751" target="external">[OFBIZ-6751]</a> - POI security fix</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6752" target="external">[OFBIZ-6752]</a> - Updates Tomcat to 7.0.65</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6754" target="external">[OFBIZ-6754]</a> - Update Spring Framework</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6800" target="external">[OFBIZ-6800]</a> - Another .fo.ftl file use "align" attribute in "<fo:block>" tag.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6905" target="external">[OFBIZ-6905]</a> - Update Xalan libs to version 2.7.2 because of CVE-2014-0107</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6913" target="external">[OFBIZ-6913]</a> - Update Tomcat to 7.0.68</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6916" target="external">[OFBIZ-6916]</a> - Upgrade Axis2 to 1.7.1</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6942" target="external">[OFBIZ-6942]</a> - Comment out RMI related code because of the Java deserialization issue</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6959" target="external">[OFBIZ-6959]</a> - Update XStream lib to prevent XML External Entity (XXE) Processing</li>
+      </ul>
+      <h4>>Bug</h4>
+       <ul>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-293" target="external">[OFBIZ-293]</a> - data import - nulling fields impossible</li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ-817" target="external">[OFBIZ-817]</a> - Require Inventory of Marketing Package Product can't be shipped</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-4559" target="external">[OFBIZ-4559]</a> - InventoryWorker.getOutstandingProductQuantities returns inaccurate results when there are multiple ItemIssuances for an order</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-5347" target="external">[OFBIZ-5347]</a> - Shipping costs not recalculated after changing sales order shipment method</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-5579" target="external">[OFBIZ-5579]</a> - Error when add product to an order.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-5918" target="external">[OFBIZ-5918]</a> - NPE at //demo-trunk-ofbiz.apache.org/ecommerce/products/</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-5927" target="external"> [OFBIZ-5927]</a> - Issue reported while performing Refund & Void (java.lang.ClassCastException: java.lang.String cannot be cast to java.math.BigDecimal) </li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6043" target="external">[OFBIZ-6043]</a> - Change of ship-to address is not persisted when stepping forward and backward in a create order process</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6091" target="external">[OFBIZ-6091]</a> - Supplier preferred currency not considered for drop-ship order</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6092" target="external">[OFBIZ-6092]</a> - Domain name should not create for tenant if its left empty during tenant creation</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6218" target="external">[OFBIZ-6218]</a> - Unit tests throw exception in DBCP</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6229" target="external">[OFBIZ-6229]</a> - Can't create a geo without providing a geoID</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6237" target="external">[OFBIZ-6237]</a> - function linkGeos deletes existing GeoAssocs for geoId</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6249" target="external">[OFBIZ-6249]</a> - Complete OFBIZ-6057 (error in Freemarker 2.3 versions higher than 2.3.19)</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6347" target="external">[OFBIZ-6347]</a> - Two order payment preferences are added to order, when order of order total 0(zero) is placed with Billing Account</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6374" target="external">[OFBIZ-6374]</a> - PartyContentWrapper.getPartyContentAsText use wrong signature</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6396" target="external">[OFBIZ-6396]</a> - Field Lookup do not show description when widget-verbose is set to false</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6397" target="external">[OFBIZ-6397]</a> - Survey : FTL error message when using Enumeration or Geo question type</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6400" target="external">[OFBIZ-6400]</a> - Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6425" target="external">[OFBIZ-6425]</a> - FindService.performFindList listSize = null causes errors when list is empty because the rendering system expects 0</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6430" target="external">[OFBIZ-6430]</a> - date-find in form widget does not persist value</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6444" target="external">[OFBIZ-6444]</a> -Postal Address PDF Formatter Screen Problems</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6492" target="external">[OFBIZ-6492]</a> - FTL errors at facility/control/authview/ViewContactMechs when TELECOM_NUMBER countryCode or contactNumber is blank</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6495" target="external">[OFBIZ-6495]</a> - The filter-by-date="true" of <entity-condition/> in view entity PartyExport does not work</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6496" target="external">[OFBIZ-6496]</a> - error in parsing array in ajaxUpdateAreas</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6520" target="external">[OFBIZ-6520]</a> - Price of product does not shows up when you change currency of your store and setup product prices with new currency</li>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-6530" target="external">[OFBIZ-6530]</a> - Ajax request should be async</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6534" target="external">[OFBIZ-6534]</a> -  Same Billing Address generates an error</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6547" target="external">[OFBIZ-6547]</a> -  Screen with pagination on tables lead to multiple db entries when submitting</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6554" target="external">[OFBIZ-6554]</a> - streamContentToBrowser fails when the file name contains a comma, only with Chrome.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6555" target="external">[OFBIZ-6555]</a> - errors and warning after load-extseed and running ofbiz</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6567" target="external">[OFBIZ-6567]</a> - Wrong percent encoding in Webtool/SQL Processor</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6570" target="external">[OFBIZ-6570]</a> -  Anonymous unsubscribe from contact list generates an error</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6571" target="external">[OFBIZ-6571]</a> - Error Adding items to a Customer Return Invoice</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6579" target="external">[OFBIZ-6579]</a> - ERROR: could not find ModelField for entity name: ItemIssuanceQuantitySum and field: issuedDateTime</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6582" target="external">[OFBIZ-6582]</a> - SQL Exceptions (OPTION) occuring when running OFBiz 13.07.02 against MySQL</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6594" target="external">[OFBIZ-6594]</a> -  Wrong Documentation for Temporal Expressions</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6602" target="external">[OFBIZ-6602]</a> -  Upgrade Tomcat from 7.0.59 to 7.0.64</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6605" target="external">[OFBIZ-6605]</a> - createQuoteRole, createContentRole, and createRequirementRole allow for adding Roles to a Party without permissions</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6619" target="external">[OFBIZ-6619]</a> - PurgeJob.java does not delete RecurrenceRule because it is still referenced by RecurrenceInfo</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6622" target="external">[OFBIZ-6622]</a> - Incorrectly encoded url in form widget</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6624" target="external">[OFBIZ-6624]</a> - error in isValidEan util</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6627" target="external">[OFBIZ-6627]</a> -  multiple select dropdown listbox shows only one entry</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6632" target="external">[OFBIZ-6632]</a> - Incorrect comparison in TemporalExpressionWorker.java</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6637" target="external">[OFBIZ-6637]</a> -  Work Effort Month Calendar View Is Broken</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6641" target="external">[OFBIZ-6641]</a> - Missing CountryCodeData.xml values for countries of the former Yugoslavia</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6642" target="external">[OFBIZ-6642]</a> - Non-breaking space incorrectly encoded in forms</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6652" target="external">[OFBIZ-6652]</a> - Errors in ProductSummary.groovy</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6654" target="external">[OFBIZ-6654]</a> - Display of a recurrent workeffort in workeffort calendar do not respect estimatedStart/CompletionDate</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6666" target="external">[OFBIZ-6666]</a> -  ModelService constructor does not copy all attribute of service model.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6674" target="external">[OFBIZ-6674]</a> - In addToCart() method, reset shipment method information in cart only if shipping applies on product</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6681" target="external">[OFBIZ-6681]</a> - Type-ahead regarding workeffort in AddQuoteWorkEffort</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6683" target="external">[OFBIZ-6683]</a> - Type-ahead regarding workeffort in AddCommEventWorkEffort throws an error</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6687" target="external">[OFBIZ-6687]</a> - org.ofbiz.entity.GenericModelException: Could not find definition for entity name FixedAssetMaintWorkEffort</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6697" target="external">[OFBIZ-6697]</a> - CommunicationServices.createAttachmentContent duplicates attachments for existing CommunicationEvents</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6706" target="external">[OFBIZ-6706]</a> - The Widget-style of a menuItem in his link when the menu is selected</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6707" target="external">[OFBIZ-6707] </a> - WebtoolsUiLabels went missing</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6708" target="external">[OFBIZ-6708]</a> -  Missing userLogin error on party profile screen when 1st content is non public</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6725" target="external">[OFBIZ-6725]</a> - Best Selling Products section in main order page takes into account cancelled orders</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6733" target="external">[OFBIZ-6733]</a> - Error with Service Product Invoice Lines</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6741" target="external">[OFBIZ-6741]</a> - The state list is not populated when trying to add a shipping address from the Quick Finalize Order screen.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6743" target="external">[OFBIZ-6743]</a> - Error on the Split Payment button from the Quick Finalize Order screen</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6753" target="external">[OFBIZ-6753]</a> - DemoTaxAuthority.xml GL Account for USA_IRS is incorrect</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6763" target="external">[OFBIZ-6763]</a> - Wrong purchase invoice item type for product type IDs RAW_MATERIAL, GOOD</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6778" target="external"> [OFBIZ-6778]</a> - Possible "NPE" in viewcontent.ftl (found in trunk demo log)</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6779" target="external">[OFBIZ-6779]</a> - Wrong entity condition expression for fetching the view entity PartyAndContactMech.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6782" target="external">[OFBIZ-6782]</a> - Service parameter should be required.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6784" target="external">[OFBIZ-6784]</a> - JobSandbox : reload crashed job maybe duplicate pending service</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6788" target="external">[OFBIZ-6788]</a> - OFBIZ not generating pdf invoices</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6789" target="external">[OFBIZ-6789]</a> - image management cannot share images</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6797" target="external">[OFBIZ-6797]</a> - Typo in ecommerce productdetail</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6799" target="external">[OFBIZ-6799]</a> - Export Chart of Account as PDF is broken.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6856" target="external">[OFBIZ-6856]</a> - ContactMechs Label</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6888" target="external">[OFBIZ-6888]</a> - GroovyEngine.serviceInvoker masks Groovy script exceptions in some cases</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6910" target="external">[OFBIZ-6910]</a> - Newly created id should be out from service 'createProductFeatureType'</li>
+            <li><a href="//issues.apache.org/jira/browse/OFBIZ-6918" target="external">[OFBIZ-6918]</a> - ApplicationDecorator Entity-One Screen Action Incomplete Primary Key</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6920" target="external">[OFBIZ-6920]</a> - Credit card details cannot be updated</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6922" target="external">[OFBIZ-6922]</a> - Currently the testRemoteSoap test service does not work.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6933" target="external">[OFBIZ-6933]</a> - When we update the Allow order decimal quantity to N for product store and update the unit price of item in shopping cart then its shown error.</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6937" target="external">[OFBIZ-6937]</a> - Company Check payment method should be shown when issuing chek</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6961" target="external">[OFBIZ-6961] </a> - popup fades in and out non-stop when hovers on a product image in list view</li>
+       </ul>
+      <h4>>Improvement</h4>
+       <ul>
+         <li><a href="//issues.apache.org/jira/browse/OFBIZ-6185" target="external">[OFBIZ-6185]</a> - Type-ahead regarding LookupInvoice in AP doesn't return result</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6415" target="external">[OFBIZ-6415]</a> - renderTextFindField doesn't reselect operation dropdown or ignoreCase checkbox</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6417" target="external">[OFBIZ-6417]</a> - renderDateFindField doesn't reselect operation</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6566" target="external">[OFBIZ-6566]</a> - SecurityGroup doesn't get removed from a Party</li>
+           <li><a href="//issues.apache.org/jira/browse/OFBIZ-6721" target="external">[OFBIZ-6721]</a> - org.ofbiz.common.login.LoginServices.userLogin causes stack track when username or password is incorrect</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6727" target="external">[OFBIZ-6727]</a> - Webtools Entity edition, the suggested date and time formats are not localised</li>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6908" target="external">[OFBIZ-6908]</a> - Received quantity not shown on order view screen</li>
+       </ul>
+      <h4>>Task</h4>
+       <ul>
+        <li><a href="//issues.apache.org/jira/browse/OFBIZ-6380" target="external">[OFBIZ-6380]</a> - Update Log4j 2.2 to 2.3</li>
+      </ul>
+                        </div>
+                      </div>
+                    </li>
                   </ul>
                 </div>
               </div>
@@ -157,19 +318,19 @@
             <h2>Apache OFBiz 16.11.03</h2>
             <div class="divider"><span></span></div>
             <p> Released in June 2017, this is the third release of the 16.11 series, that has been stabilized since November 2016. </p>
-            <a href ="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" >Download OFBiz 16.11.03</a>
-            <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="_blank">[PGP]</a>
-      <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="_blank">[MD5]</a>
-            <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="_blank">[SHA12]</a>
+            <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" >Download OFBiz 16.11.03</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="_blank">[PGP]</a>
+      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="_blank">[MD5]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="_blank">[SHA12]</a>
             <a href ="#">[Release Notes]</a></p>
             <h2>Apache OFBiz 13.07.03</h2>
             <div class="divider"><span></span></div>
             <p> Released in April 2016, is the third and final release of the 13.07 series, that has been stabilized with bug fixes since July 2013. </p>
       <p> Please note that in the 13.07 series the specialpurpose components are no longer inccluded as part of the release files. The only exception is the the ecommerce component due to specific dependencies. </p>
-       <a href ="http://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external">Download OFBiz 13.07.03</a>
-            <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">[PGP]</a>
-      <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">[MD5]</a>
-            <a href ="http://www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">[SHA12]</a>
+       <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external">Download OFBiz 13.07.03</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">[PGP]</a>
+      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">[MD5]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">[SHA12]</a>
             <a href ="#">[Release Notes]</a></p>     
        <h2>Special Notice Regarding Branches 14.12 and 15.12</h2>
             <p>The branches 14.12 and 15.12 contain the complete codebase including the specialpurpose components and will remain as unreleased branches so will be accessible for developers and service providers to support their client base. The project has changed the Apache OFBiz build system from Apache Ant to Gradle beginning with the 16.11* series of releases so 14.12 and 15.12 are still using Ant.</p>
@@ -178,28 +339,28 @@
 
             <h2>Apache OFBiz 12.04 and earlier</h2>
             <div class="divider"><span></span></div>
-            <p>Older superseded releases of Apache OFBiz can be found in the <a href="http://archive.apache.org/dist/ofbiz/" target="external">Apache OFBiz archive</a></p>
+            <p>Older superseded releases of Apache OFBiz can be found in the <a href="//archive.apache.org/dist/ofbiz/" target="external">Apache OFBiz archive</a></p>
             <p><strong>NOTE: To avoid any security vulnerabilities the Apache OFBiz community highly recommend that all users upgrade to the latest stable release.</strong></p>
-      <p> A descriptions of each release in the history of OFBiz can be <a href="http://www.apache.org/dist/ofbiz/" target="external">found here</a></p>
+      <p> A descriptions of each release in the history of OFBiz can be <a href="//www.apache.org/dist/ofbiz/" target="external">found here</a></p>
       <h2>Security Vulnerabilities</h2>
             <div class="divider"><span></span></div>
             <p> <strong> We strongly encourage OfBiz users to report security problems affecting OFBiz to the private security mailing lists (either security@ofbiz.apache.org or security@apache.org), before disclosing them in a public forum.</strong></p>
-<p>Please see the  <a href="http://www.apache.org/security/" target="external">ASF Security Team webpage</a> for further information about reporting a security vulnerability as well as their contact information. </p>
+<p>Please see the  <a href="//www.apache.org/security/" target="external">ASF Security Team webpage</a> for further information about reporting a security vulnerability as well as their contact information. </p>
  
             <h3>List of Known Vulnerabilities</h3>
             <ul class="iconsList">
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6800" target="external">CVE-2016-6800</a>; affected releases: 13.07.*, 12.04.*, 11.04.*; fixed in 16.11.01</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4462" target="external">CVE-2016-4462</a>; affected releases: 13.07.*, 12.04.*, 11.04.*; fixed in 16.11.01</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2170" target="external">CVE-2016-2170</a>; affected releases: 13.07.02 and earlier versions (13.07.*), 12.04.05 and earlier versions (12.04.*); fixed in 13.07.03 and 12.04.06</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3268" target="external">CVE-2015-3268</a>; affected releases: 13.07.02 and earlier versions (13.07.*), 12.04.05 and earlier versions (12.04.*); fixed in 13.07.03 and 12.04.06</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0232" target="external">CVE-2014-0232</a>; affected releases: 12.04.03 and earlier versions (12.04.*), 11.04.04 and earlier versions (11.04.*); fixed in 12.04.04 and 11.04.05</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2250" target="external">CVE-2013-2250</a>; affected releases: 12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2137" target="external">CVE-2013-2137</a>; affected releases: 12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0177" target="external">CVE-2013-0177</a>; affected releases: 11.04.01, 10.04.04 and earlier versions (10.04.*); fixed in 11.04.02 and 10.04.05</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3506" target="external">CVE-2012-3506</a>; affected releases: 10.04.02, 10.04 (10.04.01); fixed in 10.04.03</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1622" target="external">CVE-2012-1622</a>; affected releases: 10.04 (10.04.01); fixed in 10.04.02</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1621" target="external">CVE-2012-1621</a>; affected releases: 10.04 (10.04.01); fixed in 10.04.02</li>
-        <li><i class="icon-pin"></i> <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0432" target="external">CVE-2010-0432</a>; affected releases: 09.04; fixed in 09.04.01</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6800" target="external">CVE-2016-6800</a>; affected releases: 13.07.*, 12.04.*, 11.04.*; fixed in 16.11.01</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4462" target="external">CVE-2016-4462</a>; affected releases: 13.07.*, 12.04.*, 11.04.*; fixed in 16.11.01</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2170" target="external">CVE-2016-2170</a>; affected releases: 13.07.02 and earlier versions (13.07.*), 12.04.05 and earlier versions (12.04.*); fixed in 13.07.03 and 12.04.06</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-3268" target="external">CVE-2015-3268</a>; affected releases: 13.07.02 and earlier versions (13.07.*), 12.04.05 and earlier versions (12.04.*); fixed in 13.07.03 and 12.04.06</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0232" target="external">CVE-2014-0232</a>; affected releases: 12.04.03 and earlier versions (12.04.*), 11.04.04 and earlier versions (11.04.*); fixed in 12.04.04 and 11.04.05</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2250" target="external">CVE-2013-2250</a>; affected releases: 12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2137" target="external">CVE-2013-2137</a>; affected releases: 12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0177" target="external">CVE-2013-0177</a>; affected releases: 11.04.01, 10.04.04 and earlier versions (10.04.*); fixed in 11.04.02 and 10.04.05</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3506" target="external">CVE-2012-3506</a>; affected releases: 10.04.02, 10.04 (10.04.01); fixed in 10.04.03</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1622" target="external">CVE-2012-1622</a>; affected releases: 10.04 (10.04.01); fixed in 10.04.02</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-1621" target="external">CVE-2012-1621</a>; affected releases: 10.04 (10.04.01); fixed in 10.04.02</li>
+        <li><i class="icon-pin"></i> <a href="//cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0432" target="external">CVE-2010-0432</a>; affected releases: 09.04; fixed in 09.04.01</li>
             </ul>
         </div>
         </div>
@@ -217,18 +378,18 @@
         <div class="divider"><span></span></div>
         <ul class="socialNetwork nav">
           <li>
-            <a href="https://twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
+            <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
               target="_blank" title="follow us on Twitter"><span>twitter</span></a>
           </li>
-   <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
-    <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
+          <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
           <!--<li><a href="#" class="icon-rss socialIcon tips"  title="Our rss feed"><span>rss feed</span></a></li>         
           <li><a href="#" class="icon-gplus socialIcon tips"  title="follow us on Google +"><span>google +</span></a></li>
           <li><a href="#" class="icon-instagram socialIcon tips"  title="follow us on Instagram"><span>instagram</span></a></li>
           <li><a href="#" class="icon-linkedin socialIcon tips"  title="follow us on Linkedin"><span>linkedin</span></a></li>
           <li><a href="#" class="icon-pinterest-circled socialIcon tips"  title="follow us on Pinterest"><span>Pinterest</span></a></li>-->
         </ul>
-        <div id="twitterFrame"> <a class="twitter-timeline" href="https://twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
+        <div id="twitterFrame"> <a class="twitter-timeline" href="//twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
         </div>
       </div>
@@ -238,10 +399,10 @@
         <ul>
           <li><a href="mailing-lists.html">Mailing Lists</a></li>
           <li><a href="source-repositories.html">Source Repository (SVN)</a></li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
-          <li><a href="https://www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
-          <li><a href="https://vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
-          <li><a href="https://www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
+          <li><a href="//vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
+          <li><a href="//www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
         </ul>
       </div>
       <div class="span3 sociallWidget">
@@ -275,7 +436,7 @@
 </div>
 <!-- globalWrapper -->
 <script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
+<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
 <script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
 <!-- third party plugins  -->
 <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>

Modified: ofbiz/site/faqs.html
URL: http://svn.apache.org/viewvc/ofbiz/site/faqs.html?rev=1806560&r1=1806559&r2=1806560&view=diff
==============================================================================
--- ofbiz/site/faqs.html (original)
+++ ofbiz/site/faqs.html Tue Aug 29 11:07:52 2017
@@ -30,7 +30,7 @@
 <!-- Bootstrap  -->
 <link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
 <!-- web font  -->
-<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
+<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
 <!-- plugin css  -->
 <link rel="stylesheet" type="text/css" href="js-plugin/pretty-photo/css/prettyPhoto.css" />
 <link rel="stylesheet" type="text/css" href="js-plugin/rs-plugin/css/settings.css" media="screen" />
@@ -41,7 +41,7 @@
 <!-- Custom css -->
 <link type="text/css" rel="stylesheet" href="css/layout.css">
 <link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
-<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 <!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]-->
 <script src="js/modernizr-2.6.1.min.js"></script>
 <!-- Favicons
@@ -69,16 +69,16 @@
             </li>
             <li><a href="" class="firstLevel">News</a>
               <ul>
-                <li><a href="https://twitter.com/apacheofbiz" target="external">Twitter</a></li>
-                <li><a href="https://blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>                
+                <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
+                <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Documentation</a>
               <ul>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
-                <li><a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
-                <li><a href="https://ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
+                <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
+                <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
             <li><a href="" class="firstLevel">Community</a>
@@ -86,8 +86,8 @@
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>
                 <li><a href="source-repositories.html">Source Repository</a></li>
-     <li><a href="download.html">Downloads</a></li>
-                <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
+                <li><a href="download.html">Downloads</a></li>
+                <li><a href="//issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
                 <li><a href="faqs.html" class="last">FAQ</a></li>
               </ul>
             </li>
@@ -153,7 +153,7 @@
                 <div id="collapseFour" class="accordion-body collapse">
                   <div class="accordion-inner">
                     <p>Apache OFBiz is maintained by its community. The community works together to identify and resolve any bugs or issues found. The changes are updated and if required backported to previous releases </p>
-                  </div>
+      </div>
                 </div>
               </div>
             </div>
@@ -161,7 +161,7 @@
         </div>
       </div>
     </div>
-  </div>
+    </div>
   </section>
   <!-- page content -->
 
@@ -179,18 +179,18 @@
         <div class="divider"><span></span></div>
         <ul class="socialNetwork nav">
           <li>
-            <a href="https://twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
+            <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
               target="_blank" title="follow us on Twitter"><span>twitter</span></a>
           </li>
-   <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
-    <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
+          <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
           <!--<li><a href="#" class="icon-rss socialIcon tips"  title="Our rss feed"><span>rss feed</span></a></li>         
           <li><a href="#" class="icon-gplus socialIcon tips"  title="follow us on Google +"><span>google +</span></a></li>
           <li><a href="#" class="icon-instagram socialIcon tips"  title="follow us on Instagram"><span>instagram</span></a></li>
           <li><a href="#" class="icon-linkedin socialIcon tips"  title="follow us on Linkedin"><span>linkedin</span></a></li>
           <li><a href="#" class="icon-pinterest-circled socialIcon tips"  title="follow us on Pinterest"><span>Pinterest</span></a></li>-->
         </ul>
-        <div id="twitterFrame"> <a class="twitter-timeline" href="https://twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
+        <div id="twitterFrame"> <a class="twitter-timeline" href="//twitter.com/ApacheOfbiz?height=250" data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
           <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
         </div>
       </div>
@@ -200,10 +200,10 @@
         <ul>
           <li><a href="mailing-lists.html">Mailing Lists</a></li>
           <li><a href="source-repositories.html">Source Repository (SVN)</a></li>
-          <li><a href="https://issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
-          <li><a href="https://www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
-          <li><a href="https://vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
-          <li><a href="https://www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
+          <li><a href="//issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li>
+          <li><a href="//www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
+          <li><a href="//vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
+          <li><a href="//www.hipchat.com/gGlwdXZZl" target="external">OFBiz HipChat Room</a></li>
         </ul>
       </div>
       <div class="span3 sociallWidget">
@@ -237,7 +237,7 @@
 </div>
 <!-- globalWrapper -->
 <script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
+<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
 <script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
 <!-- third party plugins  -->
 <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>