You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/08/28 18:16:21 UTC

svn commit: r876502 [4/9] - in /websites/production/cxf/content: ./ 2008/04/28/ 2008/06/20/ 2009/02/10/ 2009/08/04/ cache/ docs/

Modified: websites/production/cxf/content/docs/bus-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/bus-configuration.html (original)
+++ websites/production/cxf/content/docs/bus-configuration.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Bus Configuration">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Bus Configuration
     </title>

Modified: websites/production/cxf/content/docs/celtix-migration-guide.html
==============================================================================
--- websites/production/cxf/content/docs/celtix-migration-guide.html (original)
+++ websites/production/cxf/content/docs/celtix-migration-guide.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Celtix Migration Guide">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Celtix Migration Guide
     </title>

Modified: websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
==============================================================================
--- websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html (original)
+++ websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Client HTTP Transport (including SSL support)">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Client HTTP Transport (including SSL support)
     </title>

Modified: websites/production/cxf/content/docs/coloc-feature.html
==============================================================================
--- websites/production/cxf/content/docs/coloc-feature.html (original)
+++ websites/production/cxf/content/docs/coloc-feature.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Coloc Feature">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Coloc Feature
     </title>

Modified: websites/production/cxf/content/docs/configuration-for-developers.html
==============================================================================
--- websites/production/cxf/content/docs/configuration-for-developers.html (original)
+++ websites/production/cxf/content/docs/configuration-for-developers.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Configuration for Developers">
 
 
-<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>

Modified: websites/production/cxf/content/docs/configuration-of-runtime-constructed-objects.html
==============================================================================
--- websites/production/cxf/content/docs/configuration-of-runtime-constructed-objects.html (original)
+++ websites/production/cxf/content/docs/configuration-of-runtime-constructed-objects.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Configuration of Runtime Constructed Objects">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Configuration of Runtime Constructed Objects
     </title>

Modified: websites/production/cxf/content/docs/configuration-of-the-bus.html
==============================================================================
--- websites/production/cxf/content/docs/configuration-of-the-bus.html (original)
+++ websites/production/cxf/content/docs/configuration-of-the-bus.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Configuration of the Bus">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Configuration of the Bus
     </title>

Modified: websites/production/cxf/content/docs/configuration.html
==============================================================================
--- websites/production/cxf/content/docs/configuration.html (original)
+++ websites/production/cxf/content/docs/configuration.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Configuration">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Configuration
     </title>

Modified: websites/production/cxf/content/docs/custom-transport.html
==============================================================================
--- websites/production/cxf/content/docs/custom-transport.html (original)
+++ websites/production/cxf/content/docs/custom-transport.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Custom Transport">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Custom Transport
     </title>

Modified: websites/production/cxf/content/docs/cxf-architecture.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-architecture.html (original)
+++ websites/production/cxf/content/docs/cxf-architecture.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - CXF Architecture">
 
 
-<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);
-}
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- CXF Architecture
     </title>
