You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/08/15 01:31:24 UTC

svn commit: r1373162 [1/3] - in /shiro/site-template/src/main/webapp: ./ static/assets/css/ static/assets/images/

Author: lhazlewood
Date: Tue Aug 14 23:31:23 2012
New Revision: 1373162

URL: http://svn.apache.org/viewvc?rev=1373162&view=rev
Log:
Finalizing commits before publishing

Added:
    shiro/site-template/src/main/webapp/inner.html
    shiro/site-template/src/main/webapp/static/assets/images/apache-shiro-logo.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/authentication.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/authorization.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/back.jpg   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/crypt.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/download.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/footer-shield.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/integration.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/join-email.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/logos.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/nav-buttons.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/session.png   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/topbar.jpg   (with props)
    shiro/site-template/src/main/webapp/static/assets/images/web-integration.png   (with props)
Modified:
    shiro/site-template/src/main/webapp/index.html
    shiro/site-template/src/main/webapp/static/assets/css/style.css
    shiro/site-template/src/main/webapp/template.html

Modified: shiro/site-template/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/shiro/site-template/src/main/webapp/index.html?rev=1373162&r1=1373161&r2=1373162&view=diff
==============================================================================
--- shiro/site-template/src/main/webapp/index.html (original)
+++ shiro/site-template/src/main/webapp/index.html Tue Aug 14 23:31:23 2012
@@ -1,408 +1,186 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE- 2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
 <html>
 <head>
-    <meta http-equiv="content-type" content="text/html; charset=utf-8">
-    <title>Apache Shiro - Java Security Framework</title>
-
-    <link rel="stylesheet" type="text/css"
-          href="http://yui.yahooapis.com/2.8.1/build/reset-fonts-grids/reset-fonts-grids.css">
-    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.1/build/base/base-min.css">
-    <link rel="stylesheet" type="text/css" href="/static/assets/js/superfish-1.4.8/css/superfish.css" media="screen">
-    <link rel="stylesheet" type="text/css" href="/static/assets/css/confluence.css" media="screen">
-    <link rel="stylesheet" type="text/css" href="/static/assets/css/style.css"/>
-    <link rel="icon" type="image/vnd.microsoft.icon" href="/static/assets/images/favicon.ico">
-
-    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
-    <script type="text/javascript" src="/static/assets/js/jquery_gradient/jquery.dimensions.js"></script>
-    <script type="text/javascript" src="/static/assets/js/jquery_gradient/jquery.gradient.js"></script>
-    <script type="text/javascript" src="/static/assets/js/superfish-1.4.8/js/hoverIntent.js"></script>
-    <script type="text/javascript" src="/static/assets/js/superfish-1.4.8/js/superfish.js"></script>
-    <script type="text/javascript" src="/static/assets/js/superfish-1.4.8/js/supersubs.js"></script>
-    <script type="text/javascript" src="/static/assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
-    <script type="text/javascript">
-        // initialise plugins
-
-        //note that we can't use the simplified dollar-sign based jquery notation as it messes with
-        //velocity's variable reference syntax.  Since the dollar sign is just an alias for the 'jQuery' global
-        //object, we use 'jQuery' explicitly below instead to avoid this conflict:
-        jQuery(function() {
-
-            //Nav bar gradient shading:
-            $('#navlist').gradient({
-                from:      '4273ca',
-                to:        '03148f',
-                direction: 'horizontal'
-            });
-            $('#navlist li').gradient({
-                from:      '4273ca',
-                to:        '03148f',
-                direction: 'horizontal'
-            });
-            $('#navlist ul').gradient({
-                from:      '4273ca',
-                to:        '03148f',
-                direction: 'horizontal'
-            });
-
-            //Nav bar: Supersubs dropdown menus
-            $('ul.sf-menu').supersubs({extraWidth: 1}).superfish({animation:{opacity:'show',height:'show'}});
-
-            //Google Analytics
-            $.trackPage('UA-11551827-1');
-        });
-    </script>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta name="description" content="Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management."/>
+    <meta name="google-site-verification" content="QIax6uT5UX3enoU0G8Pz2pXbQ45KaQuHZ3nCh9V27mw"/>
+    <meta name="msvalidate.01" content="0B57EB46CBFAD8FD45008D2DB6B6C68C"/>
+    <meta name="y_key" content="e47896cd6bae4920"/>
+    <title>Apache Shiro | Home</title>
+    <link rel="stylesheet" type="text/css" href="static/assets/css/confluence.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="static/assets/css/style.css"/>
 </head>
