Modified: websites/production/cxf/content/fediz-tomcat.html
==============================================================================
--- websites/production/cxf/content/fediz-tomcat.html (original)
+++ websites/production/cxf/content/fediz-tomcat.html Wed Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Fediz 
Tomcat">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Fediz Tomcat
     </title>

Modified: websites/production/cxf/content/fediz-websphere.html
==============================================================================
--- websites/production/cxf/content/fediz-websphere.html (original)
+++ websites/production/cxf/content/fediz-websphere.html Wed Aug 28 15:07:05 
2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Fediz 
Websphere">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Fediz Websphere
     </title>

Modified: websites/production/cxf/content/fediz.html
==============================================================================
--- websites/production/cxf/content/fediz.html (original)
+++ websites/production/cxf/content/fediz.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Fediz">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Fediz
     </title>

Modified: websites/production/cxf/content/getting-involved.html
==============================================================================
--- websites/production/cxf/content/getting-involved.html (original)
+++ websites/production/cxf/content/getting-involved.html Wed Aug 28 15:07:05 
2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Getting 
Involved">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Getting Involved
     </title>

Modified: websites/production/cxf/content/index.html
==============================================================================
--- websites/production/cxf/content/index.html (original)
+++ websites/production/cxf/content/index.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Index">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Index
     </title>

Modified: websites/production/cxf/content/logo-contest.html
==============================================================================
--- websites/production/cxf/content/logo-contest.html (original)
+++ websites/production/cxf/content/logo-contest.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Logo 
Contest">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Logo Contest
     </title>

Modified: websites/production/cxf/content/mailing-lists.html
==============================================================================
--- websites/production/cxf/content/mailing-lists.html (original)
+++ websites/production/cxf/content/mailing-lists.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Mailing 
Lists">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Mailing Lists
     </title>

Modified: websites/production/cxf/content/navigation.html
==============================================================================
--- websites/production/cxf/content/navigation.html (original)
+++ websites/production/cxf/content/navigation.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Navigation">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Navigation
     </title>

Modified: websites/production/cxf/content/note-on-cve-2011-1096.html
==============================================================================
--- websites/production/cxf/content/note-on-cve-2011-1096.html (original)
+++ websites/production/cxf/content/note-on-cve-2011-1096.html Wed Aug 28 
15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Note on 
CVE-2011-1096">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Note on CVE-2011-1096
     </title>

Modified: websites/production/cxf/content/note-on-cve-2011-2487.html
==============================================================================
--- websites/production/cxf/content/note-on-cve-2011-2487.html (original)
+++ websites/production/cxf/content/note-on-cve-2011-2487.html Wed Aug 28 
15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Note on 
CVE-2011-2487">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Note on CVE-2011-2487
     </title>

Modified: websites/production/cxf/content/people.html
==============================================================================
--- websites/production/cxf/content/people.html (original)
+++ websites/production/cxf/content/people.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - People">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- People
     </title>

Modified: websites/production/cxf/content/privacy-policy.html
==============================================================================
--- websites/production/cxf/content/privacy-policy.html (original)
+++ websites/production/cxf/content/privacy-policy.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Privacy 
Policy">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Privacy Policy
     </title>

Modified: websites/production/cxf/content/project-status.html
==============================================================================
--- websites/production/cxf/content/project-status.html (original)
+++ websites/production/cxf/content/project-status.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Project 
Status">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Project Status
     </title>

Modified: websites/production/cxf/content/quicklinks.html
==============================================================================
--- websites/production/cxf/content/quicklinks.html (original)
+++ websites/production/cxf/content/quicklinks.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - QuickLinks">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- QuickLinks
     </title>

Modified: websites/production/cxf/content/release-management.html
==============================================================================
--- websites/production/cxf/content/release-management.html (original)
+++ websites/production/cxf/content/release-management.html Wed Aug 28 15:07:05 
2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Release 
Management">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Release Management
     </title>

Modified: websites/production/cxf/content/resources-and-articles.html
==============================================================================
--- websites/production/cxf/content/resources-and-articles.html (original)
+++ websites/production/cxf/content/resources-and-articles.html Wed Aug 28 
15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Resources 
and Articles">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Resources and Articles
     </title>

