You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/10/24 16:12:18 UTC

svn commit: r1766429 [2/3] - in /shiro/site/publish: ./ 2010/03/18/ 2010/06/01/ 2010/09/14/ 2010/09/20/ 2010/09/24/ 2010/11/03/ 2011/01/06/ 2011/01/13/ 2011/02/10/ 2011/02/28/ 2011/03/14/ 2011/05/24/ 2011/06/30/ 2012/01/24/ 2012/03/13/ 2012/07/29/ 2013...

Modified: shiro/site/publish/command-line-hasher.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/command-line-hasher.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/command-line-hasher.html (original)
+++ shiro/site/publish/command-line-hasher.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -135,6 +140,7 @@ iniRealm.credentialsMatcher = $passwordM
 &lt;command&gt; -r /usr/local/logs/absolutePathFile.log
 &lt;command&gt; -r url:http://foo.com/page.html &lt;command&gt; -r classpath:/WEB-INF/lib/something.jar
 </code></pre>
+<input type="hidden" id="ghEditPage" value="command-line-hasher.md"></input>
 
         </div>
 
@@ -147,6 +153,10 @@ iniRealm.credentialsMatcher = $passwordM
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/commercial-support.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/commercial-support.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/commercial-support.html (original)
+++ shiro/site/publish/commercial-support.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -87,7 +92,7 @@
 <h3><a href="https://www.stormpath.com/apache-shiro-support" title="Stormpath Support for Apache Shiro">Stormpath Commercial Support for Apache Shiro</a></h3>
 <p>Shiro commercial support and consulting services are available from Stormpath, a company started by Shiro committer and Project Chair, Les Hazlewood:</p>
 <p><a href="https://www.stormpath.com/apache-shiro-support" title="Stormpath Support for Apache Shiro">Learn More &gt;&gt;&gt;</a></p>
-<p><strong>Providing Shiro services? Get listed on this page by posting to the <a href="mailing-lists.html" title="Shiro Mailing Lists">Dev Mailing list</a></strong></p>
+<p><strong>Providing Shiro services? Get listed on this page by posting to the <a href="mailing-lists.html" title="Shiro Mailing Lists">Dev Mailing list</a></strong><br/><input type="hidden" id="ghEditPage" value="commercial-support.md"></input></p>
 
         </div>
 
@@ -100,6 +105,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/community.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/community.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/community.html (original)
+++ shiro/site/publish/community.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -104,7 +109,7 @@
   <li>
   <p><strong><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHIRO%20AND%20status%20%3D%20Open%20ORDER%20BY%20priority%20DESC">Issue Tracker</a></strong> - Once you&rsquo;re ready to contribute, this is a good place to see what needs to get done</p></li>
   <li>
-  <p><strong><a href="http://www.apache.org/foundation/sponsorship.html">Donate to ASF</a></strong> - Shiro is a project under the Apache Software Foundation, a non-profit that relies on donations and community support</p></li>
+  <p><strong><a href="http://www.apache.org/foundation/sponsorship.html">Donate to ASF</a></strong> - Shiro is a project under the Apache Software Foundation, a non-profit that relies on donations and community support<br/><input type="hidden" id="ghEditPage" value="community.md"></input></p></li>
 </ul>
 
         </div>
@@ -118,6 +123,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/concurrency.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/concurrency.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/concurrency.html (original)
+++ shiro/site/publish/concurrency.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -78,7 +83,7 @@
 
         <div id="content">
 
-            <p>TBD</p>
+            <p>TBD<br/><input type="hidden" id="ghEditPage" value="concurrency.md"></input></p>
 
         </div>
 
@@ -91,6 +96,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/conferences.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/conferences.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/conferences.html (original)
+++ shiro/site/publish/conferences.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -78,7 +83,7 @@
 
         <div id="content">
 
-            <p>If Shiro is presented at any conferences, we&rsquo;ll update this page with details.</p>
+            <p>If Shiro is presented at any conferences, we&rsquo;ll update this page with details.<br/><input type="hidden" id="ghEditPage" value="conferences.md"></input></p>
 
         </div>
 
