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 [8/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/wsdl-to-service.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-to-service.html (original)
+++ websites/production/cxf/content/docs/wsdl-to-service.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 - WSDL to 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');
-
-
-</script>
-
 
 
     <title>

Modified: websites/production/cxf/content/docs/wsdl-to-soap.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-to-soap.html (original)
+++ websites/production/cxf/content/docs/wsdl-to-soap.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 - WSDL to SOAP">
 
 
-<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/wsdl-to-xml.html
==============================================================================
--- websites/production/cxf/content/docs/wsdl-to-xml.html (original)
+++ websites/production/cxf/content/docs/wsdl-to-xml.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 - WSDL to XML">
 
 
-<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/wsdlvalidator.html
==============================================================================
--- websites/production/cxf/content/docs/wsdlvalidator.html (original)
+++ websites/production/cxf/content/docs/wsdlvalidator.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 - WSDLValidator">
 
 
-<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/wspconfiguration.html
==============================================================================
--- websites/production/cxf/content/docs/wspconfiguration.html (original)
+++ websites/production/cxf/content/docs/wspconfiguration.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 - WSPConfiguration">
 
 
-<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 -- WSPConfiguration
     </title>

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

Modified: websites/production/cxf/content/docs/xfire-migration-guide.html
==============================================================================
--- websites/production/cxf/content/docs/xfire-migration-guide.html (original)
+++ websites/production/cxf/content/docs/xfire-migration-guide.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 - XFire 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/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 -- XFire Migration Guide
     </title>

Modified: websites/production/cxf/content/docs/xml-key-management-service-xkms.html
==============================================================================
--- websites/production/cxf/content/docs/xml-key-management-service-xkms.html (original)
+++ websites/production/cxf/content/docs/xml-key-management-service-xkms.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 - XML Key Management Service (XKMS)">
 
 
-<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 -- XML Key Management Service (XKMS)
     </title>

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

Modified: websites/production/cxf/content/docs/xsd-to-wsdl.html
==============================================================================
--- websites/production/cxf/content/docs/xsd-to-wsdl.html (original)
+++ websites/production/cxf/content/docs/xsd-to-wsdl.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 - XSD to WSDL">
 
 
-<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/xslt-feature.html
==============================================================================
--- websites/production/cxf/content/docs/xslt-feature.html (original)
+++ websites/production/cxf/content/docs/xslt-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 - XSLT 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 -- XSLT Feature
     </title>

Modified: websites/production/cxf/content/dosgi-apache-karaf-feature.html
==============================================================================
--- websites/production/cxf/content/dosgi-apache-karaf-feature.html (original)
+++ websites/production/cxf/content/dosgi-apache-karaf-feature.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 - DOSGi Apache Karaf 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/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 -- DOSGi Apache Karaf Feature
     </title>

Modified: websites/production/cxf/content/dosgi-architecture.html
==============================================================================
--- websites/production/cxf/content/dosgi-architecture.html (original)
+++ websites/production/cxf/content/dosgi-architecture.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 - DOSGi 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);
-}
-
-addLink('/resources/site.css');
-addScript('/resources/space.js');
-
-
-</script>
-
 
 
     <title>
@@ -171,14 +144,14 @@ Apache CXF -- DOSGi Architecture
 
 
 
-<map id="gliffy-map-30965906-5433" name="gliffy-map-30965906-5433"></map>
+<map id="gliffy-map-30965906-8018" name="gliffy-map-30965906-8018"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td 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=remote-services-spec&amp;ceoid=30739778&amp;key=CXF&amp;pageId=30739778" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 900px;" usemap="#gliffy-map-30965906-5433" src="https://cwiki.apache.org/confluence/download/attachments/30739778/remote-services-spec.png?version=4&amp;modificationDate=1362365433000" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 900px;" usemap="#gliffy-map-30965906-8018" src="https://cwiki.apache.org/confluence/download/attachments/30739778/remote-services-spec.png?version=4&amp;modificationDate=1362365433000" alt="">
                     </td></tr></table>
         </td></tr></table>
 
@@ -188,14 +161,14 @@ Apache CXF -- DOSGi Architecture
 <p>The Remote Service Admin spec then splits the Distribution provider into separate modules that communicate through defined interfaces. This allows to change or enhance parts of an existing DOSGi implementation without having to reimplement the whole Distribution provider.</p>
 
 
-<map id="gliffy-map-30965903-9392" name="gliffy-map-30965903-9392"></map>
+<map id="gliffy-map-30965903-660" name="gliffy-map-30965903-660"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td 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=remote-service-admin-spec&amp;ceoid=30739778&amp;key=CXF&amp;pageId=30739778" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 897px;" usemap="#gliffy-map-30965903-9392" src="https://cwiki.apache.org/confluence/download/attachments/30739778/remote-service-admin-spec.png?version=2&amp;modificationDate=1362365400000" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 897px;" usemap="#gliffy-map-30965903-660" src="https://cwiki.apache.org/confluence/download/attachments/30739778/remote-service-admin-spec.png?version=2&amp;modificationDate=1362365400000" alt="">
                     </td></tr></table>
         </td></tr></table>
 