Modified: websites/production/cxf/content/roadmap.html
==============================================================================
--- websites/production/cxf/content/roadmap.html (original)
+++ websites/production/cxf/content/roadmap.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Roadmap">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Roadmap
     </title>

Modified: 
websites/production/cxf/content/scalable-cxf-applications-using-jms-transport.html
==============================================================================
--- 
websites/production/cxf/content/scalable-cxf-applications-using-jms-transport.html
 (original)
+++ 
websites/production/cxf/content/scalable-cxf-applications-using-jms-transport.html
 Wed Aug 28 15:07:05 2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Scalable 
CXF applications using JMS transport">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Scalable CXF applications using JMS transport
     </title>

Modified: websites/production/cxf/content/security-advisories.html
==============================================================================
--- websites/production/cxf/content/security-advisories.html (original)
+++ websites/production/cxf/content/security-advisories.html Wed Aug 28 
15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Security 
Advisories">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Security Advisories
     </title>
@@ -135,7 +167,7 @@ Apache CXF -- Security Advisories
 <div id="ConfluenceContent">
 <h3><a shape="rect" name="SecurityAdvisories-2013"></a>2013</h3>
 
-<ul><li><a shape="rect" 
href="security-advisories.data/CVE-2013-2160.txt.asc?version=1&amp;modificationDate=1372324301037">CVE-2013-2160</a>
 - Denial of Service Attacks on Apache CXF</li><li><a shape="rect" 
href="cve-2012-5575.html" title="CVE-2012-5575">Note on CVE-2012-5575</a> - XML 
Encryption backwards compatibility attack on Apache CXF.</li><li><a 
shape="rect" href="cve-2013-0239.html" title="CVE-2013-0239">CVE-2013-0239</a> 
- Authentication bypass in the case of WS-SecurityPolicy enabled plaintext 
UsernameTokens.</li></ul>
+<ul><li><a shape="rect" 
href="security-advisories.data/CVE-2013-2160.txt.asc?version=1&amp;modificationDate=1372324301000">CVE-2013-2160</a>
 - Denial of Service Attacks on Apache CXF</li><li><a shape="rect" 
href="cve-2012-5575.html" title="CVE-2012-5575">Note on CVE-2012-5575</a> - XML 
Encryption backwards compatibility attack on Apache CXF.</li><li><a 
shape="rect" href="cve-2013-0239.html" title="CVE-2013-0239">CVE-2013-0239</a> 
- Authentication bypass in the case of WS-SecurityPolicy enabled plaintext 
UsernameTokens.</li></ul>
 
 
 <h3><a shape="rect" name="SecurityAdvisories-2012"></a>2012</h3>

Modified: 
websites/production/cxf/content/setting-up-eclipse-for-running-and-debugging-distributed-osgi.html
==============================================================================
--- 
websites/production/cxf/content/setting-up-eclipse-for-running-and-debugging-distributed-osgi.html
 (original)
+++ 
websites/production/cxf/content/setting-up-eclipse-for-running-and-debugging-distributed-osgi.html
 Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Setting up 
Eclipse for Running and Debugging Distributed OSGi">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Setting up Eclipse for Running and Debugging Distributed OSGi
     </title>

Modified: websites/production/cxf/content/setting-up-eclipse.html
==============================================================================
--- websites/production/cxf/content/setting-up-eclipse.html (original)
+++ websites/production/cxf/content/setting-up-eclipse.html Wed Aug 28 15:07:05 
2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Setting up 
Eclipse">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Setting up Eclipse
     </title>

Modified: websites/production/cxf/content/site.html
==============================================================================
--- websites/production/cxf/content/site.html (original)
+++ websites/production/cxf/content/site.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Site">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Site
     </title>

Modified: websites/production/cxf/content/source-repository.html
==============================================================================
--- websites/production/cxf/content/source-repository.html (original)
+++ websites/production/cxf/content/source-repository.html Wed Aug 28 15:07:05 
2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Source 
Repository">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Source Repository
     </title>