@@ -91,6 +96,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/configuration.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/configuration.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/configuration.html (original)
+++ shiro/site/publish/configuration.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -589,7 +594,7 @@ goodguy = winnebago:drive:eagle5
 <a name="Configuration-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro.</p>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="configuration.md.vtl"></input></p>
 
         </div>
 
@@ -602,6 +607,10 @@ goodguy = winnebago:drive:eagle5
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/confluence-auto-export.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/confluence-auto-export.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/confluence-auto-export.html (original)
+++ shiro/site/publish/confluence-auto-export.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -107,6 +112,7 @@
     window.location = "index.html"
     //-->
 </script>
+<input type="hidden" id="ghEditPage" value="confluence-auto-export.html.vtl"></input>
 
 
         </div>
@@ -120,6 +126,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/contribute.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/contribute.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/contribute.html (original)
+++ shiro/site/publish/contribute.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -93,6 +98,7 @@
   <li>
   <p><a href="developer-resources.html">Developer Resources</a> - Helpful information for anyone providing project help as a committer or contributor</p></li>
 </ul>
+<input type="hidden" id="ghEditPage" value="contribute.md"></input>
 
         </div>
 
@@ -105,6 +111,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/core.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/core.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/core.html (original)
+++ shiro/site/publish/core.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -98,6 +103,7 @@
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro.</p>
 <p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html">User Mailing List</a>.</p>
+<input type="hidden" id="ghEditPage" value="core.md"></input>
 
         </div>
 
@@ -110,6 +116,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/cryptography-features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/cryptography-features.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/cryptography-features.html (original)
+++ shiro/site/publish/cryptography-features.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -126,7 +131,7 @@
 </ul>
 <a name="CryptographyFeatures-GetStartedin10MinuteswithShiro"></a>
 <h2><a href="#get-started-in-10-minutes-with-shiro" name="get-started-in-10-minutes-with-shiro">Get Started in 10 Minutes with Shiro</a></h2>
-<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html" title="10 Minute Tutorial">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html" title="Forums">community forum</a> or <a href="mailing-lists.html" title="Mailing Lists">user mailing list</a> for answers from the community.</p>
+<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html" title="10 Minute Tutorial">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html" title="Forums">community forum</a> or <a href="mailing-lists.html" title="Mailing Lists">user mailing list</a> for answers from the community.<br/><input type="hidden" id="ghEditPage" value="cryptography-features.md"></input></p>
 
         </div>
 
@@ -139,6 +144,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/cryptography.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/cryptography.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/cryptography.html (original)
+++ shiro/site/publish/cryptography.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -82,7 +87,7 @@
 <a name="Cryptography-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro.</p>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="cryptography.md"></input></p>
 
         </div>
 
@@ -95,6 +100,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/deprecated-pages.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/deprecated-pages.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/deprecated-pages.html (original)
+++ shiro/site/publish/deprecated-pages.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -79,6 +84,8 @@
         <div id="content">
 
             
+<input type="hidden" id="ghEditPage" value="deprecated-pages.html"></input>
+
 
         </div>
 
@@ -91,6 +98,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/developer-resources.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/developer-resources.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/developer-resources.html (original)
+++ shiro/site/publish/developer-resources.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -126,6 +131,7 @@ mvn install
         </tbody>
     </table>
 </div>
+<input type="hidden" id="ghEditPage" value="developer-resources.md.vtl"></input>
 
         </div>
 
@@ -138,6 +144,10 @@ mvn install
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/developers.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/developers.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/developers.html (original)
+++ shiro/site/publish/developers.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -118,7 +123,7 @@
 [lhazlewood@minotaur:~]$ cd /www/shiro.apache.org
 [lhazlewood@minotaur:/www/shiro.apache.org]$ 
 </code></pre>
