You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2021/02/05 22:35:39 UTC

[shiro-site] branch asf-site updated: Fix download matrix 1.7.x

This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e2d0026  Fix download matrix 1.7.x
e2d0026 is described below

commit e2d00263ef3fa2942aaa84614b2d6ecf719b793a
Author: Francois Papon <fr...@openobject.fr>
AuthorDate: Fri Feb 5 23:35:13 2021 +0100

    Fix download matrix 1.7.x
---
 download.html        | 412 ---------------------------------------------------
 securitymanager.html |  10 +-
 2 files changed, 2 insertions(+), 420 deletions(-)

diff --git a/download.html b/download.html
index 7fd488f..f915ecb 100644
--- a/download.html
+++ b/download.html
@@ -313,14 +313,6 @@
 
         <li><a href="#previous">Previous Releases</a>
             <ul>
-                <li><a href="#1.7.x">1.7.1</a></li>
-                <ul>
-                    <li><a href="#1.7.xBinary">1.7.1 Binary Distribution</a></li>
-                    <li><a href="#1.7.xSource">1.7.1 Source Code Distribution</a></li>
-                    <li><a href="#1.7.xGit">1.7.1 Git Source repository</a></li>
-                </ul>
-            </ul>
-            <ul>
                 <li><a href="#1.6.x">1.6.0</a></li>
                 <ul>
                     <li><a href="#1.6.xBinary">1.6.0 Binary Distribution</a></li>
@@ -779,410 +771,6 @@ git checkout shiro-root-1.7.1 -b shiro-root-1.7.1
 
 <h2><a name="previous"></a>Previous Releases</h2>
 
