From 507ce20486529d00321d2f4ed20bb8e1e9914440 Mon Sep 17 00:00:00 2001 From: dantleech Date: Sun, 13 Jul 2014 08:51:22 +0200 Subject: [PATCH 1/3] Added some references --- documentation/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/index.md b/documentation/index.md index a331e0a..67c16c9 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -9,7 +9,11 @@ title: Documentation ## Reference -- [API Reference](/doc/html/index.html) +- [API Reference](/doc/html/index.html) - Online API documentation for the PHPCR project. +- [Node Type CND Reference (Jackrabbit)](http://jackrabbit.apache.org/node-type-notation.html) - Detailed definition and + explanation of the CND node type format. +- [JCR Query Cheatsheet (Magnolia)](https://wiki.magnolia-cms.com/display/WIKI/JCR+Query+Cheat+Sheet) - Examples of + the JCR2 query language. ## Slides From 86d29af7560a7709e4bd0a60078299facd90517d Mon Sep 17 00:00:00 2001 From: dantleech Date: Thu, 17 Jul 2014 23:06:58 +0200 Subject: [PATCH 2/3] Separated references into PHPCR and JCR --- documentation/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/index.md b/documentation/index.md index 67c16c9..5679db2 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -9,7 +9,12 @@ title: Documentation ## Reference +### PHPCR + - [API Reference](/doc/html/index.html) - Online API documentation for the PHPCR project. + +### JCR + - [Node Type CND Reference (Jackrabbit)](http://jackrabbit.apache.org/node-type-notation.html) - Detailed definition and explanation of the CND node type format. - [JCR Query Cheatsheet (Magnolia)](https://wiki.magnolia-cms.com/display/WIKI/JCR+Query+Cheat+Sheet) - Examples of From 44bb327b2426778866c20db464153f9ca06c39c0 Mon Sep 17 00:00:00 2001 From: dantleech Date: Thu, 17 Jul 2014 23:13:40 +0200 Subject: [PATCH 3/3] Added links to some useful docs --- documentation/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/index.md b/documentation/index.md index 5679db2..fe04c56 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -9,12 +9,7 @@ title: Documentation ## Reference -### PHPCR - - [API Reference](/doc/html/index.html) - Online API documentation for the PHPCR project. - -### JCR - - [Node Type CND Reference (Jackrabbit)](http://jackrabbit.apache.org/node-type-notation.html) - Detailed definition and explanation of the CND node type format. - [JCR Query Cheatsheet (Magnolia)](https://wiki.magnolia-cms.com/display/WIKI/JCR+Query+Cheat+Sheet) - Examples of @@ -25,6 +20,11 @@ title: Documentation - [PHPCR Introduction by David Buchmann and Lukas Smith](/slides.html) - [PHPCR, Une Introduction by Daniel Leech (in French)](http://phpcrtalk.dantleech.com) +## Articles + +- [JCR or RDBMS - Why, when, how?](https://dev.day.com/content/ddc/blog/2009/01/jcrrdbmsreport/_jcr_content/images/jcrrdbmsreport/jcr_rdbms_report_chapuis.pdf) +- [Davids Model: A guide for content modeling](http://wiki.apache.org/jackrabbit/DavidsModel) + ## Other - [PHPCR Shell](/documentation/phpcr-shell)