-<p>Changes made to any files under this directory are synced and published to a set of mirrored Apache web servers that we can&rsquo;t access. So note: <strong>Any changes to files under this directory will be propagated to the public Shiro site</strong>. Be careful!</p>
+<p>Changes made to any files under this directory are synced and published to a set of mirrored Apache web servers that we can&rsquo;t access. So note: <strong>Any changes to files under this directory will be propagated to the public Shiro site</strong>. Be careful!<br/><input type="hidden" id="ghEditPage" value="developers.md"></input></p>
 
         </div>
 
@@ -131,6 +136,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/documentation-help-block.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/documentation-help-block.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/documentation-help-block.html (original)
+++ shiro/site/publish/documentation-help-block.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -81,7 +86,7 @@
             <a name="DocumentationHelpBlock-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro.</p>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="documentation-help-block.md"></input></p>
 
         </div>
 
@@ -94,6 +99,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/documentation.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/documentation.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/documentation.html (original)
+++ shiro/site/publish/documentation.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -115,7 +120,7 @@
 <a name="Documentation-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro.</p>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="documentation.md.vtl"></input></p>
 
         </div>
 
@@ -128,6 +133,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/download.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/download.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/download.html (original)
+++ shiro/site/publish/download.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -1167,6 +1172,8 @@ customizeMacroTable('table-1.1.0', colum
 //-->
 </script>
 
+<input type="hidden" id="ghEditPage" value="download.html.vtl"></input>
+
 
         </div>
 
@@ -1179,6 +1186,10 @@ customizeMacroTable('table-1.1.0', colum
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/events.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/events.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/events.html (original)
+++ shiro/site/publish/events.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -93,7 +98,7 @@
 <p>October 12, 2010, San Francisco, CA<br/><a href="http://www.meetup.com/sfjava/">http://www.meetup.com/sfjava/</a></p>
 <a name="Events-SDForum%3ASecuringApplicationswithApacheShiro"></a>
 <h3>SDForum: Securing Applications with Apache Shiro</h3>
-<p>June 1, 2010, Palo Alto, CA</p>
+<p>June 1, 2010, Palo Alto, CA<br/><input type="hidden" id="ghEditPage" value="events.md"></input></p>
 
         </div>
 
@@ -106,6 +111,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/features-overview.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/features-overview.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/features-overview.html (original)
+++ shiro/site/publish/features-overview.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -108,7 +113,7 @@
 <p>Check out the specific features for each of Shiro&rsquo;s major components: <a href="authentication-features.html" title="Authentication Features">Authentications</a>, <a href="authorization-features.html" title="Authorization Features">Authorization</a>, <a href="session-management-features.html" title="Session Management Features">Session Management</a>, and <a href="cryptography-features.html" title="Cryptography Features">Cryptogrpahy</a>.</p>
 <a name="FeaturesOverview-GetStartedin10MinuteswithShiro"></a>
 <h2><a href="#get-started-in-10-minutes-with-shiro" name="get-started-in-10-minutes-with-shiro">Get Started in 10 Minutes with Shiro</a></h2>
-<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html" title="10 Minute Tutorial">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html" title="Forums">community forum</a> or <a href="mailing-lists.html" title="Mailing Lists">user mailing list</a> for answers from the community.</p>
+<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html" title="10 Minute Tutorial">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html" title="Forums">community forum</a> or <a href="mailing-lists.html" title="Mailing Lists">user mailing list</a> for answers from the community.<br/><input type="hidden" id="ghEditPage" value="features-overview.md"></input></p>
 
         </div>
 
@@ -121,6 +126,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/features.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/features.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/features.html (original)
+++ shiro/site/publish/features.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -105,7 +110,7 @@
 <h2><a href="#want-more-information-on-what-shiro-can-do-" name="want-more-information-on-what-shiro-can-do-">Want more information on what Shiro can do?</a></h2>
 <p>Check out the specific features for each of Shiro&rsquo;s major components: <a href="authentication-features.html">Authentication</a>, <a href="authorization-features.html">Authorization</a>, <a href="session-management-features.html">Session Management</a>, and <a href="cryptography-features.html">Cryptogrpahy</a>.</p>
 <h2><a href="#get-started-in-10-minutes-with-shiro" name="get-started-in-10-minutes-with-shiro">Get Started in 10 Minutes with Shiro</a></h2>
-<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html">community forum</a> or <a href="mailing-lists.html">user mailing list</a> for answers from the community.</p>
+<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html">community forum</a> or <a href="mailing-lists.html">user mailing list</a> for answers from the community.<br/><input type="hidden" id="ghEditPage" value="features.md"></input></p>
 
         </div>
 
@@ -118,6 +123,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/forums.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/forums.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/forums.html (original)
+++ shiro/site/publish/forums.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -87,7 +92,7 @@
 </ul>
 <a name="Forums-MailingLists"></a>
 <h2><a href="#mailing-lists" name="mailing-lists">Mailing Lists</a></h2>
-<p>For those that may prefer mailing lists, please see the <a href="mailing-lists.html">Mailing Lists</a> information.</p>
+<p>For those that may prefer mailing lists, please see the <a href="mailing-lists.html">Mailing Lists</a> information.<br/><input type="hidden" id="ghEditPage" value="forums.md"></input></p>
 
         </div>
 
@@ -100,6 +105,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/get-started.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/get-started.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/get-started.html (original)
+++ shiro/site/publish/get-started.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -95,7 +100,7 @@
   <li>
   <p><strong><a href="articles.html">Introductory Articles&hellip; and Beyond!</a></strong><br/>Articles and Guides written by and for members of the Apache Shiro community.</p></li>
   <li>
-  <p><strong><a href="what-is-shiro.html">Apache Shiro Project Background</a></strong><br/>Apache Shiro, like most useful tools, was created out of necessity. Learn more about the project history and mission statement.</p></li>
+  <p><strong><a href="what-is-shiro.html">Apache Shiro Project Background</a></strong><br/>Apache Shiro, like most useful tools, was created out of necessity. Learn more about the project history and mission statement.<br/><input type="hidden" id="ghEditPage" value="get-started.md"></input></p></li>
 </ul>
 
         </div>
@@ -109,6 +114,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/getting-started-block.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/getting-started-block.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/getting-started-block.html (original)
+++ shiro/site/publish/getting-started-block.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -80,7 +85,7 @@
 
             <a name="GettingStartedBlock-GetStartedin10MinuteswithShiro"></a>
 <h2><a href="#get-started-in-10-minutes-with-shiro" name="get-started-in-10-minutes-with-shiro">Get Started in 10 Minutes with Shiro</a></h2>
-<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html" title="10 Minute Tutorial">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html" title="Forums">community forum</a> or <a href="mailing-lists.html" title="Mailing Lists">user mailing list</a> for answers from the community.</p>
+<p>Try out Shiro for yourself with our <a href="10-minute-tutorial.html" title="10 Minute Tutorial">10 Minute Tutorial</a>. And if you have any questions about Shiro, please check out our <a href="forums.html" title="Forums">community forum</a> or <a href="mailing-lists.html" title="Mailing Lists">user mailing list</a> for answers from the community.<br/><input type="hidden" id="ghEditPage" value="getting-started-block.md"></input></p>
 
         </div>
 
@@ -93,6 +98,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/graduation-resolution.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/graduation-resolution.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/graduation-resolution.html (original)
+++ shiro/site/publish/graduation-resolution.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -131,6 +136,7 @@ RESOLVED, that all responsibility pertai
 Incubator Shiro podling encumbered upon the Apache Incubator
 PMC are hereafter discharged.
 </code></pre>
+<input type="hidden" id="ghEditPage" value="graduation-resolution.md"></input>
 
         </div>
 
@@ -143,6 +149,10 @@ PMC are hereafter discharged.
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/guice.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/guice.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/guice.html (original)
+++ shiro/site/publish/guice.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -227,7 +232,7 @@ bindConstant().annotatedWith(Names.named
 <a name="Guice-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro.</p>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="guice.md.vtl"></input></p>
 
         </div>
 
@@ -240,6 +245,10 @@ bindConstant().annotatedWith(Names.named
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/guides.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/guides.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/guides.html (original)
+++ shiro/site/publish/guides.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -88,7 +93,7 @@
   <li>
   <p><strong><a href="java-authentication-guide.html" title="Java Authentication Guide">Authentication Guide</a></strong></p></li>
   <li>
-  <p><strong><a href="java-authorization-guide.html" title="Java Authorization Guide">Authorization Guide</a></strong></p></li>
+  <p><strong><a href="java-authorization-guide.html" title="Java Authorization Guide">Authorization Guide</a></strong><br/><input type="hidden" id="ghEditPage" value="guides.md"></input></p></li>
 </ul>
 
         </div>
@@ -102,6 +107,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/how-to-contribute.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/how-to-contribute.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/how-to-contribute.html (original)
+++ shiro/site/publish/how-to-contribute.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -199,7 +204,7 @@ master
   <li>You would usually do any development work against the master branch in Git.</li>
   <li>When sending a patch, you usually do not need to worry about which Git branch it should be applied to. The maintainers of the repository will decide.</li>
   <li>Keep all project-related discussion on the mailing list. It is much better to utilise the wider audience, rather than to break off into private discussion groups. You never know who else will have the answer to your issues, and anyway other people are interested in the outcome.</li>
-  <li>Become familiar with the mailing lists. As you browse and search, you will see the way other people do things. Follow the leading examples.</li>
+  <li>Become familiar with the mailing lists. As you browse and search, you will see the way other people do things. Follow the leading examples.<br/><input type="hidden" id="ghEditPage" value="how-to-contribute.md"></input></li>
 </ul>
 
         </div>
@@ -213,6 +218,10 @@ master
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/inclusionslibrary.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/inclusionslibrary.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/inclusionslibrary.html (original)
+++ shiro/site/publish/inclusionslibrary.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -91,6 +96,7 @@
 <p>To include the entire contents of a page&quot;</p>
 <pre><code>{include:page name|nopanel=true} 
 </code></pre>
+<input type="hidden" id="ghEditPage" value="inclusionslibrary.md"></input>
 
         </div>
 
@@ -103,6 +109,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/index.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/index.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/index.html (original)
+++ shiro/site/publish/index.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -201,6 +206,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/integration.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/integration.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/integration.html (original)
+++ shiro/site/publish/integration.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -131,7 +136,7 @@
   <p><strong><a href="https://github.com/gnavarro77/angular-shiro">Angular</a></strong> - Angular</p></li>
 </ul>
 <h2><a href="#got-an-integration-" name="got-an-integration-">Got An Integration?</a></h2>
-<p>Have an integration you want listed? Send us a pull request of <a href="https://github.com/apache/shiro-site/blob/master/integration.md">this page</a>, and participate in Shiro development! <a href="how-to-contribute.html">Learn more about contributing to Apache Shiro</a>.</p>
+<p>Have an integration you want listed? Send us a pull request of <a href="https://github.com/apache/shiro-site/blob/master/integration.md">this page</a>, and participate in Shiro development! <a href="how-to-contribute.html">Learn more about contributing to Apache Shiro</a>.<br/><input type="hidden" id="ghEditPage" value="integration.md"></input></p>
 
         </div>
 
@@ -144,6 +149,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/introduction.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/introduction.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/introduction.html (original)
+++ shiro/site/publish/introduction.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -122,7 +127,7 @@
   <li>Concurrency: Apache Shiro supports multi-threaded applications with its concurrency features.</li>
   <li>Testing: Test support exists to help you write unit and integration tests and ensure your code will be secured as expected.</li>
   <li>&ldquo;Run As&rdquo;: A feature that allows users to assume the identity of another user (if they are allowed), sometimes useful in administrative scenarios.</li>
-  <li>&ldquo;Remember Me&rdquo;: Remember users&rsquo; identities across sessions so they only need to log in when mandatory.</li>
+  <li>&ldquo;Remember Me&rdquo;: Remember users&rsquo; identities across sessions so they only need to log in when mandatory.<br/><input type="hidden" id="ghEditPage" value="introduction.md"></input></li>
 </ul>
 
         </div>
@@ -136,6 +141,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/issues.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/issues.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/issues.html (original)
+++ shiro/site/publish/issues.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -94,6 +99,7 @@
 </ul>
 <a name="Issues-ClickheretovisittheApacheShiroJiraissuetrackerhttps%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FSHIRO"></a>
 <h2><a href="https://issues.apache.org/jira/browse/SHIRO">Click here to visit the Apache Shiro Jira issue tracker</a></h2>
+<input type="hidden" id="ghEditPage" value="issues.md"></input>
 
         </div>
 
@@ -106,6 +112,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/java-annotations-list.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-annotations-list.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/java-annotations-list.html (original)
+++ shiro/site/publish/java-annotations-list.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -93,6 +98,7 @@
   <li>
   <p><strong><a href="static/current/apidocs/org/apache/shiro/authz/annotation/RequiresUser.html">RequiresUser</a></strong> - Requires the current Subject to be an application user for the annotated class/instance/method to be accessed or invoked.</p></li>
 </ul>
+<input type="hidden" id="ghEditPage" value="java-annotations-list.md"></input>
 
         </div>
 
@@ -105,6 +111,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/java-annotations.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-annotations.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/java-annotations.html (original)
+++ shiro/site/publish/java-annotations.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -89,7 +94,7 @@
 <a name="JavaAnnotations-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro.</p>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="java-annotations.md"></input></p>
 
         </div>
 
@@ -102,6 +107,10 @@
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->

Modified: shiro/site/publish/java-authentication-guide.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/java-authentication-guide.html?rev=1766429&r1=1766428&r2=1766429&view=diff
==============================================================================
--- shiro/site/publish/java-authentication-guide.html (original)
+++ shiro/site/publish/java-authentication-guide.html Mon Oct 24 16:12:17 2016
@@ -45,6 +45,7 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css" integrity="sha256-Zd1icfZ72UBmsId/mUcagrmN7IN5Qkrvh75ICHIQVTk=" crossorigin="anonymous" />
     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js" integrity="sha256-s63qpgPYoQk+wv3U6WZqioVJrwFNBTgD4dkeegLuwvo=" crossorigin="anonymous"></script>
 
+    <script type="text/javascript" src="./assets/js/shiro-site.js"></script>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
     <script type="text/javascript" src="./assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
@@ -54,6 +55,10 @@
             //Google Analytics
             jQuery.trackPage('UA-11551827-1');
         });
+
+        $( document ).ready(function() {
+            addPageEditLink();
+        });
     </script>
 </head>
 
@@ -232,7 +237,7 @@ currentUser.login(token);
 <a name="JavaAuthenticationGuide-Lendahandwithdocumentation"></a>
 <h2><a href="#lend-a-hand-with-documentation" name="lend-a-hand-with-documentation">Lend a hand with documentation</a></h2>
 <p>While we hope this documentation helps you with the work you&rsquo;re doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you&rsquo;d like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro.</p>
-<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<p>The easiest way to contribute your documentation is to send it to the <a href="http://shiro-user.582556.n2.nabble.com/">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.<br/><input type="hidden" id="ghEditPage" value="java-authentication-guide.md.vtl"></input></p>
 
         </div>
 
@@ -245,6 +250,10 @@ currentUser.login(token);
             <a href="http://www.apache.org/foundation/contributing.html">Donate to the ASF</a> |
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a>
             <p>Copyright &copy; 2008-2016 The Apache Software Foundation</p>
+
+            <div class="editThisPage">
+            </div>
+
             <div class="footer-shield"></div>
 
         </div> <!--END FOOTER WRAPPER-->