+
 <body>
+    <div id="top-bar"></div>
 
-    <div id="page">
+    <div class="wrapper">
 
         <div id="header">
-            <!-- <h1>Apache Shiro</h1> -->
-            <img src="/static/assets/images/shiro_logo_484x170.png" alt="Apache Shiro"/>
-            
-            <!-- <img src="http://incubator.apache.org/images/apache-incubator-logo.png" alt="Apache Incubator"/> -->
-
-            <div id="navbar">
-                
-                <ul id="navlist" class="sf-menu rc">
-
-                    <li class="current rc"><a href="#">Home</a></li>
-
-                    <li><a href="#">Download</a></li>
-
-                    <li>
-                        <p><a href="#">About</a></p>
-                        <ul>
-                            <li><a href="#">What is Shiro?</a></li>
-                            <li><a href="#">Features</a></li>
-                            <li><a href="#">License</a></li>
-                        </ul>
-                    </li>
-
-                    <li>
-                        <p><a href="#">Documentation</a></p>
-                        <ul>
-                            <li><a href="#">Ten Minute Tutorial</a></li>
-                            <li><a href="#">Getting Started</a></li>
-                            <li><a href="#">Reference Manual</a></li>
-                            <li><a href="#">API</a></li>
-                        </ul>
-                    </li>
-
-                    <li>
-                        <p><a href="#">Community</a></p>
-                        <ul>
-                            <li><a href="#">Contribute!</a></li>
-                            <li><a href="#">News</a></li>
-                            <li><a href="#">Events</a></li>
-                            <li><a href="#">Conferences</a></li>
-                            <li><a href="#">Articles</a></li>
-                            <li><a href="#">Who uses Shiro?</a></li>
-                            <li><a href="#">Developer Resources</a></li>
-                        </ul>
-                    </li>
-
-                    <li>
-                        <p><a href="#">Support</a></p>
-                        <ul>
-                            <li><a href="#">Mailing Lists</a></li>
-                            <li><a href="#">Forums</a></li>
-                            <li><a href="#">Issue Tracker</a></li>
-                        </ul>
-                    </li>
-
+            <a href="http://shiro.apache.org"><div id="logo"></div></a>
+            <div id="navigation">
+                <a href="http://shiro.apache.org/download.html">
+                    <div class="navigation-button">Get Started</div>
+                </a>
+                <a href="http://shiro.apache.org/documentation.html">
+                    <div class="navigation-button">Get Smart</div>
+                </a>
+                <a href="http://shiro.apache.org/support.html">
+                    <div class="navigation-button">Get Help</div>
+                </a>
+                <a href="http://shiro.apache.org/commercial-support.html">
+                    <div class="navigation-button">Get Support</div>
+                </a>
+            </div> <!--END NAVIGATION-->
+            <div id="secondary-navigation">
+                <ul>
+                    <li><a href="http://shiro.apache.org/news.html">News</a></li>
+                    <li><a href="http://shiro.apache.org/events.html">Events</a></li>
+                    <li><a href="http://shiro.apache.org/reference.html">Integrations</a></li>
+                    <li><a href="http://twitter.com/ApacheShiro/">Twitter</a></li>
+                    <li><a href="http://shiro.apache.org/mailing-lists.html">Mail lists</a></li>
+                    <li><a href="http://shiro.apache.org/contribute.html">Contribute</a></li>
                 </ul>
-            </div>
-        </div>
-
-        <div id="center">
-
-            <div id="main">
-
-                <div id="homecenter">
-
-                    <div id="homeleft">
-
-                        <h1><a name="Index-WelcometoApacheShiro"></a>Welcome to Apache Shiro</h1>
-
-                        <p>Apache Shiro is a powerful and easy-to-use 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>
-
-                        <p>We recommend you start with the Ten Minute Tutorial which gives you a feel for Shiro and its
-                           API.
-                           Then feel free to get started using Shiro in your own application.</p>
-
-                        <p>If you have any questions, please check out our documentation or contact the user mailing
-                           list.</p>
+            </div> <!--END SECONDARY NAVIGATION-->
+        </div> <!--END HEADER-->
 
-                        <p>And if you’re a fan of Shiro and would like to help it grow, we invite you become a
-                           contributor
-                           to
-                           the project. Please check out the New Contributor Guide</p>
+        <div id="content">
 