-<!-- SHIRO 1.7.X VERSION -->
-<h3><a name="1.7.x"></a>1.7.1</h3>
-
-<h4><a name="1.7.xBinary"></a>1.7.1 Binary Distribution</h4>
-
-<p>Associated documentation can be found <a href="documentation.html" title="Documentation">here</a></p>
-
-<p>To download the files directly as one .jar file just click the link in the "Artifact" column. If you would like
-    acquire Shiro through Maven, then please use the markup listed under "Maven Usage"</p>
-
-<p>
-</p>
-
-
-<table style="width: 100%" class="table">
-    <thead>
-    <tr>
-        <th class="col-md-1">Artifact</th>
-        <th class="col-md-3">Maven Usage</th>
-        <th class="col-md-3">Notes</th>
-    </tr>
-    </thead>
-    <tbody>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar">shiro-all</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-all/1.7.1/shiro-all-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                                    <b>Not Recommended</b>
-                            </td>
-
-            <td>Includes all binary functionality for Shiro (without dependencies), useful in certain build
-                    environments (e.g. Ant). However, this is <b>NOT</b> recommended in Maven builds as it does not
-                    retain correct dependency metadata, which can lead to Maven working incorrectly. For Maven builds,
-                    it is <b>highly</b> recommended to specify individual modules listed below as you require them.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar">shiro-core</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-core/1.7.1/shiro-core-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-core&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Required in all environments. <a class="external-link" href="http://slf4j.org/">Slf4j</a>'s
-                     <code>slf4j-api</code> jar and one of its binding jars is required. <code>commons-beanutils</code> is
-                     required only if using INI config.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar">shiro-web</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-web/1.7.1/shiro-web-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-web&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Enables support for web-based applications.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar">shiro-servlet-plugin</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-servlet-plugin/1.7.1/shiro-servlet-plugin-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-servlet-plugin&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Servlet Fragment which configures Shiro's servlet filter.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar">shiro-jaxrs</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-jaxrs/1.7.1/shiro-jaxrs-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-jaxrs&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Enables support for JAX-RS applications.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar">shiro-aspectj</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-aspectj/1.7.1/shiro-aspectj-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-aspectj&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Enables <a class="external-link" href="http://www.eclipse.org/aspectj/">AspectJ</a> support for Shiro AOP and Annotations.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar">shiro-cas</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-cas/1.7.1/shiro-cas-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-cas&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Enables Jasig <a class='external-link' href='https://wiki.jasig.org/display/CAS/Home'>CAS</a> support.
-                    <div class="alert alert-warning">
-    <span class="glyphicon glyphicon-warning-sign"></span> <strong>NOTE:</strong>
-    <hr class="message-inner-separator">
-    <p>Shiro-CAS support is deprecated, support has been moved to the Apache Shiro based <a href='https://github.com/bujiio/buji-pac4j'>buji-pac4j</a> project.</p>
-</div>
-</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar">shiro-ehcache</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-ehcache/1.7.1/shiro-ehcache-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-ehcache&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Enables <a class="external-link" href="http://www.ehcache.org">Ehcache</a>-based famework caching.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar">shiro-hazelcast</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-hazelcast/1.7.1/shiro-hazelcast-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-hazelcast&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Enables <a class="external-link" href="https://hazelcast.org">Hazelcast</a>-based famework caching.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml">shiro-features</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-features/1.7.1/shiro-features-1.7.1-features.xml.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-features&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>OSGi / <a class="external-link" href="http://karaf.apache.org/">Apache Karaf</a> integration.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar">shiro-guice</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-guice/1.7.1/shiro-guice-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-guice&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Enables <a class="external-link" href="https://github.com/google/guice">Google Guice</a> integration.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar">shiro-quartz</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-quartz/1.7.1/shiro-quartz-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-quartz&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Enables <a class="external-link" href="http://www.quartz-scheduler.org/">Quartz</a>-based scheduling for Shiro native session validation.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar">shiro-spring</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring/1.7.1/shiro-spring-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-spring&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td>Enables <a class="external-link" href="https://spring.io/">Spring Framework</a> integration.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar">shiro-spring-boot-starter</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-starter/1.7.1/shiro-spring-boot-starter-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-spring-boot-starter&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td><a class="external-link" href="https://spring.io/">Spring Boot</a> starter.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar">shiro-spring-boot-web-starter</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/shiro-spring-boot-web-starter/1.7.1/shiro-spring-boot-web-starter-1.7.1.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.shiro&lt;/groupId&gt;
-  &lt;artifactId&gt;shiro-spring-boot-web-starter&lt;/artifactId&gt;
-  &lt;version&gt;1.7.1&lt;/version&gt;
-&lt;/dependency&gt;
-</code></pre>
-                            </td>
-
-            <td><a class="external-link" href="https://spring.io/">Spring Boot</a> web starter.</td>
-
-        </tr>
-                <tr>
-            
-                        
-            <td style="white-space: nowrap;">
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar">shiro-tools-hasher</a><br/>
-                (<a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.asc">pgp</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.md5">md5</a>,
-                <a href="https://repo1.maven.org/maven2/org/apache/shiro/tools/shiro-tools-hasher/1.7.1/shiro-tools-hasher-1.7.1-cli.jar.sha1">sha1</a>)
-            </td>
-
-            <td>
-                                    <b>Not Relevant</b>
-                            </td>
-
-            <td>A command-line program to perform hashing (MD5, SHA, etc) for files, streams and passwords.
-                    Note that this is a command line program and not intended to be used as a Maven/program
-                    dependency. It is intended to be downloaded and executed:
-                    <pre><code class='bash'> java -jar shiro-tools-hasher-1.7.1-cli.jar</code></pre></td>
-
-        </tr>
-            </tbody>
-</table>
-
-<h4><a name="1.7.xSource"></a>1.7.1 Source Code Distribution</h4>
-
-<p>The source bundle requires JDK 1.8 and Maven 3.0.3+ to build:</p>
-
-<p><a class="external-link" href="https://www.apache.org/dyn/closer.lua/shiro/1.7.1/shiro-root-1.7.1-source-release.zip">zip</a>
-    (<a class="external-link"
-        href="https://www.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip.asc">pgp</a>, <a
-            class="external-link"
-            href="https://www.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip.md5">md5</a>, <a
-           class="external-link"
-           href="https://www.apache.org/dist/shiro/1.7.1/shiro-root-1.7.1-source-release.zip.sha1">sha1</a>)
-</p>
-
-<h4><a name="1.7.xGit"></a>1.7.1 Git Source repository</h4>
-
-<p>The source can be cloned anonymously from Git with this command:</p>
-<pre><code class="bash">git clone https://github.com/apache/shiro.git
-git checkout shiro-root-1.6.0 -b shiro-root-1.6.0
-</code></pre>
-
-
-
 <!-- SHIRO 1.6.X VERSION -->
 <h3><a name="1.6.x"></a>1.6.0</h3>
 
