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 ch...@apache.org on 2017/03/23 11:26:26 UTC

svn commit: r1788220 - in /jackrabbit/oak/trunk/oak-doc/src/site: markdown/articles.md markdown/index.md site.xml

Author: chetanm
Date: Thu Mar 23 11:26:26 2017
New Revision: 1788220

URL: http://svn.apache.org/viewvc?rev=1788220&view=rev
Log:
OAK-5974 - Move references to various third party link to separate page from main page

Added:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/articles.md
Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/index.md
    jackrabbit/oak/trunk/oak-doc/src/site/site.xml

Added: jackrabbit/oak/trunk/oak-doc/src/site/markdown/articles.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/articles.md?rev=1788220&view=auto
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/articles.md (added)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/articles.md Thu Mar 23 11:26:26 2017
@@ -0,0 +1,39 @@
+<!--
+   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.
+  -->
+  
+# Articles
+
+This page contains links to the latest articles and presentations on Jackrabbit Oak. 
+It is meant as an entry point for any newcommer to Jackrabbit Oak
+
+* Michael Duerig, [Into the tar pit: a TarMK deep dive](https://adapt.to/2016/en/schedule/into-the-tar-pit--a-tarmk-deep-dive.html) (September 2016) adaptTo() 2016
+* Michael Duerig, [Avoiding and dealing with conflicting updates in Oak](https://adapt.to/2015/en/schedule/avoiding-and-dealing-with-conflicting-updates-in-oak.html) (September 2015) adaptTo() 2015
+* Davide Giannella, [Scaling the query with Oak](https://adapt.to/2015/en/schedule/scaling-the-query-with-oak.html) (September 2015) adaptTo() 2015
+* Michael Marth, [Oak: an introduction for users](https://adapt.to/2013/en/schedule/03_oakintro.html) (September 2013) adaptTo() 2013
+* Michael Duerig, Jukka Zitting [Apache Jackrabbit Oak](https://adapt.to/2012/en/schedule/apache-jackrabbit-oak.html) (September 2012) adaptTo() 2012
+* [JCR and Jackrabbit related links](http://jackrabbit.apache.org/jcr/articles.html)
+* [Oak, the architecture of Apache Jackrabbit 3](http://www.slideshare.net/jukka/oak-the-architecture-of-apache-jackrabbit-3).
+* [Oak, the architecture of the new Repository](http://www.slideshare.net/MichaelDrig/oak-39377061)
+
+## Other References
+
+Following links are also useful to search for information which is not documented in current docs
+
+* the [Oak JIRA](https://issues.apache.org/jira/browse/OAK), specifically [OAK-14]
+  (https://issues.apache.org/jira/browse/OAK-14), which lists the known backward compatibility issues,
+* the [Oak development list](http://jackrabbit.markmail.org/search/+list:org.apache.jackrabbit.oak-dev),
+* the [README files](https://github.com/apache/jackrabbit-oak/blob/trunk/README.md)
\ No newline at end of file

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/index.md?rev=1788220&r1=1788219&r2=1788220&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/index.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/index.md Thu Mar 23 11:26:26 2017
@@ -41,17 +41,4 @@ various platforms, especially from JavaS
 implementation should provide more out-of-the-box functionality than typical NoSQL databases while
 achieving comparable levels of scalability and performance.
 
-Work in Progress
-----------------
-This documentation is still work in progress. Currently much of the information on Oak is
-somewhat spread over different places. If you don't find something here you could also try
-
-* the [Oak JIRA](https://issues.apache.org/jira/browse/OAK), specifically [OAK-14]
-  (https://issues.apache.org/jira/browse/OAK-14), which lists the known backward compatibility issues,
-* the [Oak development list](http://jackrabbit.markmail.org/search/+list:org.apache.jackrabbit.oak-dev),
-* the [README files](https://github.com/apache/jackrabbit-oak/blob/trunk/README.md),
-* the [Oak presentation](http://goo.gl/zid8V3)
-  from the .adaptTo conference 2012,
-* [Oak, the architecture of Apache Jackrabbit 3](http://www.slideshare.net/jukka/oak-the-architecture-of-apache-jackrabbit-3).
-* [Oak, the architecture of the new Repository](http://www.slideshare.net/MichaelDrig/oak-39377061)
   
\ No newline at end of file

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=1788220&r1=1788219&r2=1788220&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/site.xml (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/site.xml Thu Mar 23 11:26:26 2017
@@ -28,6 +28,7 @@ under the License.
       <item href="index.html" name="Jackrabbit Oak" />
       <item href="license.html" name="License" />
       <item href="downloads.html" name="Downloads" />
+      <item href="articles.html" name="Articles" />
     </menu>
     <menu name="Concepts and Architecture">
       <item href="architecture/overview.html" name="Overview" />