Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

HTML
Wiki Markup
{html}
<div id="main-content">

                <h1>Welcome to Apache Shiro</h1>
                <p>Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication,
                    authorization, cryptography, and session management. With Shiro’s easy-to-understand API, you can
                    quickly and easily secure any application – from the smallest mobile applications to the largest web
                    and enterprise applications.</p>

                <a href="http://shiro.apache.org/authentication-features.html">
                    <div class="service-tabs authentication">
                        <h2>Authentication</h2>
                        <p>Support logins across one or more pluggable data soucres (LDAP, JDBC, Active Directory...</p>
                        <span class="more">Read More &gt;&gt;&gt;</span>
                    </div>
                </a>

                <a href="http://shiro.apache.org/authorization-features.html">
                    <div class="service-tabs authorization">
                        <h2>Authorization</h2>
                        <p>Perform access control based on roles or fine grained permissions, also using plug...</p>
                        <span class="more">Read More &gt;&gt;&gt;</span>
                    </div>
                </a>

                <a href="http://shiro.apache.org/cryptography-features.html">
                    <div class="service-tabs cryptography">
                        <h2>Cryptography</h2>
                        <p>Secure data with the easiest possible Cryptography API’s available, giving you...</p>
                        <span class="more">Read More &gt;&gt;&gt;</span>
                    </div>
                </a>

                <a href="http://shiro.apache.org/session-management-features.html">
                    <div class="service-tabs session-management">
                        <h2>Session Management</h2>
                        <p>Use sessions in any environment, even outside web or EJB containers. Easily...</p>
                        <span class="more">Read More &gt;&gt;&gt;</span>
                    </div>
                </a>

                <a href="http://shiro.apache.org/web-features.html">
                    <div class="service-tabs web-integration">
                        <h2>Web Integration</h2>
                        <p>Save development time with innovative approaches that easily handle web specific...</p>
                        <span class="more">Read More &gt;&gt;&gt;</span>
                    </div>
                </a>

                <a href="http://shiro.apache.org/reference.html">
                    <div class="service-tabs integrations">
                        <h2>Integrations</h2>
                        <p>API’s giving you power and simplicty beyond what Java p[rovides by default...</p>
                        <span class="more">Read More &gt;&gt;&gt;</span>
                    </div>
                </a>

                <div class="clearfix"></div>

                <table width="640" cellspacing="0" cellpadding="0" class="video-box">
                    <tr>
                        <td>
                            <iframe width="310" height="233" src="http://www.youtube.com/embed/YJByiDvOhsc?rel=0" frameborder="0" allowfullscreen="true"></iframe>
                        </td>
                        <td>
                            <h1>Getting Started</h1>
                            <ul>
                                <li><a href="http://www.infoq.com/articles/apache-shiro">What is Apache Shiro?</a></li>
                                <li><a href="http://shiro.apache.org/10-minute-tutorial.html">10 Minute Tutorial</a></li>
                                <li><a href="http://shiro.apache.org/articles.html">More articles...</a></li>
                            </ul>
                        </td>
                    </tr>
                </table>

            </div> <!--END MAIN CONTENT-->

            <div id="right-column">

                <a href="http://shiro.apache.org/download.html"><div class="download"></div></a>

                <!-- Need to get announce@shiro.apache.org up first:
                <h2>Stay Up To Date With Shiro News</h2>
                <div class="email">
                    <input name="" type="text" class="email-form" placeholder="Join our newsletter"/>
                    <div class="join-email"></div>
                </div>
                <div class="clearfix"></div> -->

                <h2>News</h2>

                <h3><a href="http://shiro.apache.org/2012/07/29/apache-shiro-121-released.html">Apache Shiro 1.2.1 Released!</a></h3>
                <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.2.1.</p>
                <a href="http://shiro.apache.org/2012/07/29/apache-shiro-121-released.html"><span class="more">Read More &gt;&gt;&gt;</span></a>

                <h3><a href="http://shiro.apache.org/2012/03/13/whats-new-in-apache-shiro-12.html">What’s New in Apache Shiro 1.2?</a></h3>
                <p>Here's an article covering some of the main features and enhancements in Apache Shiro 1.2:</p>
                <a href="http://shiro.apache.org/2012/03/13/whats-new-in-apache-shiro-12.html"><span class="more">Read More &gt;&gt;&gt;</span></a>

                <h2>Communities Using Shiro</h2>
                <div class="communities"><img src="http://shiro.apache.org/static/assets/images/logos.png"/></div>

            </div> <!--END RIGHT COLUMN-->

            <div class="clearfix"></div>
{html}