-                        <h2>Overview</h2>
+            <div id="main-content">
 
-                        <div class="foverview">
-                            <h3>Authentication</h3>
-                            <p>Support logins across one or more pluggable data sources (LDAP, JDBC, Kerberos,
-                               ActiveDirectory, etc).</p>
-                        </div>
-
-                        <div class="foverview">
-                            <h3>Authorization</h3>
-
-                            <p>Perform access control based on roles or fine-grained permissions, also using pluggable
-                               data sources.</p>
-                        </div>
-
-                        <div class="foverview crypt">
-                            <h3>Cryptography</h3>
-
-                            <p>Secure data with the easiest possible Cryptography APIs available, giving you power and
-                               simplicity beyond what Java provides by default.</p>
-                        </div>
-
-                        <div class="foverview sess">
-                            <h3>Session Management</h3>
-
-                            <p>Use sessions in any environment, even outside web or EJB containers. Easily cluster
-                               sessions in large scale applications.</p>
-                        </div>
-
-                        <div class="foverview web last">
-                            <h3>Web Integration</h3>
-
-                            <p>Save development time with innovative approaches that easily handle web-specific
-                               security out-of-the-box.</p>
-                        </div>
+                <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>
 
-                    <div id="homeright">
-                        <div id="download" class="rc">
-                            <h2>Download</h2>
-                            <div class="inner rc">
-                                <p>The latest release is <em>1.0.0-incubating</em>
-                                    <span class="relnotes">
-                                        (<a href="https://svn.apache.org/repos/asf/cassandra/tags/cassandra-0.6.5/CHANGES.txt">Changes</a>)
-                                    </span>
-                                </p>
-                                <p>
-                                    <a class="filename"
-                                       href="http://www.apache.org/dyn/closer.cgi/shiro/1.1.0/shiro-root-1.1.0-source-release.zip"
-                                       onclick="javascript: pageTracker._trackPageview('/clicks/download/fullbinary');">
-                                        apache-shiro-1.1.0.zip
-                                    </a>
-                                </p>
-                                <p><a href="/download/">Other download options</a></p>
-                            </div>
-                        </div>
-                        <div id="adoption">
-                            <h2>Communities using Shiro</h2>
-                            <div id="adoptionImages">
-                                <a href="http://www.springsource.org"><img src="/static/assets/images/adoption/spring_103x60.png" alt="Spring Framework"/></a>
-                                <a href="http://wicket.apache.org"><img src="/static/assets/images/adoption/wicket_136x50.png" alt="Apache Wicket"/></a>
-                                <a href="http://www.grails.org"><img src="/static/assets/images/adoption/grails_152x40.png" alt="Grails"/></a>
-                                <a href="http://tapestry.apache.org"><img src="/static/assets/images/adoption/tapestry_136x50.gif" alt="Apache Tapestry"/></a>
-                                <a href="http://tynamo.org"><img src="/static/assets/images/adoption/tynamo_120x50.png" alt="Tynamo"/></a>
-                                <a href="http://click.apache.org"><img src="/static/assets/images/adoption/click_142x43.png" alt="Apache Click"/></a>
-                                <a href="http://www.stripesframework.org"><img src="/static/assets/images/adoption/stripes_122x32.png" alt="Stripes Framework"/></a>
-                                <a href="http://camel.apache.org"><img src="/static/assets/images/adoption/apache-camel_107x50.png" alt="Apache Camel"/></a>
-                                <a href="http://www.sonatype.com"><img src="/static/assets/images/adoption/sonatype_153x43.gif" alt="Sonatype"/></a>
-                                <p>and more...</p>
-                            </div>
-                        </div>
-
+                <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>
 
-                </div>
-
-            </div>
-
-            <div id="news">
-                <h3><a name="Index-News"></a>News</h3>
-
-                <div class="blogSurtitle">
-                    <img src="http://cwiki.apache.org/confluence/images/icons/blogentry_16.gif" height="16" width="16"
-                         border="0"
-                         align="absmiddle">
-
-                    <a class="blogDate"
-                       href="http://cwiki.apache.org/confluence/pages/viewblogposts.action?key=SHIRO&postingDate=2010%2F6%2F1&period=5">Tuesday,
-                                                                                                                                        1
-                                                                                                                                        June
-                                                                                                                                        2010</a>
-                </div>
-
-                <div class="blogpost" style="margin-bottom: 30px">
-                    <div><a class="blogHeading" href="2010/06/01/sdforum-java-sig-apache-shiro-presentation.html">
-                        SDForum Java SIG Apache Shiro Presentation</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>
 
