You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2012/09/14 09:12:12 UTC

svn commit: r831980 [1/2] - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/ deltaspike/resources/css/ deltaspike/resources/js/

Author: buildbot
Date: Fri Sep 14 07:12:11 2012
New Revision: 831980

Log:
Staging update by buildbot for deltaspike

Added:
    websites/staging/deltaspike/trunk/content/deltaspike/resources/css/codehilite.css
    websites/staging/deltaspike/trunk/content/deltaspike/resources/js/prettyprint.js
Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/deltaspike/I18.html
    websites/staging/deltaspike/trunk/content/deltaspike/backlog.html
    websites/staging/deltaspike/trunk/content/deltaspike/build.html
    websites/staging/deltaspike/trunk/content/deltaspike/cdi-1.1-proposals.html
    websites/staging/deltaspike/trunk/content/deltaspike/community.html
    websites/staging/deltaspike/trunk/content/deltaspike/documentation.html
    websites/staging/deltaspike/trunk/content/deltaspike/download.html
    websites/staging/deltaspike/trunk/content/deltaspike/drafts.html
    websites/staging/deltaspike/trunk/content/deltaspike/examples.html
    websites/staging/deltaspike/trunk/content/deltaspike/exception_draft.html
    websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html
    websites/staging/deltaspike/trunk/content/deltaspike/features.html
    websites/staging/deltaspike/trunk/content/deltaspike/getting-involved.html
    websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html
    websites/staging/deltaspike/trunk/content/deltaspike/index2.html
    websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html
    websites/staging/deltaspike/trunk/content/deltaspike/irc.html
    websites/staging/deltaspike/trunk/content/deltaspike/jpa.html
    websites/staging/deltaspike/trunk/content/deltaspike/migration-guide.html
    websites/staging/deltaspike/trunk/content/deltaspike/modules.html
    websites/staging/deltaspike/trunk/content/deltaspike/new-committer.html
    websites/staging/deltaspike/trunk/content/deltaspike/news.html
    websites/staging/deltaspike/trunk/content/deltaspike/not_used.html
    websites/staging/deltaspike/trunk/content/deltaspike/project-name.html
    websites/staging/deltaspike/trunk/content/deltaspike/project-structure.html
    websites/staging/deltaspike/trunk/content/deltaspike/release-preparation.html
    websites/staging/deltaspike/trunk/content/deltaspike/resources/css/bootstrap.css
    websites/staging/deltaspike/trunk/content/deltaspike/se-features-ranking.html
    websites/staging/deltaspike/trunk/content/deltaspike/security.html
    websites/staging/deltaspike/trunk/content/deltaspike/source.html
    websites/staging/deltaspike/trunk/content/deltaspike/spi.html
    websites/staging/deltaspike/trunk/content/deltaspike/suggested-git-workflows.html
    websites/staging/deltaspike/trunk/content/deltaspike/support.html
    websites/staging/deltaspike/trunk/content/deltaspike/supporters.html
    websites/staging/deltaspike/trunk/content/deltaspike/tools.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep 14 07:12:11 2012
@@ -1 +1 @@
-1384391
+1384661

Modified: websites/staging/deltaspike/trunk/content/deltaspike/I18.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/I18.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/I18.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -203,6 +205,7 @@ In case of a message-key, the message-re
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/backlog.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/backlog.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/backlog.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -170,6 +172,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/build.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/build.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/build.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -99,6 +101,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/cdi-1.1-proposals.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/cdi-1.1-proposals.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/cdi-1.1-proposals.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -791,6 +793,7 @@ public interface HttpConversationContext
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/community.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/community.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/community.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -147,6 +149,7 @@ If you have troubles to find the informa
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/documentation.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/documentation.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/documentation.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -74,20 +76,38 @@ DeltaSpike will help you as it provides 
 of your choice (<a href="http://docs.jboss.org/weld/reference/1.1.5.Final/en-US/html/">JBoss Weld</a>, <a href="http://openwebbeans.apache.org">Apache OpenWebbeans</a>, <a href="http://openejb.apache.org">Apache OpenEJB</a>)
 as it uses the ServiceLoader of JDK to detect which implementation has been packaged in your project's classpath.</p>
 <p>To bootstrap a CDI container in your Java application, you just need to instantiate the CdiContainer and call the boot method.</p>
+<pre>
+<code>@Stateless
+public class Waiter {
+
+     @Inject
+     public Soup soup;
+
+     public String orderSoup(String name){
+         soup.setName(name);
+         return soup.getName();
+     }
+
+     public String orderWhatTheOtherGuyHad() {
+         String name = soup.getName();
+         return name;
+     }
+}</code>
+</pre>
+
 <div class="codehilite"><pre><span class="nb">import</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">deltaspike</span><span class="o">.</span><span class="n">cdise</span><span class="o">.</span><span class="n">api</span><span class="o">.</span><span class="n">CdiContainer</span><span class="p">;</span>
 <span class="nb">import</span> <span class="n">org</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">deltaspike</span><span class="o">.</span><span class="n">cdise</span><span class="o">.</span><span class="n">api</span><span class="o">.</span><span class="n">CdiContainerLoader</span><span class="p">;</span>
