You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2014/11/27 11:21:03 UTC

svn commit: r930743 [3/4] - in /websites/staging/jena/trunk/content: ./ about_jena/ documentation/ documentation/assembler/ documentation/csv/ documentation/extras/ documentation/extras/querybuilder/ documentation/fuseki2/ documentation/hadoop/ documen...

Modified: websites/staging/jena/trunk/content/documentation/sdb/loading_performance.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/loading_performance.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/loading_performance.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/sdb/query_performance.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/query_performance.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/query_performance.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/sdb/quickstart.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/quickstart.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/quickstart.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/sdb/store_description.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/store_description.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/store_description.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/security/assembler.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/security/assembler.html (original)
+++ websites/staging/jena/trunk/content/documentation/security/assembler.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/security/evaluator.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/security/evaluator.html (original)
+++ websites/staging/jena/trunk/content/documentation/security/evaluator.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/security/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/security/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/security/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/serving_data/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/serving_data/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/serving_data/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/serving_data/soh.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/serving_data/soh.html (original)
+++ websites/staging/jena/trunk/content/documentation/serving_data/soh.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/architecture.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/architecture.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/architecture.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/assembler.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/assembler.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/assembler.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/commands.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/commands.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/commands.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/configuration.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/configuration.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/configuration.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/datasets.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/datasets.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/datasets.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/dynamic_datasets.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/dynamic_datasets.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/dynamic_datasets.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/faqs.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/faqs.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/faqs.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/java_api.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/java_api.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/java_api.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/optimizer.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/optimizer.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/optimizer.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/quadfilter.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/quadfilter.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/quadfilter.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/requirements.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/requirements.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/requirements.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/store-parameters.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/store-parameters.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/store-parameters.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/tdb_system.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/tdb_system.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/tdb_system.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/tdb_transactions.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/tdb_transactions.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/tdb_transactions.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tdb/value_canonicalization.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/value_canonicalization.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/value_canonicalization.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tools/eyeball-getting-started.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tools/eyeball-getting-started.html (original)
+++ websites/staging/jena/trunk/content/documentation/tools/eyeball-getting-started.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tools/eyeball-guide.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tools/eyeball-guide.html (original)
+++ websites/staging/jena/trunk/content/documentation/tools/eyeball-guide.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tools/eyeball-manual.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tools/eyeball-manual.html (original)
+++ websites/staging/jena/trunk/content/documentation/tools/eyeball-manual.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tools/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tools/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/tools/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tools/schemagen-maven.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tools/schemagen-maven.html (original)
+++ websites/staging/jena/trunk/content/documentation/tools/schemagen-maven.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/documentation/tools/schemagen.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tools/schemagen.html (original)
+++ websites/staging/jena/trunk/content/documentation/tools/schemagen.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/download/index.html
==============================================================================
--- websites/staging/jena/trunk/content/download/index.html (original)
+++ websites/staging/jena/trunk/content/download/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/download/maven.html
==============================================================================
--- websites/staging/jena/trunk/content/download/maven.html (original)
+++ websites/staging/jena/trunk/content/download/maven.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/download/osgi.html
==============================================================================
--- websites/staging/jena/trunk/content/download/osgi.html (original)
+++ websites/staging/jena/trunk/content/download/osgi.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/getting_involved/index.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_involved/index.html (original)
+++ websites/staging/jena/trunk/content/getting_involved/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/getting_involved/reviewing_contributions.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_involved/reviewing_contributions.html (original)
+++ websites/staging/jena/trunk/content/getting_involved/reviewing_contributions.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/getting_started/fuseki.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_started/fuseki.html (original)
+++ websites/staging/jena/trunk/content/getting_started/fuseki.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/getting_started/index.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_started/index.html (original)
+++ websites/staging/jena/trunk/content/getting_started/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/getting_started/rdf_api.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_started/rdf_api.html (original)
+++ websites/staging/jena/trunk/content/getting_started/rdf_api.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/getting_started/sparql.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_started/sparql.html (original)
+++ websites/staging/jena/trunk/content/getting_started/sparql.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/getting_started/tell_me_how.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_started/tell_me_how.html (original)
+++ websites/staging/jena/trunk/content/getting_started/tell_me_how.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/help_and_support/bugs_and_suggestions.html
==============================================================================
--- websites/staging/jena/trunk/content/help_and_support/bugs_and_suggestions.html (original)
+++ websites/staging/jena/trunk/content/help_and_support/bugs_and_suggestions.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/help_and_support/faq.html
==============================================================================
--- websites/staging/jena/trunk/content/help_and_support/faq.html (original)
+++ websites/staging/jena/trunk/content/help_and_support/faq.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/help_and_support/index.html
==============================================================================
--- websites/staging/jena/trunk/content/help_and_support/index.html (original)
+++ websites/staging/jena/trunk/content/help_and_support/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/index.html
==============================================================================
--- websites/staging/jena/trunk/content/index.html (original)
+++ websites/staging/jena/trunk/content/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Added: websites/staging/jena/trunk/content/js/improve.js
==============================================================================
--- websites/staging/jena/trunk/content/js/improve.js (added)
+++ websites/staging/jena/trunk/content/js/improve.js Thu Nov 27 10:21:00 2014
@@ -0,0 +1,7 @@
+function improveThisPage( url ) {
+  // Inform users how to contributing
+  alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);
+
+  // Redirect to the CMS
+  location.href = 'https://cms.apache.org/redirect?action=edit;uri=' + escape(url)
+}
\ No newline at end of file

Modified: websites/staging/jena/trunk/content/tutorials/index.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/index.html (original)
+++ websites/staging/jena/trunk/content/tutorials/index.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/rdf_api.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/rdf_api.html (original)
+++ websites/staging/jena/trunk/content/tutorials/rdf_api.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html (original)
+++ websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns_pt.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_basic_patterns_pt.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_data.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_data.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_data.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_data_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_data_pt.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_data_pt.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_datasets.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_datasets.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_datasets.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_datasets_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_datasets_pt.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_datasets_pt.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_filters.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_filters.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_filters.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_filters_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_filters_pt.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_filters_pt.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_optionals.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_optionals.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_optionals.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_optionals_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_optionals_pt.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_optionals_pt.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_page.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_page.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_page.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>

Modified: websites/staging/jena/trunk/content/tutorials/sparql_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_pt.html (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_pt.html Thu Nov 27 10:21:00 2014
@@ -33,6 +33,8 @@
   <script src="/js/bootstrap.min.js" type="text/javascript"></script>
   <script src="/js/breadcrumbs.js" type="text/javascript"></script>
 
+  <script src="/js/improve.js" type="text/javascript"></script>
+
   
   <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
 
@@ -129,7 +131,7 @@
                 </ul>
               </li>
 
-              <li id="edit"><a href="javascript:void(alert('Thanks for contributing to the Apache Jena website, please use the username anonymous and leave the password blank if prompted for credentials';);location.href='https://cms.apache.org/redirect?action=edit;uri='+escape(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
+              <li id="edit"><a href="javascript:void(improveThisPage(location.href));" title="Improve this Page (Use username anonymous and empty password)"><span class="glyphicon glyphicon-pencil"></span> Improve this Page</a></li>   
     </ul>
   </div>
 </div>