Repository: sling-site Updated Branches: refs/heads/master 60e5a8807 -> 4df24ef9c
Clean up bullet points and clean up getting started Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/4df24ef9 Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/4df24ef9 Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/4df24ef9 Branch: refs/heads/master Commit: 4df24ef9ccc78c8c28d6f63ba66a284760e18ef3 Parents: 60e5a88 Author: Carsten Ziegeler <[email protected]> Authored: Fri Sep 29 15:34:17 2017 +0200 Committer: Carsten Ziegeler <[email protected]> Committed: Fri Sep 29 15:34:17 2017 +0200 ---------------------------------------------------------------------- src/main/jbake/content/index.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sling-site/blob/4df24ef9/src/main/jbake/content/index.md ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/index.md b/src/main/jbake/content/index.md index 177e2d2..635466e 100644 --- a/src/main/jbake/content/index.md +++ b/src/main/jbake/content/index.md @@ -9,14 +9,17 @@ bring back the fun to web development. Discussions about Sling happen on our mailing lists, see the [Project Information](/project-information.html) page for more info. -# Apache Sling in five bullets points +# Apache Sling in four bullets points -* REST based web framework -* Content-driven, using a JCR content repository -* Powered by OSGi -* Scripting inside, multiple languages (JSP, server-side javascript, Scala, -etc.) -* Apache Open Source project +* ReST based web framework +* Content-driven, using a hierarchical content tree +* Modular design +* Scripting inside + +## Getting started + +If you prefer doing rather than reading, please proceed to the [Getting Started](/documentation/getting-started.html) + section, where you can quickly get started on your own instance of Sling. # Apache Sling in a hundred words @@ -58,12 +61,6 @@ this: > It is also the simplest device for delivering content very fast. -## Getting started - -If you prefer doing rather than reading, please proceed to [Discover Sling in 15 minutes](/documentation/getting-started/discover-sling-in-15-minutes.html) - or read through the recommended links in the [Getting Started](/documentation/getting-started.html) - section, where you can quickly get started on your own instance of Sling. - ## Use Cases for Sling #### Wiki