-<span class="o">....</span>
 
 <span class="n">public</span> <span class="n">class</span> <span class="n">SimpleApp</span> <span class="p">{</span>
-   <span class="n">public</span> <span class="n">static</span> <span class="n">void</span> <span class="n">main</span><span class="p">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="p">)</span> <span class="p">{</span>
+    <span class="n">public</span> <span class="n">static</span> <span class="n">void</span> <span class="n">main</span><span class="p">(</span><span class="n">String</span><span class="o">[]</span> <span class="n">args</span><span class="p">)</span> <span class="p">{</span>
 
-       <span class="n">CdiContainer</span> <span class="n">CdiContainer</span> <span class="o">=</span> <span class="n">CdiContainerLoader</span><span class="o">.</span><span class="n">getCdiContainer</span><span class="p">();</span>
-       <span class="n">CdiContainer</span><span class="o">.</span><span class="n">boot</span><span class="p">();</span>
+        <span class="n">CdiContainer</span> <span class="n">CdiContainer</span> <span class="o">=</span> <span class="n">CdiContainerLoader</span><span class="o">.</span><span class="n">getCdiContainer</span><span class="p">();</span>
+        <span class="n">CdiContainer</span><span class="o">.</span><span class="n">boot</span><span class="p">();</span>
 
-       <span class="sr">//</span> <span class="n">You</span> <span class="n">can</span> <span class="k">use</span> <span class="n">CDI</span> <span class="n">here</span>
+        <span class="sr">//</span> <span class="n">You</span> <span class="n">can</span> <span class="k">use</span> <span class="n">CDI</span> <span class="n">here</span>
 
-       <span class="n">CdiContainer</span><span class="o">.</span><span class="nb">shutdown</span><span class="p">();</span>
-   <span class="p">}</span>
+        <span class="n">CdiContainer</span><span class="o">.</span><span class="nb">shutdown</span><span class="p">();</span>
+    <span class="p">}</span>
 <span class="p">}</span>
 </pre></div>
 
