You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2013/09/02 16:10:02 UTC

svn commit: r1519443 - in /jackrabbit/oak/trunk/oak-doc/src/site: markdown/query.md site.xml

Author: mduerig
Date: Mon Sep  2 14:10:01 2013
New Revision: 1519443

URL: http://svn.apache.org/r1519443
Log:
OAK-301 Document Oak
Add missing license header
Add link to query documentation to site.xml

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/query.md
    jackrabbit/oak/trunk/oak-doc/src/site/site.xml

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query.md?rev=1519443&r1=1519442&r2=1519443&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query.md Mon Sep  2 14:10:01 2013
@@ -1,3 +1,20 @@
+<!--
+   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.
+  -->
+
 ## Query
 
 Oak does not index content by default as does Jackrabbit 2. You need to create custom indexes when

Modified: jackrabbit/oak/trunk/oak-doc/src/site/site.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/site.xml?rev=1519443&r1=1519442&r2=1519443&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/site.xml (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/site.xml Mon Sep  2 14:10:01 2013
@@ -33,6 +33,7 @@ under the License.
     <menu name="Concepts and architecture">
       <item href="overview.html" name="Overview" />
       <item href="nodestate.html" name="Understanding the node state model" />
+      <item href="query.html" name="Query" />
       <item href="microkernel.html" name="Microkernel" />
     </menu>
     <menu name="Using Oak">