anchela commented on a change in pull request #85:
URL: https://github.com/apache/sling-site/pull/85#discussion_r817698091
##########
File path:
src/main/jbake/content/documentation/bundles/repository-initialization.md
##########
@@ -25,10 +25,11 @@ They are called in increasing order of their
`service.ranking` service property,
If any of them throws an Exception, the `SlingRepository` service is not
registered.
## The 'repoinit' Repository Initialization Language
-The `org.apache.sling.repoinit.parser` 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.
+The `org.apache.sling.repoinit.parser` implements a mini-language meant to
create paths, service users and manage access control in a content repository,
as
+well as registering JCR namespaces, node types and privileges. Defining access
control content consists of setting and
+deleting policies of type access control lists (ACL) for which individual
access control entries (ACE) can be added and removed.
-As I write this, the source code consists of [three
modules](https://github.com/apache?utf8=%E2%9C%93&q=sling+repoinit): the
parser, the JCR
+The source code consists of [three
modules](https://github.com/apache?utf8=%E2%9C%93&q=sling+repoinit): the
parser, the JCR
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]