@@ -126,6 +146,7 @@ and execute</code>ContextControl#startCo
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/download.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/download.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/download.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -81,6 +83,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/drafts.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/drafts.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/drafts.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -1405,6 +1407,7 @@ Examples:</p>
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/examples.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/examples.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/examples.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -78,6 +80,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/exception_draft.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/exception_draft.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/exception_draft.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -1404,6 +1406,7 @@ Examples:</p>
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/exceptions.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -316,6 +318,7 @@ unless it's explicitly marked as unmuted
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/features.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/features.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/features.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -479,6 +481,7 @@ The following example also shows how to 
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/getting-involved.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/getting-involved.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/getting-involved.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -135,6 +137,7 @@ This page provides some details about th
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/getting-started.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -121,6 +123,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/index2.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/index2.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/index2.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -89,6 +91,7 @@ many others. Together they now form the 
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/integration-tests.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -110,6 +112,7 @@ Start the domain.</p>
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/irc.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/irc.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/irc.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -76,6 +78,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/jpa.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/jpa.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/jpa.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -331,6 +333,7 @@ So it's possible to catch an exception i
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/migration-guide.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/migration-guide.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/migration-guide.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -102,6 +104,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/modules.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/modules.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/modules.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -544,6 +546,7 @@ So it's possible to catch an exception i
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/new-committer.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/new-committer.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/new-committer.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -190,6 +192,7 @@ To: private list</p>
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/news.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/news.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/news.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -153,6 +155,7 @@ Andy Gibson
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/not_used.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/not_used.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/not_used.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -117,6 +119,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/project-name.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/project-name.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/project-name.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -125,6 +127,7 @@ However, it's just the code-name during 
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/project-structure.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/project-structure.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/project-structure.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -97,6 +99,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/release-preparation.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/release-preparation.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/release-preparation.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -88,6 +90,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/resources/css/bootstrap.css
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/resources/css/bootstrap.css (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/resources/css/bootstrap.css Fri Sep 14 07:12:11 2012
@@ -682,8 +682,8 @@ cite {
     font-style: normal;
 }
 
-code,
-pre {
+/**
+code, pre {
     padding: 0 3px 2px;
     font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
     font-size: 12px;
@@ -698,6 +698,21 @@ code {
     color: #d14;
     background-color: #f7f7f9;
     border: 1px solid #e1e1e8;
+}**/
+
+
+code, pre {
+    padding: 0 3px 2px;
+    font-family: Monaco, Andale Mono, Courier New, monospace;
+    font-size: 12px;
+    -webkit-border-radius: 3px;
+    -moz-border-radius: 3px;
+    border-radius: 3px;
+}
+code {
+    /*background-color: #fee9cc;*/
+    color: rgba(0, 0, 0, 0.75);
+    padding: 1px 3px;
 }
 
 pre {

Added: websites/staging/deltaspike/trunk/content/deltaspike/resources/css/codehilite.css
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/resources/css/codehilite.css (added)
+++ websites/staging/deltaspike/trunk/content/deltaspike/resources/css/codehilite.css Fri Sep 14 07:12:11 2012
@@ -0,0 +1,70 @@
+/*!
+ * Codehilite
+ *
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ */
+
+.codehilite .c { color: #408080; font-style: italic } /* Comment */
+.codehilite .err { border: 1px solid #FF0000 } /* Error */
+.codehilite .k { color: #008000; font-weight: bold } /* Keyword */
+.codehilite .o { color: #666666 } /* Operator */
+.codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */
+.codehilite .cp { color: #BC7A00 } /* Comment.Preproc */
+.codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */
+.codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */
+.codehilite .gd { color: #A00000 } /* Generic.Deleted */
+.codehilite .ge { font-style: italic } /* Generic.Emph */
+.codehilite .gr { color: #FF0000 } /* Generic.Error */
+.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.codehilite .gi { color: #00A000 } /* Generic.Inserted */
+.codehilite .go { color: #808080 } /* Generic.Output */
+.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
+.codehilite .gs { font-weight: bold } /* Generic.Strong */
+.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.codehilite .gt { color: #0040D0 } /* Generic.Traceback */
+.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
+.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
+.codehilite .kp { color: #008000 } /* Keyword.Pseudo */
+.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
+.codehilite .kt { color: #B00040 } /* Keyword.Type */
+.codehilite .m { color: #666666 } /* Literal.Number */
+.codehilite .s { color: #BA2121 } /* Literal.String */
+.codehilite .na { color: #7D9029 } /* Name.Attribute */
+.codehilite .nb { color: #008000 } /* Name.Builtin */
+.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */
+.codehilite .no { color: #880000 } /* Name.Constant */
+.codehilite .nd { color: #AA22FF } /* Name.Decorator */
+.codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */
+.codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
+.codehilite .nf { color: #0000FF } /* Name.Function */
+.codehilite .nl { color: #A0A000 } /* Name.Label */
+.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
+.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */
+.codehilite .nv { color: #19177C } /* Name.Variable */
+.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
+.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
+.codehilite .mf { color: #666666 } /* Literal.Number.Float */
+.codehilite .mh { color: #666666 } /* Literal.Number.Hex */
+.codehilite .mi { color: #666666 } /* Literal.Number.Integer */
+.codehilite .mo { color: #666666 } /* Literal.Number.Oct */
+.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */
+.codehilite .sc { color: #BA2121 } /* Literal.String.Char */
+.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
+.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */
+.codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
+.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */
+.codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
+.codehilite .sx { color: #008000 } /* Literal.String.Other */
+.codehilite .sr { color: #BB6688 } /* Literal.String.Regex */
+.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
+.codehilite .ss { color: #19177C } /* Literal.String.Symbol */
+.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
+.codehilite .vc { color: #19177C } /* Name.Variable.Class */
+.codehilite .vg { color: #19177C } /* Name.Variable.Global */
+.codehilite .vi { color: #19177C } /* Name.Variable.Instance */
+.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
+.codehilitetable { border: 1px solid #666; width: 100%; background-color: #666; }
+.codehilitetable .linenos { background-color: #666; padding: 0 5px; width: 20px; }
+.codehilitetable .code { padding: 0 15px; background-color: #fff; }
\ No newline at end of file

Added: websites/staging/deltaspike/trunk/content/deltaspike/resources/js/prettyprint.js
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/resources/js/prettyprint.js (added)
+++ websites/staging/deltaspike/trunk/content/deltaspike/resources/js/prettyprint.js Fri Sep 14 07:12:11 2012
@@ -0,0 +1,4 @@
+$(document).ready(function() {
+    $('code').addClass('prettyprint');
+    prettyPrint();
+});
\ No newline at end of file

Modified: websites/staging/deltaspike/trunk/content/deltaspike/se-features-ranking.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/se-features-ranking.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/se-features-ranking.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -183,6 +185,7 @@ The ranking as well as the objections wi
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/security.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/security.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/security.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -263,6 +265,7 @@ It's a basic hook to integrate a custom 
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/source.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/source.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/source.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -120,6 +122,7 @@ More information about URL to be used ca
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/spi.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/spi.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/spi.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -118,6 +120,7 @@ The method {{isActivated}} needs to be c
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/suggested-git-workflows.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/suggested-git-workflows.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/suggested-git-workflows.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -190,6 +192,7 @@ If all is well, go back to the master br
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/support.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/support.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/support.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -76,6 +78,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>

Modified: websites/staging/deltaspike/trunk/content/deltaspike/supporters.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/supporters.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/supporters.html Fri Sep 14 07:12:11 2012
@@ -14,15 +14,17 @@
     
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
-    <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!-- Styles -->
     <style type="text/css">
-      body {
-        padding-top: 60px;
-        padding-bottom: 40px;
-      }
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
     </style>
-    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="resources/css/prettify.css" rel="stylesheet" />
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
 </head>
 
 <body>
@@ -107,6 +109,7 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/prettyprint.js"></script>
     <script src="/resources/js/jquery.js"></script>
     <script src="/resources/js/bootstrap-transition.js"></script>
     <script src="/resources/js/bootstrap-alert.js"></script>