You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2017/10/06 09:27:47 UTC

[52/56] sling-site git commit: Homepage simplifications

Homepage simplifications


Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/d2b81456
Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/d2b81456
Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/d2b81456

Branch: refs/heads/asf-site
Commit: d2b8145690aa359678f453b433ff0601806ae3d6
Parents: e1b6584
Author: Bertrand Delacretaz <bd...@apache.org>
Authored: Fri Oct 6 11:07:18 2017 +0200
Committer: Bertrand Delacretaz <bd...@apache.org>
Committed: Fri Oct 6 11:07:18 2017 +0200

----------------------------------------------------------------------
 index.html | 27 ++++++++-------------------
 1 file changed, 8 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/d2b81456/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 48065d7..dab1b9f 100644
--- a/index.html
+++ b/index.html
@@ -74,26 +74,15 @@
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
                 Apache Sling - Bringing Back the Fun!
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
-<div class="row"><div class="small-12 columns"><section class="wrap"><p><strong>Apache Sling&trade;</strong> - REST-based Web framework based on a hierarchical content tree</p>
-<h1><a href="#apache-sling-in-four-bullets-points" name="apache-sling-in-four-bullets-points">Apache Sling in four bullets points</a></h1>
-<ul>
-  <li>ReST based web framework</li>
-  <li>Content-driven, using a hierarchical content tree</li>
-  <li>Modular design</li>
-  <li>Scripting inside</li>
-</ul>
-<h1><a href="#getting-started" name="getting-started">Getting started</a></h1>
-<p>If you prefer doing rather than reading, please proceed to the <a href="/documentation/getting-started.html">Getting Started</a>  section, where you can quickly get started on your own instance of Sling.</p>
-<p>Discussions about Sling happen on our mailing lists, see the <a href="/project-information.html">Project Information</a>  page for more info.</p>
-<h1><a href="#apache-sling-in-a-hundred-words" name="apache-sling-in-a-hundred-words">Apache Sling in a hundred words</a></h1>
-<p>Apache Sling is a web framework that uses a resource oriented architecture. The content is  stored in a hierarchical resource tree which is mapped to the URL space of the web  application.</p>
-<p>Sling applications use either scripts or Java servlets, selected based on simple name conventions, to process HTTP requests in a RESTful way.</p>
-<p>The runtime environment is modular and dynamic allowing to select only the required modules  to run your Sling application. This provides a flexible extension mechanism where modules  easily can be loaded, unloaded and reconfigured</p>
-<p>Sling makes it very simple to implement simple applications, while providing an  enterprise-level framework for more complex applications. </p>
+<div class="row"><div class="small-12 columns"><section class="wrap"><p>Apache Sling&trade; is a framework for RESTful web-applications based on an extensible content tree.</p>
+<p>In a nutshell, Sling maps HTTP request URLs to content resources based on the request's path, extension and selectors. Using convention over configuration, requests are processed by scripts and servlets, dynamically selected based on the current resource. This fosters meaningful URLs and resource driven request processing, while the modular nature of Sling allows for specialized server instances that include only what is needed.</p>
+<p>Sling serves as basis for a variety of applications ranging from blogging engines all the way to enterprise content management systems.</p>
+<p>Our <a href="/documentation/getting-started.html">Getting Started</a> page will help you start playing with Sling.</p>
+<p>Discussions about Sling happen on our mailing lists, see our <a href="/project-information.html">Project Information</a> page for more info.</p>
 <h2><a href="#news" name="news">News</a></h2>
+<p>Here are our most recent news, there are more in our <a href="/news.html">news archive</a>.</p>
 <ul id="newsExcerpt">
 </ul>
-<p>Refer to the news <a href="/news.html">archive</a> for all news.</p>
 <script src="/res/jquery-3.2.1.min.js" type="text/javascript"></script>
 <script type="text/javascript">
         $(document).ready(function() {
@@ -104,7 +93,7 @@
         });
 </script></section></div></div>            
 <div class="tags"><a href="/tags/community.html" class="label">community</a> </div>            
-<div class="revisionInfo">Last modified by <span class="author">Carsten Ziegeler</span> on <span class="comment">Fri Oct 6 08:20:39 2017 +0200</span></div>            
+<div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Oct 6 10:53:09 2017 +0200</span></div>            
 <div class="footer">
                 <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
@@ -113,4 +102,4 @@
             
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>