@@ -227,14 +200,14 @@ Apache CXF -- DOSGi Architecture
 
 
 
-<map id="gliffy-map-30965962-8717" name="gliffy-map-30965962-8717"></map>
+<map id="gliffy-map-30965962-8599" name="gliffy-map-30965962-8599"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td 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=cxf-dosgi-topology-manager&amp;ceoid=30739778&amp;key=CXF&amp;pageId=30739778" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 1217px;" usemap="#gliffy-map-30965962-8717" src="https://cwiki.apache.org/confluence/download/attachments/30739778/cxf-dosgi-topology-manager.png?version=4&amp;modificationDate=1368712288000" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 1217px;" usemap="#gliffy-map-30965962-8599" src="https://cwiki.apache.org/confluence/download/attachments/30739778/cxf-dosgi-topology-manager.png?version=4&amp;modificationDate=1368712288000" alt="">
                     </td></tr></table>
         </td></tr></table>
 
@@ -245,14 +218,14 @@ Apache CXF -- DOSGi Architecture
 
 
 
-<map id="gliffy-map-30966000-5166" name="gliffy-map-30966000-5166"></map>
+<map id="gliffy-map-30966000-2081" name="gliffy-map-30966000-2081"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td 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=cxf-dosgi-discovery-distributed&amp;ceoid=30739778&amp;key=CXF&amp;pageId=30739778" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 1191px;" usemap="#gliffy-map-30966000-5166" src="https://cwiki.apache.org/confluence/download/attachments/30739778/cxf-dosgi-discovery-distributed.png?version=3&amp;modificationDate=1362365313000" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 1191px;" usemap="#gliffy-map-30966000-2081" src="https://cwiki.apache.org/confluence/download/attachments/30739778/cxf-dosgi-discovery-distributed.png?version=3&amp;modificationDate=1362365313000" alt="">
                     </td></tr></table>
         </td></tr></table>
 
@@ -263,14 +236,14 @@ Apache CXF -- DOSGi Architecture
 
 
 
-<map id="gliffy-map-30966005-9078" name="gliffy-map-30966005-9078"></map>
+<map id="gliffy-map-30966005-794" name="gliffy-map-30966005-794"></map>
 <table class="gliffy-macro-table" width="100%"><tr><td 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=cxf-dosgi-remote-service-admin&amp;ceoid=30739778&amp;key=CXF&amp;pageId=30739778" target="_self">Full Size</a>
                                     </caption><tr><td colspan="1" rowspan="1">
-                        <img class="gliffy-macro-image" style="border: none; width: 200px;" usemap="#gliffy-map-30966005-9078" src="https://cwiki.apache.org/confluence/download/attachments/30739778/cxf-dosgi-remote-service-admin.png?version=2&amp;modificationDate=1362364251000" alt="">
+                        <img class="gliffy-macro-image" style="border: none; width: 200px;" usemap="#gliffy-map-30966005-794" src="https://cwiki.apache.org/confluence/download/attachments/30739778/cxf-dosgi-remote-service-admin.png?version=2&amp;modificationDate=1362364251000" alt="">
                     </td></tr></table>
         </td></tr></table>
 

Modified: websites/production/cxf/content/dosgi-build.html
==============================================================================
--- websites/production/cxf/content/dosgi-build.html (original)
+++ websites/production/cxf/content/dosgi-build.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 - DOSGi Build">
 
 
-<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 -- DOSGi Build
     </title>

Modified: websites/production/cxf/content/dosgi-discovery-demo-page.html
==============================================================================
--- websites/production/cxf/content/dosgi-discovery-demo-page.html (original)
+++ websites/production/cxf/content/dosgi-discovery-demo-page.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 - DOSGi Discovery Demo page">
 
 
-<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 -- DOSGi Discovery Demo page
     </title>

Modified: websites/production/cxf/content/dosgi-discovery.html
==============================================================================
--- websites/production/cxf/content/dosgi-discovery.html (original)
+++ websites/production/cxf/content/dosgi-discovery.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 - DOSGi Discovery">
 
 
-<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 -- DOSGi Discovery
     </title>

Modified: websites/production/cxf/content/dosgi-ds-demo-page.html
==============================================================================
--- websites/production/cxf/content/dosgi-ds-demo-page.html (original)
+++ websites/production/cxf/content/dosgi-ds-demo-page.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 - DOSGi DS Demo page">
 
 
-<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 -- DOSGi DS Demo page
     </title>

Modified: websites/production/cxf/content/dosgi-faq.html
==============================================================================
--- websites/production/cxf/content/dosgi-faq.html (original)
+++ websites/production/cxf/content/dosgi-faq.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 - DOSGi FAQ">
 
 
-<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/dosgi-multi-bundle-distribution.html
==============================================================================
--- websites/production/cxf/content/dosgi-multi-bundle-distribution.html (original)
+++ websites/production/cxf/content/dosgi-multi-bundle-distribution.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 - DOSGi Multi Bundle Distribution">
 
 
-<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 -- DOSGi Multi Bundle Distribution
     </title>

