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 2014/01/30 22:14:29 UTC

svn commit: r1562966 - /shiro/site/publish/get-started.html

Author: lhazlewood
Date: Thu Jan 30 21:14:28 2014
New Revision: 1562966

URL: http://svn.apache.org/r1562966
Log:
Updated site template + some content based on SEO optimization

Added:
    shiro/site/publish/get-started.html

Added: shiro/site/publish/get-started.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/get-started.html?rev=1562966&view=auto
==============================================================================
--- shiro/site/publish/get-started.html (added)
+++ shiro/site/publish/get-started.html Thu Jan 30 21:14:28 2014
@@ -0,0 +1,95 @@
+<!--
+   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">
+    <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>
+                                    Get Started with Apache Shiro | Apache Shiro
+                </title>
+
+
+    <link rel="icon" type="image/vnd.microsoft.icon" href="./assets/images/favicon.ico">
+
+    <link rel="stylesheet" type="text/css" href="./assets/css/normalize.css">
+    <link rel="stylesheet" type="text/css" href="./assets/css/confluence.css" media="screen">
+    <link rel="stylesheet" type="text/css" href="./assets/css/style.css">
+
+    <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 type="text/javascript">
+        // initialize plugins
+        jQuery(function() {
+            //Google Analytics
+            jQuery.trackPage('UA-11551827-1');
+        });
+    </script>
+</head>
+
+<body>
+    <div id="top-bar"></div>
+
+    <div class="wrapper">
+
+        <div id="header">
+            <a href="./index.html"><div id="logo"></div></a>
+            <ul class="navigation">
+                <li><a href="./get-started.html">Get Started</a></li>
+                <li><a href="./documentation.html">Docs</a></li>
+                <li><a href="./web-features.html">Web Apps</a></li>
+                <li><a href="./integration.html">Integrations</a></li>
+                <li><a href="./features.html">Features</a></li>
+                <li><a href="./community.html">Community</a></li>
+            </ul>
+        </div>
+
+        <div id="content">
+
+            <h1>Get Started with Apache Shiro</h1><p>Apache Shiro focuses on ease-of-use, so you can rely on secure, stable authentication, authorization, cryptography, and session management. With Shiro’s easy-to-understand API, you can quickly and easily secure any application. Get started!</p><p>Here are some links related help you get started with Shiro:</p>
+<ul>
+  <li><p><strong><a href="introduction.html">Introduction to the Apache Shiro Java Security Framework</a></strong><br/>Apache Shiro&rsquo;s first and foremost goal is to be easy to use and understand. Security can be very complex at times, even painful, but it doesn&rsquo;t have to be.</p></li>
+  <li><p><strong><a href="terminology.html">Terminology</a></strong><br/>Security can be really confusing because of the terminology used. We&rsquo;ll make life easier by clarifying some core concepts, so you understand how they&rsquo;re reflected in the Shiro API.</p></li>
+  <li><p><strong><a href="10-minute-tutorial.html">10-Minute Tutorial</a></strong><br/>Learn all the ins and outs of the Shiro Framework in under 10 minutes. This quick and simple tutorial shows how a developer uses Shiro in their application. </p></li>
+  <li><p><strong><a href="tutorial.html">Your First Shiro Application</a></strong><br/>If you&rsquo;re new to Apache Shiro, this short tutorial will show you how to set up a very simple application secured by Apache Shiro. We&rsquo;ll discuss Shiro&rsquo;s core concepts along the way to help familiarize you with Shiro&rsquo;s design and API.</p></li>
+  <li><p><strong><a href="architecture.html">Architecture</a></strong><br/>By modeling what is already intuitive for software developers, Apache Shiro remains intuitive and easy to use in practically any application.</p></li>
+  <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>
+</ul>
+
+        </div>
+
+    </div><!--END WRAPPER-->
+
+    <div id="footer">
+
+        <div class="wrapper">
+
+            <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-2014 The Apache Software Foundation</p>
+            <div class="footer-shield"></div>
+
+        </div> <!--END FOOTER WRAPPER-->
+
+    </div> <!--END FOOTER-->
+
+</body>
+</html>