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

sling-site git commit: Remove references section

Repository: sling-site
Updated Branches:
  refs/heads/master 35ddf3118 -> b1d2f50a4


Remove references section


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

Branch: refs/heads/master
Commit: b1d2f50a433700896f187301ad8eb23e838f1200
Parents: 35ddf31
Author: Carsten Ziegeler <cz...@adobe.com>
Authored: Fri Oct 6 08:13:27 2017 +0200
Committer: Carsten Ziegeler <cz...@adobe.com>
Committed: Fri Oct 6 08:13:27 2017 +0200

----------------------------------------------------------------------
 src/main/jbake/content/index.md | 42 ------------------------------------
 1 file changed, 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/b1d2f50a/src/main/jbake/content/index.md
----------------------------------------------------------------------
diff --git a/src/main/jbake/content/index.md b/src/main/jbake/content/index.md
index 4118b83..e585af5 100644
--- a/src/main/jbake/content/index.md
+++ b/src/main/jbake/content/index.md
@@ -46,48 +46,6 @@ Sling makes it very simple to implement simple applications, while providing an
 
 Refer to the news [archive](/news.html) for all news.
 
-## Use Cases for Sling
-
-#### Wiki
-
-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.
-
-Thanks to the JCR Mapping and the resolution of the Component from the
-mapped Content, the system does not care for what actual node is addressed
-as long as there is a Content mapping and a Component capable of handling
-the Content.
-
-Thus in the tradition of REST, the attachement of a Wiki page, which
-happens to be in a node nested below the wiki page node is easily accessed
-using the URL of the wiki page attaching the relative path of the
-attachement  ode. The system resolves the URL to the attachement Content
-and just calls the attachement's Component to spool the attachement.
-
-
-
-#### Digital Asset Management
-
-Day has implemented a Digital Asset Management (DAM) Application based on
-Sling. Thanks to the flexibility of the Content/Component combo as well as
-the service registration/access functionality offered by OSGi, extending
-DAM for new content type is merely a matter of implementing one or two
-interfaces and registering the respective service(s).
-
-Again, the managed assets may be easily spooled by directly accessing them.
-
-
-#### Web Content Management
-
-Last but not least, Sling offers itself very well to implementing a Web
-Content Management system. Thanks to the flexibility of rendering the
-output - remember: the system does not care what to render, as long as the
-URL resolves to a Content object for which a Component exists, which is
-called to render the Content - providing support for Web Content authors
-(not PHP programmers but users out in the field) to build pages to their
-likings can easily be done.
-
 
 ## References