-                    <div class="pagesubheading">
-                        Last changed Jun 01, 2010 13:42 by
-                        <a class="confluence-userlink username:lhazlewood url fn"
-                           href="http://cwiki.apache.org/confluence/users/viewuserprofile.action?username=lhazlewood">
-                            Les Hazlewood
-                        </a>
-                    </div>
-                    <div class="wiki-content">
-                        <P>Tonight, 1 June 2010, Les Hazlewood
-                            <a href="http://www.sdforum.org/index.cfm?fuseaction=Calendar.eventDetail&eventID=13671&pageId=471"
-                                class="external-link" rel="nofollow">will present</a>
-                           Apache Shiro to the SDForum Java SIG in Palo Alto, California. Please come if you can!</P>
+                <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>
-                    <div class="endsection">
-                        <B>Posted at Jun 01, 2010</B> by
+                </a>
 
-                        <img src="http://cwiki.apache.org/confluence/images/icons/user_16.gif"
-                             height="16" width="16" border="0" align="absmiddle" title="User Profile: Les Hazlewood">
+                <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 class="confluence-userlink username:lhazlewood url fn"
-                           href="http://cwiki.apache.org/confluence/users/viewuserprofile.action?username=lhazlewood">
-                            Les Hazlewood</a>
-                                                      |
-                        <img src="http://cwiki.apache.org/confluence/images/icons/comment_16.gif"
-                             height="16" width="16" border="0" align="absmiddle">
-                        <a href="2010/06/01/sdforum-java-sig-apache-shiro-presentation.html#comments">0 comments</a>
-                                                      |
-                        <a href="http://cwiki.apache.org/confluence/pages/editblogpost.action?pageId=21791855">Edit</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>
-                </div>
+                </a>
 
+                <div class="clearfix"></div>
 
-                <div class="blogpost" style="margin-bottom: 30px">
+                <table width="640" cellspacing="0" cellpadding="0" class="video-box">
+                    <tr>
+                        <td width="310">
+                            <iframe width="310" height="233" src="http://www.youtube.com/embed/4LD4mF5ex2U?rel=0" frameborder="0" allowfullscreen="true"></iframe>
+                        </td>
+                        <td width="350">
+                            <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><a class="blogHeading" href="2010/06/01/apache-shiro-100-incubating-released.html">
-                        Apache Shiro 1.0.0-incubating Released!</a>
-                    </div>
+            </div> <!--END MAIN CONTENT-->
 
-                    <div class="pagesubheading">
-                        Last changed Jun 01, 2010 13:36 by
-                        <a class="confluence-userlink username:lhazlewood url fn"
-                           href="http://cwiki.apache.org/confluence/users/viewuserprofile.action?username=lhazlewood">
-                            Les Hazlewood
-                        </a>
-                    </div>
-                    <div class="wiki-content">
-                        <P>Dear Apache Shiro Community,</P>
+            <div id="right-column">
 
-                        <P>We are proud and excited to offer Apache Shiro's first stable release as an Apache Incubator
-                           podling!</P>
+                <a href="http://shiro.apache.org/download.html"><div class="download"></div></a>
 
-                        <P>Version 1.0.0-incubating is available immediately for download
-                            <a href="download.html" title="Download">here</a> accompanied by
-                            <a href="documentation.html" title="Documentation">associated documentation</a> and
-                            <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&styleName=Html&version=12314078"
-                                    class="external-link" rel="nofollow">Release Notes</a>
-                        </P>
-
-                        <P>Thank you so much to the Apache community and the Apache Incubator for helping us move toward
-                           our first release. A very special thanks goes to our user community and early adopters for
-                           helping us refine our first stable release.</P>
+                <!-- 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> -->
 
-                        <P>Best Regards,</P>
+                <span class="title">News</span>
 
-                        <P>Les Hazlewood</P>
-                    </div>
+                <a href="http://shiro.apache.org/2012/07/29/apache-shiro-121-released.html"><h2>Apache Shiro 1.2.1 Released!</h2></a>
+                <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>
 
