Author: tripod
Date: Tue Nov 12 22:12:57 2013
New Revision: 1541264

URL: http://svn.apache.org/r1541264
Log:
@trivial move docu to docu

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/overview.md
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/permission_eval.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/overview.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/overview.md?rev=1541264&r1=1541263&r2=1541264&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/overview.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/overview.md Tue Nov 12 
22:12:57 2013
@@ -29,5 +29,6 @@ TODO: Document core concepts and archite
 * Clustering
 * Search and indexing
 * Security
+    * [Permission Evaluation](security/permission_eval.html)
 * [Oak 
Core](https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/README.md)
 * ...

Modified: 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/permission_eval.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/permission_eval.md?rev=1541264&r1=1541263&r2=1541264&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/permission_eval.md 
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/security/permission_eval.md 
Tue Nov 12 22:12:57 2013
@@ -43,37 +43,16 @@ Internals of Permission Evaluation
   1. ....
   
 
-### [](id:getTreePermissions) How does the `SecureNodeBuilder` obtain his 
_tree permissions_ ?
+### <a name="getTreePermissions"></a> How does the `SecureNodeBuilder` obtain 
his _tree permissions_ ?
 
   1. ...
     
 
-### [](id:getEntryIterator) How does the `TreePermission` obtain the 
permission entry iterator?
+### <a name="getEntryIterator"></a> How does the `TreePermission` obtain the 
permission entry iterator?
 
   1. ...
   
-### [](id:permissionStore) How are the access control entries preprocessed and 
stored in the permission store?
+### <a name="permissionStore"></a> How are the access control entries 
preprocessed and stored in the permission store?
 
   1. ....
 
-License
--------
-
-(see the top-level [LICENSE.txt](../LICENSE.txt) for full license details)
-
-Collective work: Copyright 2012 The Apache Software Foundation.
-
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
\ No newline at end of file


Reply via email to