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 [2/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/notes/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/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/notes/iri.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/iri.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/iri.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/notes/jena-internals.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/jena-internals.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/jena-internals.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/notes/model-factory.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/model-factory.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/model-factory.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/notes/rdf-frames.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/rdf-frames.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/rdf-frames.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/notes/reification.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/reification.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/reification.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/notes/reification_previous.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/reification_previous.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/reification_previous.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/notes/sse.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/sse.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/sse.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/notes/typed-literals.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/typed-literals.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/typed-literals.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/ontology/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/ontology/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/ontology/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/ontology/toc-test.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/ontology/toc-test.html (original)
+++ websites/staging/jena/trunk/content/documentation/ontology/toc-test.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/query/algebra.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/algebra.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/algebra.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/query/app_api.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/app_api.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/app_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/query/architecture.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/architecture.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/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/query/arq-query-eval.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/arq-query-eval.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/arq-query-eval.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/query/assignment.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/assignment.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/assignment.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/query/cmds.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/cmds.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/cmds.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/query/download.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/download.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/download.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/query/explain.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/explain.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/explain.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/query/extension.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/extension.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/extension.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/query/faq.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/faq.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/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/documentation/query/function_forms.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/function_forms.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/function_forms.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/query/group-by.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/group-by.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/group-by.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/query/http-auth.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/http-auth.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/http-auth.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/query/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/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/query/java-uri.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/java-uri.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/java-uri.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/query/library-function.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/library-function.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/library-function.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/query/library-propfunc.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/library-propfunc.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/library-propfunc.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/query/logging.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/logging.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/logging.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/query/manipulating_sparql_using_arq.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq.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/query/manipulating_sparql_using_arq_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq_pt.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/manipulating_sparql_using_arq_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/documentation/query/negation.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/negation.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/negation.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/query/parameterized-sparql-strings.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/parameterized-sparql-strings.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/parameterized-sparql-strings.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/query/programmatic.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/programmatic.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/programmatic.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/query/property_paths.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/property_paths.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/property_paths.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/query/rdf_lists.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/rdf_lists.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/rdf_lists.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/query/select_expr.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/select_expr.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/select_expr.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/query/service.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/service.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/service.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/query/sparql-remote.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/sparql-remote.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/sparql-remote.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/query/spatial-query.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/spatial-query.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/spatial-query.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/query/sub-select.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/sub-select.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/sub-select.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/query/support.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/support.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/support.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/query/support_request.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/support_request.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/support_request.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/query/text-query.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/text-query.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/text-query.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/query/update.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/update.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/update.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/query/writing_functions.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/writing_functions.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/writing_functions.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/query/writing_propfuncs.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/writing_propfuncs.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/writing_propfuncs.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/rdf/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/rdf/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/rdf/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/sdb/commands.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/commands.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/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/sdb/configuration.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/configuration.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/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/sdb/database_layouts.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/database_layouts.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/database_layouts.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/databases_supported.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/databases_supported.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/databases_supported.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/dataset_description.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/dataset_description.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/dataset_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/sdb/db_notes.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/db_notes.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/db_notes.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/faq.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/faq.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/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/documentation/sdb/fuseki_integration.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/fuseki_integration.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/fuseki_integration.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/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/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/sdb/installation.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/installation.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/installation.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/javaapi.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/javaapi.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/javaapi.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/loading_data.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/loading_data.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/loading_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>