@@ -195,14 +172,14 @@ div.rbtoc1321462233746 li {margin-left: 
 
 
 
-<map id="gliffy-map-25591945-8804" name="gliffy-map-25591945-8804"></map>
+<map id="gliffy-map-25591945-7380" name="gliffy-map-25591945-7380"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td align="left" colspan="1" rowspan="1">
             <table class="gliffy-macro-inner-table"><caption align="bottom">
                     
                         
                         <a shape="rect" href="https://cwiki.apache.org/confluence/plugins/gliffy/viewlargediagram.action?name=MessageFlowOnClientSide&amp;ceoid=44806&amp;key=CXF20DOC&amp;pageId=44806" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 1269px;" usemap="#gliffy-map-25591945-8804" src="https://cwiki.apache.org/confluence/download/attachments/44806/MessageFlowOnClientSide.png?version=4&amp;modificationDate=1298215366000" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 1269px;" usemap="#gliffy-map-25591945-7380" src="https://cwiki.apache.org/confluence/download/attachments/44806/MessageFlowOnClientSide.png?version=4&amp;modificationDate=1298215366000" alt="">
                     </td></tr></table>
         </td></tr></table>
 
@@ -212,14 +189,14 @@ div.rbtoc1321462233746 li {margin-left: 
 
 
 
-<map id="gliffy-map-25591953-1207" name="gliffy-map-25591953-1207"></map>
+<map id="gliffy-map-25591953-7523" name="gliffy-map-25591953-7523"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td align="left" colspan="1" rowspan="1">
             <table class="gliffy-macro-inner-table"><caption align="bottom">
                     
                         
                         <a shape="rect" href="https://cwiki.apache.org/confluence/plugins/gliffy/viewlargediagram.action?name=MessageFlowOnServerSide&amp;ceoid=44806&amp;key=CXF20DOC&amp;pageId=44806" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 1222px;" usemap="#gliffy-map-25591953-1207" src="https://cwiki.apache.org/confluence/download/attachments/44806/MessageFlowOnServerSide.png?version=4&amp;modificationDate=1298310696000" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 1222px;" usemap="#gliffy-map-25591953-7523" src="https://cwiki.apache.org/confluence/download/attachments/44806/MessageFlowOnServerSide.png?version=4&amp;modificationDate=1298310696000" alt="">
                     </td></tr></table>
         </td></tr></table>
 

Modified: websites/production/cxf/content/docs/cxf-dependency-graphs.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-dependency-graphs.html (original)
+++ websites/production/cxf/content/docs/cxf-dependency-graphs.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - CXF Dependency Graphs">
 
 
-<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>

Modified: websites/production/cxf/content/docs/cxf-feature-for-apache-karaf.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-feature-for-apache-karaf.html (original)
+++ websites/production/cxf/content/docs/cxf-feature-for-apache-karaf.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - CXF feature for Apache Karaf">
 
 
-<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>

Modified: websites/production/cxf/content/docs/cxf-oauth-10.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-oauth-10.html (original)
+++ websites/production/cxf/content/docs/cxf-oauth-10.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - CXF OAuth 1.0">
 
 
-<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);
-}
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- CXF OAuth 1.0
     </title>

Modified: websites/production/cxf/content/docs/cxf-tools-in-eclipse.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-tools-in-eclipse.html (original)
+++ websites/production/cxf/content/docs/cxf-tools-in-eclipse.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - CXF tools in Eclipse">
 
 
-<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>

Modified: websites/production/cxf/content/docs/cxfeclipseplugininstructions.html
==============================================================================
--- websites/production/cxf/content/docs/cxfeclipseplugininstructions.html (original)
+++ websites/production/cxf/content/docs/cxfeclipseplugininstructions.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - CXF_Eclipse_Plugin_Instructions">
 
 
-<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>

Modified: websites/production/cxf/content/docs/data-binding-architecture.html
==============================================================================
--- websites/production/cxf/content/docs/data-binding-architecture.html (original)
+++ websites/production/cxf/content/docs/data-binding-architecture.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Data Binding Architecture">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Data Binding Architecture
     </title>

Modified: websites/production/cxf/content/docs/databindings.html
==============================================================================
--- websites/production/cxf/content/docs/databindings.html (original)
+++ websites/production/cxf/content/docs/databindings.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - DataBindings">
 
 
-<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>

Modified: websites/production/cxf/content/docs/debugging-and-logging.html
==============================================================================
--- websites/production/cxf/content/docs/debugging-and-logging.html (original)
+++ websites/production/cxf/content/docs/debugging-and-logging.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Debugging and Logging">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Debugging and Logging
     </title>

Modified: websites/production/cxf/content/docs/defining-contract-first-webservices-with-wsdl-generation-from-java.html
==============================================================================
--- websites/production/cxf/content/docs/defining-contract-first-webservices-with-wsdl-generation-from-java.html (original)
+++ websites/production/cxf/content/docs/defining-contract-first-webservices-with-wsdl-generation-from-java.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Defining Contract first webservices with wsdl generation from java">
 
 
-<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);
-}
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Defining Contract first webservices with wsdl generation from java
     </title>

Modified: websites/production/cxf/content/docs/deployment.html
==============================================================================
--- websites/production/cxf/content/docs/deployment.html (original)
+++ websites/production/cxf/content/docs/deployment.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Deployment">
 
 
-<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>

