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

git-site-role 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 bb13484  Automatic website deployment
bb13484 is described below

commit bb134847bd695f3590da1542cdf5f4e902f96726
Author: jenkins <[email protected]>
AuthorDate: Thu Feb 6 15:22:12 2020 +0000

    Automatic website deployment
---
 documentation/bundles/repository-initialization.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/bundles/repository-initialization.html 
b/documentation/bundles/repository-initialization.html
index aa85dfc..60d6e6a 100644
--- a/documentation/bundles/repository-initialization.html
+++ b/documentation/bundles/repository-initialization.html
@@ -136,6 +136,7 @@
 <p>If any of them throws an Exception, the <code>SlingRepository</code> 
service is not registered.</p>
 <h2><a href="#the-repoinit-repository-initialization-language" 
name="the-repoinit-repository-initialization-language">The 'repoinit' 
Repository Initialization Language</a></h2>
 <p>The <code>org.apache.sling.repoinit.parser</code> implements a 
mini-language meant to create paths, service users and Access Control Lists in 
a content repository, as well as registering JCR namespaces and node types.</p>
+<p>As I write this, the source code consists of <a 
href="https://github.com/apache?utf8=%E2%9C%93&q=sling+repoinit";>three 
modules</a>: the parser, the JCR repoinit adapter module and the integration 
tests.</p>
 <p>The language grammar is defined (using the JavaCC compiler-compiler, which 
has no runtime dependencies) in the <code>RepoInitGrammar.jjt</code> file in 
that module, and the automated tests provide a number of <a 
href="https://github.com/apache/sling-org-apache-sling-repoinit-parser/tree/master/src/test/resources/testcases";>test
 cases</a> which demonstrate various features.</p>
 <p>The companion <code>org.apache.sling.jcr.repoinit</code> module implements 
those operations on an Oak JCR repository, using a 
<code>SlingRepositoryInitializer</code> registered by default with a service 
ranking of 100. It also provides a <code>JcrRepoInitOpsProcessor</code> service 
to explicitly apply the output of the repoinit parser to a JCR repository.</p>
 <p>Here's a current example from the test cases mentioned above, that uses all 
language features as of version 1.0.2 of the parser module. </p>
@@ -333,7 +334,7 @@
             </div><footer class="footer">
                 <div class="content has-text-centered is-small">
 <div class="revisionInfo">
-                        Last modified by <span class="author">Robert 
Munteanu</span> on <span class="comment">Fri Sep 20 11:35:00 2019 +0200</span>
+                        Last modified by <span class="author">Bertrand 
Delacretaz</span> on <span class="comment">Thu Feb 6 16:12:52 2020 +0100</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>

Reply via email to