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 [6/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/jax-ws.html
==============================================================================
--- websites/production/cxf/content/docs/jax-ws.html (original)
+++ websites/production/cxf/content/docs/jax-ws.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 - JAX-WS">
 
 
-<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/jaxb.html
==============================================================================
--- websites/production/cxf/content/docs/jaxb.html (original)
+++ websites/production/cxf/content/docs/jaxb.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 - JAXB">
 
 
-<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 -- JAXB
     </title>

Modified: websites/production/cxf/content/docs/jaxrs-kerberos.html
==============================================================================
--- websites/production/cxf/content/docs/jaxrs-kerberos.html (original)
+++ websites/production/cxf/content/docs/jaxrs-kerberos.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 - JAXRS Kerberos">
 
 
-<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 -- JAXRS Kerberos
     </title>

Modified: websites/production/cxf/content/docs/jaxrs-oauth2-assertions.html
==============================================================================
--- websites/production/cxf/content/docs/jaxrs-oauth2-assertions.html (original)
+++ websites/production/cxf/content/docs/jaxrs-oauth2-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 - JAXRS OAuth2 Assertions">
 
 
-<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 -- JAXRS OAuth2 Assertions
     </title>

Modified: websites/production/cxf/content/docs/jaxrs-services-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/jaxrs-services-configuration.html (original)
+++ websites/production/cxf/content/docs/jaxrs-services-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 - JAXRS Services Configuration">
 
 
-<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 -- JAXRS Services Configuration
     </title>

Modified: websites/production/cxf/content/docs/jaxrs-services-description.html
==============================================================================
--- websites/production/cxf/content/docs/jaxrs-services-description.html (original)
+++ websites/production/cxf/content/docs/jaxrs-services-description.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 - JAXRS Services Description">
 
 
-<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 -- JAXRS Services Description
     </title>

Modified: websites/production/cxf/content/docs/jaxrs-testing.html
==============================================================================
--- websites/production/cxf/content/docs/jaxrs-testing.html (original)
+++ websites/production/cxf/content/docs/jaxrs-testing.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 - JAXRS Testing">
 
 
-<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 -- JAXRS Testing
     </title>

Modified: websites/production/cxf/content/docs/jetty-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/jetty-configuration.html (original)
+++ websites/production/cxf/content/docs/jetty-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 - Jetty 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 -- Jetty Configuration
     </title>

Modified: websites/production/cxf/content/docs/jms-transport.html
==============================================================================
--- websites/production/cxf/content/docs/jms-transport.html (original)
+++ websites/production/cxf/content/docs/jms-transport.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 - JMS 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/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 -- JMS Transport
     </title>

Modified: websites/production/cxf/content/docs/jmx-management.html
==============================================================================
--- websites/production/cxf/content/docs/jmx-management.html (original)
+++ websites/production/cxf/content/docs/jmx-management.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 - JMX Management">
 
 
-<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 -- JMX Management
     </title>

Modified: websites/production/cxf/content/docs/json-support.html
==============================================================================
--- websites/production/cxf/content/docs/json-support.html (original)
+++ websites/production/cxf/content/docs/json-support.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 - JSON 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');
+<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 -- JSON Support
     </title>

Modified: websites/production/cxf/content/docs/licenses.html
==============================================================================
--- websites/production/cxf/content/docs/licenses.html (original)
+++ websites/production/cxf/content/docs/licenses.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 - Licenses">
 
 
-<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/local-transport.html
==============================================================================
--- websites/production/cxf/content/docs/local-transport.html (original)
+++ websites/production/cxf/content/docs/local-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 - Local 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 -- Local Transport
     </title>

Modified: websites/production/cxf/content/docs/logbrowser-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/logbrowser-configuration.html (original)
+++ websites/production/cxf/content/docs/logbrowser-configuration.html Wed Aug 28 16:16:15 2013
@@ -19,51 +19,28 @@
 -->
 <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 - LogBrowser - Configuration">
 
 
-<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/scripts/shBrushPlain.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 src='/resources/highlighter/scripts/shBrushPlain.js'></script>
+<script>
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
 </script>
 
 
-
     <title>
 Apache CXF -- LogBrowser - Configuration
     </title>

Modified: websites/production/cxf/content/docs/logbrowser-software-requirements-specification.html
==============================================================================
--- websites/production/cxf/content/docs/logbrowser-software-requirements-specification.html (original)
+++ websites/production/cxf/content/docs/logbrowser-software-requirements-specification.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 - LogBrowser - Software Requirements Specification">
 
 
-<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/logbrowser-system-architectural-design.html
==============================================================================
--- websites/production/cxf/content/docs/logbrowser-system-architectural-design.html (original)
+++ websites/production/cxf/content/docs/logbrowser-system-architectural-design.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 - LogBrowser - System architectural design">
 
 
-<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/logbrowser.html
==============================================================================
--- websites/production/cxf/content/docs/logbrowser.html (original)
+++ websites/production/cxf/content/docs/logbrowser.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 - LogBrowser">
 
 
-<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/maven-cxf-codegen-plugin-wsdl-to-java.html
==============================================================================
--- websites/production/cxf/content/docs/maven-cxf-codegen-plugin-wsdl-to-java.html (original)
+++ websites/production/cxf/content/docs/maven-cxf-codegen-plugin-wsdl-to-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 - Maven cxf-codegen-plugin (WSDL to Java)">
 
 
-<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 -- Maven cxf-codegen-plugin (WSDL to Java)
     </title>

Modified: websites/production/cxf/content/docs/maven-java2ws-plugin.html
==============================================================================
--- websites/production/cxf/content/docs/maven-java2ws-plugin.html (original)
+++ websites/production/cxf/content/docs/maven-java2ws-plugin.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 - Maven Java2WS plugin">
 
 
-<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 -- Maven Java2WS plugin
     </title>

Modified: websites/production/cxf/content/docs/maven-java2wsdl-plugin-cxf-20x-only-removed-in-21-and-replaced-with-java2ws.html
==============================================================================
--- websites/production/cxf/content/docs/maven-java2wsdl-plugin-cxf-20x-only-removed-in-21-and-replaced-with-java2ws.html (original)
+++ websites/production/cxf/content/docs/maven-java2wsdl-plugin-cxf-20x-only-removed-in-21-and-replaced-with-java2ws.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 - Maven Java2WSDL plugin (CXF 2.0.x only.  Removed in 2.1 and replaced with Java2WS)">
 
 
-<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 -- Maven Java2WSDL plugin (CXF 2.0.x only.  Removed in 2.1 and replaced with Java2WS)
     </title>

Modified: websites/production/cxf/content/docs/migration-guides.html
==============================================================================
--- websites/production/cxf/content/docs/migration-guides.html (original)
+++ websites/production/cxf/content/docs/migration-guides.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 - Migration Guides">
 
 
-<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/mtom-attachments-with-jaxb.html
==============================================================================
--- websites/production/cxf/content/docs/mtom-attachments-with-jaxb.html (original)
+++ websites/production/cxf/content/docs/mtom-attachments-with-jaxb.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 - MTOM Attachments with JAXB">
 
 
-<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 -- MTOM Attachments with JAXB
     </title>

Modified: websites/production/cxf/content/docs/mtom.html
==============================================================================
--- websites/production/cxf/content/docs/mtom.html (original)
+++ websites/production/cxf/content/docs/mtom.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 - MTOM">
 
 
-<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 -- MTOM
     </title>

Modified: websites/production/cxf/content/docs/multiplexed-endpointreferences.html
==============================================================================
--- websites/production/cxf/content/docs/multiplexed-endpointreferences.html (original)
+++ websites/production/cxf/content/docs/multiplexed-endpointreferences.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 - Multiplexed EndpointReferences">
 
 
-<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/navigation-new.html
==============================================================================
--- websites/production/cxf/content/docs/navigation-new.html (original)
+++ websites/production/cxf/content/docs/navigation-new.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 - Navigation New">
 
 
-<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/navigation.html
==============================================================================
--- websites/production/cxf/content/docs/navigation.html (original)
+++ websites/production/cxf/content/docs/navigation.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 - 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>

Modified: websites/production/cxf/content/docs/overview.html
==============================================================================
--- websites/production/cxf/content/docs/overview.html (original)
+++ websites/production/cxf/content/docs/overview.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 - Overview">
 
 
-<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/provider-services.html
==============================================================================
--- websites/production/cxf/content/docs/provider-services.html (original)
+++ websites/production/cxf/content/docs/provider-services.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 - Provider Services">
 
 
-<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 -- Provider Services
     </title>

Modified: websites/production/cxf/content/docs/pure-xml.html
==============================================================================
--- websites/production/cxf/content/docs/pure-xml.html (original)
+++ websites/production/cxf/content/docs/pure-xml.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 - Pure XML">
 
 
-<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 -- Pure XML
     </title>

Modified: websites/production/cxf/content/docs/quicklinks.html
==============================================================================
--- websites/production/cxf/content/docs/quicklinks.html (original)
+++ websites/production/cxf/content/docs/quicklinks.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 - 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>

Modified: websites/production/cxf/content/docs/rest-with-jax-ws-provider-and-dispatch.html
==============================================================================
--- websites/production/cxf/content/docs/rest-with-jax-ws-provider-and-dispatch.html (original)
+++ websites/production/cxf/content/docs/rest-with-jax-ws-provider-and-dispatch.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 - REST with JAX-WS Provider and Dispatch">
 
 
-<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 -- REST with JAX-WS Provider and Dispatch
     </title>

Modified: websites/production/cxf/content/docs/restful-services.html
==============================================================================
--- websites/production/cxf/content/docs/restful-services.html (original)
+++ websites/production/cxf/content/docs/restful-services.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 - RESTful Services">
 
 
-<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/running-a-service-in-tomcat-on-zos.html
==============================================================================
--- websites/production/cxf/content/docs/running-a-service-in-tomcat-on-zos.html (original)
+++ websites/production/cxf/content/docs/running-a-service-in-tomcat-on-zos.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 - Running a service in Tomcat on zOS">
 
 
-<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 -- Running a service in Tomcat on zOS
     </title>

Modified: websites/production/cxf/content/docs/saml-web-sso.html
==============================================================================
--- websites/production/cxf/content/docs/saml-web-sso.html (original)
+++ websites/production/cxf/content/docs/saml-web-sso.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 - SAML Web SSO">
 
 
-<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 -- SAML Web SSO
     </title>

Modified: websites/production/cxf/content/docs/sample-projects.html
==============================================================================
--- websites/production/cxf/content/docs/sample-projects.html (original)
+++ websites/production/cxf/content/docs/sample-projects.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 - Sample Projects">
 
 
-<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/schemas-and-namespaces.html
==============================================================================
--- websites/production/cxf/content/docs/schemas-and-namespaces.html (original)
+++ websites/production/cxf/content/docs/schemas-and-namespaces.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 - Schemas and Namespaces">
 
 
-<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 -- Schemas and Namespaces
     </title>

Modified: websites/production/cxf/content/docs/sdo.html
==============================================================================
--- websites/production/cxf/content/docs/sdo.html (original)
+++ websites/production/cxf/content/docs/sdo.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 - SDO">
 
 
-<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 -- SDO
     </title>

Modified: websites/production/cxf/content/docs/secure-jax-rs-services.html
==============================================================================
--- websites/production/cxf/content/docs/secure-jax-rs-services.html (original)
+++ websites/production/cxf/content/docs/secure-jax-rs-services.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 - Secure JAX-RS Services">
 
 
-<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 -- Secure JAX-RS Services
     </title>

Modified: websites/production/cxf/content/docs/security.html
==============================================================================
--- websites/production/cxf/content/docs/security.html (original)
+++ websites/production/cxf/content/docs/security.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 - Security">
 
 
-<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 -- Security
     </title>

Modified: websites/production/cxf/content/docs/server-http-transport.html
==============================================================================
--- websites/production/cxf/content/docs/server-http-transport.html (original)
+++ websites/production/cxf/content/docs/server-http-transport.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 - Server HTTP 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/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 -- Server HTTP Transport
     </title>