-                    <div class="endsection">
-                        <B>Posted at Jun 01, 2010</B> by
-                        <img src="http://cwiki.apache.org/confluence/images/icons/user_16.gif" height="16" width="16"
-                             border="0"
-                             align="absmiddle" title="User Profile: Les Hazlewood">
-                        <a class="confluence-userlink username:lhazlewood url fn"
-                           href="http://cwiki.apache.org/confluence/users/viewuserprofile.action?username=lhazlewood">Les
-                                                                                                                      Hazlewood</a>
-                                                      |
-                        <img src="http://cwiki.apache.org/confluence/images/icons/comment_16.gif" height="16" width="16"
-                             border="0"
-                             align="absmiddle">
-
-                        <a href="2010/06/01/apache-shiro-100-incubating-released.html#comments">0 comments</a>
-                                                      |
-                        <a href="http://cwiki.apache.org/confluence/pages/editblogpost.action?pageId=21791849">Edit</a>
-                    </div>
-                </div>
+                <a href="http://shiro.apache.org/2012/03/13/whats-new-in-apache-shiro-12.html"><h2>What’s New in Apache Shiro 1.2?</h2></a>
+                <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>
 
-                <div class="blogSurtitle">
-                    <img src="http://cwiki.apache.org/confluence/images/icons/blogentry_16.gif" height="16" width="16"
-                         border="0" align="absmiddle">
-                    <a class="blogDate"
-                       href="http://cwiki.apache.org/confluence/pages/viewblogposts.action?key=SHIRO&postingDate=2010%2F3%2F17&period=5">
-                        Wednesday, 17 March 2010
-                    </a>
-                </div>
+                <span class="title">Communities Using Shiro</span>
+                <div class="communities"><img src="static/assets/images/logos.png"/></div>
 
-                <div class="blogpost" style="margin-bottom: 30px">
-                    <div><a class="blogHeading" href="2010/03/17/great-source-comments.html">Great source comments!</a>
-                    </div>
+            </div> <!--END RIGHT COLUMN-->
 
-                    <div class="pagesubheading">
-                        Last changed Mar 17, 2010 22:10 by
-                        <a class="confluence-userlink username:lhazlewood url fn"
-                           href="http://cwiki.apache.org/confluence/users/viewuserprofile.action?username=lhazlewood">
-                            Les Hazlewood
-                        </a>
-                    </div>
-                    <div class="wiki-content">
+            <div class="clearfix"></div>
 
-                        <P>Apache Shiro is among the
-                            <a href="http://www.ohloh.net/p/shiro/factoids/2699226"
-                               class="external-link" rel="nofollow">best-commented</a>
-                           (top 10%) of all projects tracked by Ohloh!
-                        </P>
-                    </div>
-                    <div class="endsection">
-                        <B>Posted at Mar 17, 2010</B> by
-                        <img src="http://cwiki.apache.org/confluence/images/icons/user_16.gif"
-                             height="16" width="16" border="0" align="absmiddle" title="User Profile: Les Hazlewood">
-
-                        <a class="confluence-userlink username:lhazlewood url fn"
-                           href="http://cwiki.apache.org/confluence/users/viewuserprofile.action?username=lhazlewood">
-                            Les Hazlewood
-                        </a>
-                                                      |
-                        <img src="http://cwiki.apache.org/confluence/images/icons/comment_16.gif"
-                             height="16" width="16" border="0" align="absmiddle">
-
-                        <a href="2010/03/17/great-source-comments.html#comments">0 comments</a>
-                                                      |
-                        <a href="http://cwiki.apache.org/confluence/pages/editblogpost.action?pageId=14813062">Edit</a>
-                    </div>
-                </div>
+        </div><!--END CONTENT-->
+
+    </div><!--END WRAPPER-->
 
-                <P>Stay current with <a href="news.html" title="News">All Apache Shiro News</a></P>
+    <div id="footer">
 
-            </div> <!-- end #news -->
+        <div class="wrapper">
 
-        </div> <!-- end #center -->
+            <a href="">Donate to the ASF</a> | <a href="">License</a>
+            <p>Copyright © 2008-2012 The Apache Software Foundation</p>
+            <div class="footer-shield"></div>
 
-        <div id="footer">
-            Copyright &copy; 2008-2010 The Apache Software Foundation
-        </div>
+        </div> <!--END FOOTER WRAPPER-->
 
-    </div> <!-- end #page -->
+    </div> <!--END FOOTER-->
 
 </body>
-</html> 
\ No newline at end of file
+</html>