Modified: websites/production/cxf/content/docs/developing-a-consumer.html
==============================================================================
--- websites/production/cxf/content/docs/developing-a-consumer.html (original)
+++ websites/production/cxf/content/docs/developing-a-consumer.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Developing a Consumer">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Developing a Consumer
     </title>

Modified: websites/production/cxf/content/docs/developing-a-service.html
==============================================================================
--- websites/production/cxf/content/docs/developing-a-service.html (original)
+++ websites/production/cxf/content/docs/developing-a-service.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Developing a Service">
 
 
-<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');
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-  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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Developing a Service
     </title>

Modified: websites/production/cxf/content/docs/developing-assertions.html
==============================================================================
--- websites/production/cxf/content/docs/developing-assertions.html (original)
+++ websites/production/cxf/content/docs/developing-assertions.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Developing Assertions">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
-
-if ("https:" != http) {
-    http = "http:";
-}
-var head= document.getElementsByTagName('head')[0];
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Developing Assertions
     </title>

Modified: websites/production/cxf/content/docs/documentation-todos.html
==============================================================================
--- websites/production/cxf/content/docs/documentation-todos.html (original)
+++ websites/production/cxf/content/docs/documentation-todos.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Documentation TODOs">
 
 
-<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>

Modified: websites/production/cxf/content/docs/dynamic-clients.html
==============================================================================
--- websites/production/cxf/content/docs/dynamic-clients.html (original)
+++ websites/production/cxf/content/docs/dynamic-clients.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Dynamic Clients">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Dynamic Clients
     </title>

Modified: websites/production/cxf/content/docs/dynamic-languages.html
==============================================================================
--- websites/production/cxf/content/docs/dynamic-languages.html (original)
+++ websites/production/cxf/content/docs/dynamic-languages.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Dynamic Languages">
 
 
-<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>

Modified: websites/production/cxf/content/docs/embedding-cxf-inside-spring.html
==============================================================================
--- websites/production/cxf/content/docs/embedding-cxf-inside-spring.html (original)
+++ websites/production/cxf/content/docs/embedding-cxf-inside-spring.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Embedding CXF inside Spring">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Embedding CXF inside Spring
     </title>

Modified: websites/production/cxf/content/docs/failoverfeature.html
==============================================================================
--- websites/production/cxf/content/docs/failoverfeature.html (original)
+++ websites/production/cxf/content/docs/failoverfeature.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - FailoverFeature">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- FailoverFeature
     </title>

Modified: websites/production/cxf/content/docs/features.html
==============================================================================
--- websites/production/cxf/content/docs/features.html (original)
+++ websites/production/cxf/content/docs/features.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Features">
 
 
-<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);
-}
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- Features
     </title>

Modified: websites/production/cxf/content/docs/featureslist.html
==============================================================================
--- websites/production/cxf/content/docs/featureslist.html (original)
+++ websites/production/cxf/content/docs/featureslist.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - FeaturesList">
 
 
-<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>

Modified: websites/production/cxf/content/docs/frontends.html
==============================================================================
--- websites/production/cxf/content/docs/frontends.html (original)
+++ websites/production/cxf/content/docs/frontends.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Frontends">
 
 
-<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>

Modified: websites/production/cxf/content/docs/generic-tracing-component.html
==============================================================================
--- websites/production/cxf/content/docs/generic-tracing-component.html (original)
+++ websites/production/cxf/content/docs/generic-tracing-component.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - Generic Tracing component">
 
 
-<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>
@@ -166,14 +139,14 @@ The tracing should support a flow id tha
 
 
 
-<map id="gliffy-map-25591961-6679" name="gliffy-map-25591961-6679"></map>
+<map id="gliffy-map-25591961-8031" name="gliffy-map-25591961-8031"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td align="left" colspan="1" rowspan="1">
             <table class="gliffy-macro-inner-table"><caption align="bottom">
                     
                         
                         <a shape="rect" href="https://cwiki.apache.org/confluence/plugins/gliffy/viewlargediagram.action?name=Tracing Component&amp;ceoid=25202745&amp;key=CXF20DOC&amp;pageId=25202745" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 1411px;" usemap="#gliffy-map-25591961-6679" src="https://cwiki.apache.org/confluence/download/attachments/25202745/Tracing+Component.png?version=1&amp;modificationDate=1298355725000" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 1411px;" usemap="#gliffy-map-25591961-8031" src="https://cwiki.apache.org/confluence/download/attachments/25202745/Tracing+Component.png?version=1&amp;modificationDate=1298355725000" alt="">
                     </td></tr></table>
         </td></tr></table>
 
