Repository: sling-site Updated Branches: refs/heads/asf-site 4885aeba6 -> 354e9e769
Update bullet points and clean up Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/354e9e76 Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/354e9e76 Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/354e9e76 Branch: refs/heads/asf-site Commit: 354e9e7692835663f7899d3247e1c88d3bdf1d51 Parents: 4885aeb Author: Carsten Ziegeler <[email protected]> Authored: Fri Sep 29 15:37:50 2017 +0200 Committer: Carsten Ziegeler <[email protected]> Committed: Fri Sep 29 15:37:50 2017 +0200 ---------------------------------------------------------------------- index.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sling-site/blob/354e9e76/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 03a1b6a..6d35c8e 100644 --- a/index.html +++ b/index.html @@ -74,14 +74,15 @@ 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™</strong> is an innovative web framework that is intended to bring back the fun to web development.</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-five-bullets-points" name="apache-sling-in-five-bullets-points">Apache Sling in five bullets points</a></h1> +<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 JCR content repository</li> - <li>Powered by OSGi</li> - <li>Scripting inside, multiple languages (JSP, server-side javascript, Scala, etc.)</li> - <li>Apache Open Source project</li> + <li>ReST based web framework</li> + <li>Content-driven, using a hierarchical content tree</li> + <li>Modular design</li> + <li>Scripting inside</li> </ul> +<h2><a href="#getting-started" name="getting-started">Getting started</a></h2> +<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> <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 <a href="http://en.wikipedia.org/wiki/JSR-170">Java Content Repository</a>, such as <a href="http://jackrabbit.apache.org/">Apache Jackrabbit</a>, to store and manage content.</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> @@ -98,8 +99,6 @@ <p>[The name is] Biblical in nature. The story of David: the weapon he uses to slay the giant Goliath is a sling. Hence, our David's [David Nuescheler, CTO of Day Software] favorite weapon.</p> <p>It is also the simplest device for delivering content very fast.</p> </blockquote> -<h2><a href="#getting-started" name="getting-started">Getting started</a></h2> -<p>If you prefer doing rather than reading, please proceed to <a href="/documentation/getting-started/discover-sling-in-15-minutes.html">Discover Sling in 15 minutes</a> or read through the recommended links in the <a href="/documentation/getting-started.html">Getting Started</a> section, where you can quickly get started on your own instance of Sling.</p> <h2><a href="#use-cases-for-sling" name="use-cases-for-sling">Use Cases for Sling</a></h2> <h4><a href="#wiki" name="wiki">Wiki</a></h4> <p>Day built a Wiki system on Sling. Each Wiki page is a node (with optional child nodes) in the repository. As a page is requested, the respective node is accessed and through the applying Component is rendered.</p>