Modified: websites/production/cxf/content/dosgi-presentations-and-articles.html
==============================================================================
--- websites/production/cxf/content/dosgi-presentations-and-articles.html (original)
+++ websites/production/cxf/content/dosgi-presentations-and-articles.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 - DOSGi Presentations and Articles">
 
 
-<script type="text/javascript">
-var http = window.location.protocol;
-
-if ("https:" != http) {
-    http = "http:";
-}
-var head= document.getElementsByTagName('head')[0];
-
-function addLink(url)
-{
-   link= document.createElement('link');
-   link.type= 'text/css';
-   link.rel= 'stylesheet';
-   link.href= http + '//cxf.apache.org' + url; 
-   head.appendChild(link);
-}
-function addScript(scpt)
-{
-   var script= document.createElement('script');
-   script.type= 'text/javascript';
-   script.src= http + '//cxf.apache.org' + scpt;
-   head.appendChild(script);
-}
-
-addLink('/resources/site.css');
-addScript('/resources/space.js');
-
-
-</script>
-
 
 
     <title>

Modified: websites/production/cxf/content/dosgi-release-build.html
==============================================================================
--- websites/production/cxf/content/dosgi-release-build.html (original)
+++ websites/production/cxf/content/dosgi-release-build.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 - DOSGi release build">
 
 
-<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/dosgi-releases.html
==============================================================================
--- websites/production/cxf/content/dosgi-releases.html (original)
+++ websites/production/cxf/content/dosgi-releases.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 - DOSGi Releases">
 
 
-<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/dosgi-single-bundle-distribution.html
==============================================================================
--- websites/production/cxf/content/dosgi-single-bundle-distribution.html (original)
+++ websites/production/cxf/content/dosgi-single-bundle-distribution.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 - DOSGi Single Bundle Distribution">
 
 
-<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 -- DOSGi Single Bundle Distribution
     </title>

Modified: websites/production/cxf/content/dosgi-spring-dm-demo-page.html
==============================================================================
--- websites/production/cxf/content/dosgi-spring-dm-demo-page.html (original)
+++ websites/production/cxf/content/dosgi-spring-dm-demo-page.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 - DOSGi Spring-DM Demo page">
 
 
-<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 -- DOSGi Spring-DM Demo page
     </title>

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

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

Modified: websites/production/cxf/content/fediz-architecture.html
==============================================================================
--- websites/production/cxf/content/fediz-architecture.html (original)
+++ websites/production/cxf/content/fediz-architecture.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 - Fediz 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);
-}
-
-addLink('/resources/site.css');
-addScript('/resources/space.js');
-
-
-</script>
-
 
 
     <title>

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

Modified: websites/production/cxf/content/fediz-downloads.html
==============================================================================
--- websites/production/cxf/content/fediz-downloads.html (original)
+++ websites/production/cxf/content/fediz-downloads.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 - Fediz Downloads">
 
 
-<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 -- Fediz Downloads
     </title>

Modified: websites/production/cxf/content/fediz-extensions.html
==============================================================================
--- websites/production/cxf/content/fediz-extensions.html (original)
+++ websites/production/cxf/content/fediz-extensions.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 - Fediz Extensions">
 
 
-<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/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 -- Fediz Extensions
     </title>

Modified: websites/production/cxf/content/fediz-idp.html
==============================================================================
--- websites/production/cxf/content/fediz-idp.html (original)
+++ websites/production/cxf/content/fediz-idp.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 - Fediz IDP">
 
 
-<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 -- Fediz IDP
     </title>

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

Modified: websites/production/cxf/content/fediz-metadata.html
==============================================================================
--- websites/production/cxf/content/fediz-metadata.html (original)
+++ websites/production/cxf/content/fediz-metadata.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 - Fediz Metadata">
 
 
-<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 -- Fediz Metadata
     </title>

Modified: websites/production/cxf/content/fediz-spring-2.html
==============================================================================
--- websites/production/cxf/content/fediz-spring-2.html (original)
+++ websites/production/cxf/content/fediz-spring-2.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 - Fediz Spring 2">
 
 
-<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 -- Fediz Spring 2
     </title>

Modified: websites/production/cxf/content/fediz-spring.html
==============================================================================
--- websites/production/cxf/content/fediz-spring.html (original)
+++ websites/production/cxf/content/fediz-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 - Fediz 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 -- Fediz Spring
     </title>

Modified: websites/production/cxf/content/fediz-tomcat.html
==============================================================================
--- websites/production/cxf/content/fediz-tomcat.html (original)
+++ websites/production/cxf/content/fediz-tomcat.html Wed Aug 28 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 - Fediz Tomcat">
 
 
-<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 -- Fediz Tomcat
     </title>

Modified: websites/production/cxf/content/fediz-websphere.html
==============================================================================
--- websites/production/cxf/content/fediz-websphere.html (original)
+++ websites/production/cxf/content/fediz-websphere.html Wed Aug 28 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 - Fediz Websphere">
 
 
-<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 -- Fediz Websphere
     </title>