This is an automated email from the ASF dual-hosted git repository.

npeltier pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7784b62  publish pipes doc fixes
7784b62 is described below

commit 7784b62d5190433a8be925beb2a1f77554b42274
Author: Nicolas Peltier <[email protected]>
AuthorDate: Fri Oct 19 09:45:39 2018 +0200

    publish pipes doc fixes
---
 documentation/bundles/sling-pipes/writers.html | 9 ++++-----
 repolist.html                                  | 2 ++
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/documentation/bundles/sling-pipes/writers.html 
b/documentation/bundles/sling-pipes/writers.html
index 7059257..6e1732f 100644
--- a/documentation/bundles/sling-pipes/writers.html
+++ b/documentation/bundles/sling-pipes/writers.html
@@ -179,13 +179,12 @@
   <li><code>allow</code> (boolean) to allow some privileges for configured 
authorizable</li>
   <li><code>deny</code> (boolean) to deny some privileges for configured 
authorizable</li>
 </ul>
-<p>following will give bar-users authorizable the right to read on 
/content/foo/bar</p>
-<pre><code>    .echo(&quot;/content/foo/bar&quot;)
-    .allow(&quot;bar-users&quot;)
-</code></pre></section></div></div>            
+<p>following will give bar-users authorizable the aggregate privilege 
(jcr:all) on /content/foo/bar  .echo("/content/foo/bar")  
.allow("bar-users")</p>
+<p>following will give bar-users authorizable the specific rights to 
read|write on /content/foo/bar  .echo("/content/foo/bar")  
.allow("bar-users").with("jcr:privileges",[jcr:read,jcr:write]))</p>
+<p>and following will deny bar-users authorizable to read on /content/foo/bar  
.echo("/content/foo/bar")  .deny("bar-users")</p></section></div></div>         
   
             <div class="footer">
 <div class="revisionInfo">
-                    Last modified by <span class="author">Nicolas 
Peltier</span> on <span class="comment">Mon Oct 8 17:09:17 2018 +0200</span>
+                    Last modified by <span class="author">Dinesh 
Chaudhary</span> on <span class="comment">Fri Oct 19 13:10:30 2018 +0530</span>
                 </div>                <p>
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </p><p>
diff --git a/repolist.html b/repolist.html
index af199ae..d379c4d 100644
--- a/repolist.html
+++ b/repolist.html
@@ -267,6 +267,7 @@
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-js-provider.git";>org-apache-sling-scripting-sightly-js-provider</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-models-provider.git";>org-apache-sling-scripting-sightly-models-provider</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-repl.git";>org-apache-sling-scripting-sightly-repl</a></li>
+                <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-runtime.git";>org-apache-sling-scripting-sightly-runtime</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing.git";>org-apache-sling-scripting-sightly-testing</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing-content.git";>org-apache-sling-scripting-sightly-testing-content</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf.git";>org-apache-sling-scripting-thymeleaf</a></li>
@@ -538,6 +539,7 @@
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-js-provider.git";>org-apache-sling-scripting-sightly-js-provider</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-models-provider.git";>org-apache-sling-scripting-sightly-models-provider</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-repl.git";>org-apache-sling-scripting-sightly-repl</a></li>
+                <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-runtime.git";>org-apache-sling-scripting-sightly-runtime</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing.git";>org-apache-sling-scripting-sightly-testing</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing-content.git";>org-apache-sling-scripting-sightly-testing-content</a></li>
                 <li><a 
href="https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf.git";>org-apache-sling-scripting-thymeleaf</a></li>

Reply via email to