Author: kwin
Date: Thu Feb 25 13:28:21 2016
New Revision: 1732299

URL: http://svn.apache.org/viewvc?rev=1732299&view=rev
Log:
some fixes from automatic translation, add link to Sling IDE

Modified:
    
sling/site/trunk/content/documentation/development/repository-based-development.mdtext

Modified: 
sling/site/trunk/content/documentation/development/repository-based-development.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/repository-based-development.mdtext?rev=1732299&r1=1732298&r2=1732299&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/development/repository-based-development.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/development/repository-based-development.mdtext
 Thu Feb 25 13:28:21 2016
@@ -1,4 +1,3 @@
-translation_pending: true
 Title: Repository Based Development
 
 [TOC]
@@ -19,14 +18,13 @@ Please note that accessing the repositor
 
 When accessing the repository through WebDAV in its separate URI Space, the 
URLs have the following generic structure:
 
-{panel}
-slingroot/prefix/workspace/item
-{panel}
-
-   * `*slingroot*` is the URL of the Sling web application context. In the 
above example, this would `http://some.host.net:8080/sling`.
-   * `*prefix*` is the URL prefix to address the WebDAV servlet. By default 
this is set to `/dav` but may be configured to any valid path.
-   * `*workspace*` is the name of the workspace to be accessed through WebDAV.
-   * `*item*` is the path to the JCR Item to access.
+    slingroot/prefix/workspace/item
+
+
+   * `slingroot` is the URL of the Sling web application context. In the above 
example, this would `http://some.host.net:8080/sling`.
+   * `prefix` is the URL prefix to address the WebDAV servlet. By default this 
is set to `/dav` but may be configured to any valid path.
+   * `workspace` is the name of the workspace to be accessed through WebDAV.
+   * `item` is the path to the JCR Item to access.
 
 If you access the WebDAV server at the prefix path -- e.g. 
`!http://localhost:8080/dav` -- you will be redirected to the default workspace 
with a temporary redirect status 302. Some clients, such as the Linux *davfs*, 
do not like this redirection and must be configured to explicitly address the 
default workspace.
 
@@ -70,4 +68,4 @@ This implementation only supports listin
 
 ## Eclipse plugin for JCR
 
-TBD
\ No newline at end of file
+see [Sling IDE Tooling]({{ refs.ide-tooling.path }})
\ No newline at end of file


Reply via email to