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:20:43 UTC

sling-site git commit: Move references to links page

Repository: sling-site
Updated Branches:
  refs/heads/master b1d2f50a4 -> 52e0da78c


Move references to links page


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

Branch: refs/heads/master
Commit: 52e0da78c8b61b656065f8279e3d7ed7d96037b4
Parents: b1d2f50
Author: Carsten Ziegeler <cz...@adobe.com>
Authored: Fri Oct 6 08:20:39 2017 +0200
Committer: Carsten Ziegeler <cz...@adobe.com>
Committed: Fri Oct 6 08:20:39 2017 +0200

----------------------------------------------------------------------
 src/main/jbake/content/index.md | 30 ------------------------------
 src/main/jbake/content/links.md | 35 +++++++++++++++++++++++++++++++----
 2 files changed, 31 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sling-site/blob/52e0da78/src/main/jbake/content/index.md
----------------------------------------------------------------------
diff --git a/src/main/jbake/content/index.md b/src/main/jbake/content/index.md
index e585af5..318c6e1 100644
--- a/src/main/jbake/content/index.md
+++ b/src/main/jbake/content/index.md
@@ -47,36 +47,6 @@ Sling makes it very simple to implement simple applications, while providing an
 Refer to the news [archive](/news.html) for all news.
 
 
-## References
-
-
-#### Apache Jackrabbit
-
-The main purpose of Sling is to develop a content-centric Web Application
-framework for Java Content Repository (JCR) based data stores. Sling is
-implemented - with the notable exception of JCR Node Type management -
-purely in terms of the JCR API and as such may use any JCR compliant
-repository. The default implementation for [Apache Jackrabbit](http://jackrabbit.apache.org)
- is provided out of the box.
-
-#### OSGi
-
-Sling is implemented as a series of [OSGi](http://www.osgi.org)
- Bundles and makes extensive use of the OSGi functionality, such as
-lifecycle management and the service layer. In addition, Sling requires
-several OSGi compendium services to be available, such as the Log Service,
-Http Service, Configuration Admin Service, Metatype Service, and
-Declarative Services.
-
-#### Apache Felix
-
-While Sling does not require a specific OSGi framework implementation to
-run in, Sling is being developed using [Apache Felix](http://felix.apache.org)
- as the OSGi framework implementation. It has not been tested yet, but it
-is expected that Sling also operates perfectly inside other OSGi frameworks
-such as [Equinox](http://www.eclipse.org/equinox) and [Knopflerfish](http://www.knopflerfish.org).
-
-
 <script src="/res/jquery-3.2.1.min.js" type="text/javascript"></script>
 <script type="text/javascript">
         $(document).ready(function() {

http://git-wip-us.apache.org/repos/asf/sling-site/blob/52e0da78/src/main/jbake/content/links.md
----------------------------------------------------------------------
diff --git a/src/main/jbake/content/links.md b/src/main/jbake/content/links.md
index 59d1396..520f4d8 100644
--- a/src/main/jbake/content/links.md
+++ b/src/main/jbake/content/links.md
@@ -46,7 +46,34 @@ The following screencasts demonstrate Day Software's CRX quickstart product, pow
 
 ## Technology used by Sling
 
-   * [Apache Jackrabbit](http://jackrabbit.apache.org) - The reference implementation of the Content Repository for Java (JCR) Specification. This implementation is used in Sling as the primary repository.
-   * [JSR 170: Content Repository for Java{tm} technology API](http://www.jcp.org/en/jsr/detail?id=170) - The specification of the repository API.
-   * [Apache Felix](http://felix.apache.org) - The OSGi Framework implementation we use in Sling.
-   * [The OSGi Alliance](http://www.osgi.org) - The OSGi Alliance is the specification body defining the OSGi Core and Compendium Services. These specifications are at the center of making Sling possible.
+### JSR 170 - Content Repository for Java{tm} technology API
+
+The specification of the repository API: [JSR 170: Content Repository for Java{tm} technology API](http://www.jcp.org/en/jsr/detail?id=170).
+
+### Apache Jackrabbit
+
+The main purpose of Sling is to develop a content-centric Web Application
+ framework for Java Content Repository (JCR) based data stores. Sling is
+ implemented - with the notable exception of JCR Node Type management -
+ purely in terms of the JCR API and as such may use any JCR compliant
+ repository. The default implementation for [Apache Jackrabbit](http://jackrabbit.apache.org)
+ is provided out of the box. This is also the reference implementation
+ of the Content Repository for Java (JCR) Specification.
+ 
+### The OSGi Alliance
+
+[The OSGi Alliance](http://www.osgi.org) is the specification body defining the OSGi specifications,
+ namely the Core, Compendium, Enterprise and IoT specifications. These specifications are at the
+ center of making Sling possible. Sling is implemented as a series of OSGi modules (called bundles)
+ and makes extensive use of the OSGi functionality, such as lifecycle management and the service 
+ layer. In addition, Sling requires several OSGi compendium services to be available, such as the 
+ Log Service, Http Service, Configuration Admin Service, Metatype Service, and
+ Declarative Services.
+
+### Apache Felix
+
+While Sling does not require a specific OSGi framework implementation to
+ run in, Sling is being developed using [Apache Felix](http://felix.apache.org)
+ as the OSGi framework implementation. It has not been tested yet, but it
+ is expected that Sling also operates perfectly inside other OSGi frameworks
+ such as [Equinox](http://www.eclipse.org/equinox) and [Knopflerfish](http://www.knopflerfish.org).