diff --git a/securitymanager.html b/securitymanager.html
index 680e01f..0b247b1 100644
--- a/securitymanager.html
+++ b/securitymanager.html
@@ -255,11 +255,7 @@
   <li>SubjectFactory(<code>org.apache.shiro.mgt.SubjectFactory</code>)</li>
 </ul>
 <p>The <code>SecurityManager</code> implementations and are also JavaBeans compatible, which allows you (or a configuration mechanism) to easily customize the pluggable components via standard JavaBeans accessor/mutator methods (get*/set*). This means the Shiro&rsquo;s architectural modularity can translate into very easy configuration for custom behavior.</p>
-<div class="alert alert-success">
-    <span class="glyphicon glyphicon-ok"></span> <strong>Easy Configuration</strong>
-    <hr class="message-inner-separator">
-    <p>Because of JavaBeans compatibility, it is very easy to configure the <code>SecurityManager</code> with custom components via any mechanism that supports JavaBeans-style configuration, such as <a href="spring.html" title="Spring">Spring</a>, Guice, JBoss, etc.</p>
-</div>
+<h1>tip(&lsquo;Easy Configuration&rsquo;, &lsquo;Because of JavaBeans compatibility, it is very easy to configure the <code>SecurityManager</code> with custom components via any mechanism that supports JavaBeans-style configuration, such as <a href="spring.html" title="Spring">Spring</a>, Guice, JBoss, etc.&rsquo;)</h1>
 <a name="SecurityManager-ProgrammaticConfiguration"></a>
 <h3><a href="#programmatic-configuration" name="programmatic-configuration">Programmatic Configuration</a></h3>
 <p>The absolute simplest way to create a SecurityManager and make it available to the application is to create a <code>org.apache.shiro.mgt.DefaultSecurityManager</code> and wire it up in code:</p>
@@ -280,9 +276,7 @@ SecurityUtils.setSecurityManager(securityManager);
 <a name="SecurityManager-TextConfiguration"></a>
 <h3><a href="#text-configuration" name="text-configuration">Text Configuration</a></h3>
 <p>Shiro provides a simple INI-based <a href="configuration.html" title="Configuration">configuration</a> that can be used out of the box, but any other JavaBeans-compatible mechanism can be used as well. For example, Shiro has excellent <a href="spring.html" title="Spring">Spring support</a> too. Other similar frameworks (Guice, JBoss, etc) could also be used.</p>
-<h2><a name="Lendahandwithdocumentation"></a>Lend a hand with documentation </h2>
-<p>While we hope this documentation helps you with the work you're doing with Apache Shiro, the community is improving and expanding the documentation all the time.  If you'd like to help the Shiro project, please consider correcting, 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 submit a pull-request by clicking on the <code>Edit</code> link below, send it to the <a class="external-link" href="http://shiro-user.582556.n2.nabble.com/" rel="nofollow">User Forum</a> or the <a href="mailing-lists.html" title="Mailing Lists">User Mailing List</a>.</p>
+<h1>lendAHandDoc()</h1>
 <input type="hidden" id="ghEditPage" value="securitymanager.md.vtl"></input>
     
 </div>