Modified: websites/production/cxf/content/special-thanks.html
==============================================================================
--- websites/production/cxf/content/special-thanks.html (original)
+++ websites/production/cxf/content/special-thanks.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Special 
Thanks">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Special Thanks
     </title>

Modified: websites/production/cxf/content/support.html
==============================================================================
--- websites/production/cxf/content/support.html (original)
+++ websites/production/cxf/content/support.html Wed Aug 28 15:07:05 2013
@@ -27,6 +27,38 @@
 <meta name="description" content="Apache CXF, Services Framework - Support">
 
 
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+
+</script>
+
+
+
     <title>
 Apache CXF -- Support
     </title>

Modified: websites/production/cxf/content/testing-debugging.html
==============================================================================
--- websites/production/cxf/content/testing-debugging.html (original)
+++ websites/production/cxf/content/testing-debugging.html Wed Aug 28 15:07:05 
2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - 
Testing-Debugging">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Testing-Debugging
     </title>

Modified: websites/production/cxf/content/using-ws-policy-in-cxf-projects.html
==============================================================================
--- websites/production/cxf/content/using-ws-policy-in-cxf-projects.html 
(original)
+++ websites/production/cxf/content/using-ws-policy-in-cxf-projects.html Wed 
Aug 28 15:07:05 2013
@@ -26,17 +26,45 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - Using 
WS-Policy in CXF projects">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushXml.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/scripts/shBrushXml.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- Using WS-Policy in CXF projects
     </title>

Modified: websites/production/cxf/content/ws-policy-framework.html
==============================================================================
--- websites/production/cxf/content/ws-policy-framework.html (original)
+++ websites/production/cxf/content/ws-policy-framework.html Wed Aug 28 
15:07:05 2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - WS-Policy 
Framework">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- WS-Policy Framework
     </title>

Modified: websites/production/cxf/content/xjc-utils.html
==============================================================================
--- websites/production/cxf/content/xjc-utils.html (original)
+++ websites/production/cxf/content/xjc-utils.html Wed Aug 28 15:07:05 2013
@@ -26,16 +26,44 @@
 <meta name="keywords" content="business integration, EAI, SOA, Service 
Oriented Architecture, web services, SOAP, JBI, JMS, WSDL, XML, EDI, Electronic 
Data Interchange, standards support, integration standards, application 
integration, middleware, software, solutions, services, CXF, open source">
 <meta name="description" content="Apache CXF, Services Framework - XJC Utils">
 
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shCoreCXF.css' 
rel='stylesheet' type='text/css' />
-  <link 
href='http://cxf.apache.org/resources/highlighter/styles/shThemeCXF.css' 
rel='stylesheet' type='text/css' />
-  <script src='http://cxf.apache.org/resources/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
-  <script 
src='http://cxf.apache.org/resources/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
-  
-  <script type="text/javascript">
-  SyntaxHighlighter.defaults['toolbar'] = false;
-  SyntaxHighlighter.all();
-  </script>
+
+<script type="text/javascript">
+var http = window.location.protocol;
+
+if ("https" != http) {
+    http = "http";
+}
+var head= document.getElementsByTagName('head')[0];
+
+function addLink(url)
+{
+   link= document.createElement('link');
+   link.type= 'text/css';
+   link.rel= 'stylesheet';
+   link.href= http + '://cxf.apache.org' + url; 
+   head.appendChild(link);
+}
+function addScript(scpt)
+{
+   var script= document.createElement('script');
+   script.type= 'text/javascript';
+   script.src= http + '://cxf.apache.org' + scpt;
+   head.appendChild(script);
+}
+
+addLink('/resources/site.css');
+addScript('/resources/space.js');
+
+  addLink('/resources/highlighter/styles/shCoreCXF.css');
+  addLink('/resources/highlighter/styles/shThemeCXF.css');
+  addScript('/resources/highlighter/scripts/shCore.js')
+  addScript('/resources/highlighter/scripts/shBrushJava.js')
+  addScript('/resources/highlighter/highlighterInit.js')
  
+</script>
+
+
+
     <title>
 Apache CXF -- XJC Utils
     </title>


Reply via email to