@@ -182,14 +155,14 @@ The tracing should support a flow id tha
 
 
 
-<map id="gliffy-map-25591966-47" name="gliffy-map-25591966-47"></map>
+<map id="gliffy-map-25591966-3358" name="gliffy-map-25591966-3358"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td align="left" colspan="1" rowspan="1">
             <table class="gliffy-macro-inner-table"><caption align="bottom">
                     
                         
                         <a shape="rect" href="https://cwiki.apache.org/confluence/plugins/gliffy/viewlargediagram.action?name=Design Flow id&amp;ceoid=25202745&amp;key=CXF20DOC&amp;pageId=25202745" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 565px;" usemap="#gliffy-map-25591966-47" src="https://cwiki.apache.org/confluence/download/attachments/25202745/Design+Flow+id.png?version=2&amp;modificationDate=1298893753000" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 565px;" usemap="#gliffy-map-25591966-3358" src="https://cwiki.apache.org/confluence/download/attachments/25202745/Design+Flow+id.png?version=2&amp;modificationDate=1298893753000" alt="">
                     </td></tr></table>
         </td></tr></table>
 

Modified: websites/production/cxf/content/docs/how-do-i-develop-a-client.html
==============================================================================
--- websites/production/cxf/content/docs/how-do-i-develop-a-client.html (original)
+++ websites/production/cxf/content/docs/how-do-i-develop-a-client.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - How do I develop a client?">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- How do I develop a client?
     </title>

Modified: websites/production/cxf/content/docs/how-do-i-develop-a-service.html
==============================================================================
--- websites/production/cxf/content/docs/how-do-i-develop-a-service.html (original)
+++ websites/production/cxf/content/docs/how-do-i-develop-a-service.html Wed Aug 28 16:16:15 2013
@@ -19,49 +19,26 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - How do I develop a service?">
 
 
-<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);
-}
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- How do I develop a service?
     </title>

Modified: websites/production/cxf/content/docs/how-do-i-integrate-my-application-with-cxf.html
==============================================================================
--- websites/production/cxf/content/docs/how-do-i-integrate-my-application-with-cxf.html (original)
+++ websites/production/cxf/content/docs/how-do-i-integrate-my-application-with-cxf.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - How do I integrate my application with CXF">
 
 
-<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>

Modified: websites/production/cxf/content/docs/how-it-works.html
==============================================================================
--- websites/production/cxf/content/docs/how-it-works.html (original)
+++ websites/production/cxf/content/docs/how-it-works.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - How It Works">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- How It Works
     </title>

Modified: websites/production/cxf/content/docs/how-to-define-policies.html
==============================================================================
--- websites/production/cxf/content/docs/how-to-define-policies.html (original)
+++ websites/production/cxf/content/docs/how-to-define-policies.html Wed Aug 28 16:16:15 2013
@@ -19,50 +19,27 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - How to Define Policies">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shCoreCXF.css">
+<link type="text/css" rel="stylesheet" href="/resources/highlighter/styles/shThemeCXF.css">
 
-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 src='/resources/highlighter/scripts/shCore.js'></script>
+<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushXml.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- How to Define Policies
     </title>

Modified: websites/production/cxf/content/docs/how-tos.html
==============================================================================
--- websites/production/cxf/content/docs/how-tos.html (original)
+++ websites/production/cxf/content/docs/how-tos.html Wed Aug 28 16:16:15 2013
@@ -19,42 +19,15 @@
 -->
 <html>
   <head>
-    
+
+<link type="text/css" rel="stylesheet" href="/resources/site.css">
+<script src='/resources/space.js'></script>
+
 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 <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 - How-Tos">
 
 
-<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>