diff --git a/_data/implementations.yml b/_data/implementations.yml index 87664df..5a1fe34 100644 --- a/_data/implementations.yml +++ b/_data/implementations.yml @@ -95,7 +95,7 @@ github: https://github.com/midguardproject/phpcr-midgard2 website: https://github.com/midguardproject/phpcr-midgard2 description: | - Uses Midgard2 open soruce content repository. Not maintained since 2013 + Uses Midgard2 open source content repository. Not maintained since 2013 stability: unstable/unmaintained - name: Jackalope MongoDB diff --git a/_layouts/default.html b/_layouts/default.html index b0e5c02..ecb6866 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,44 +25,44 @@

{{ page.title }}

{{ content }}
+ - - + }(this, this.document)); + diff --git a/assets/main.css b/assets/main.css index c0cc5a6..18efb62 100644 --- a/assets/main.css +++ b/assets/main.css @@ -266,3 +266,16 @@ Hides the menu at `48em`, but modify this based on your app's needs. padding: 12px; border-radius: 5px; } + +.footer { + color: #aaa; + text-align: center; + font-size: 10px; + margin-top: 100px; + min-height: 100%; + height: auto; +} + +.footer a { + color: #444; +} diff --git a/documentation/index.md b/documentation/index.md index fe04c56..a332fcd 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -14,6 +14,7 @@ title: Documentation 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. +- [JCR 2.0 SQL-2 Grammer Reference](http://www.h2database.com/jcr/grammar.html#name) - Grammer reference for the JCR-SQL-2 query language. ## Slides diff --git a/implementations/index.md b/implementations/index.md index 2b29d89..85fde01 100644 --- a/implementations/index.md +++ b/implementations/index.md @@ -14,8 +14,8 @@ This page lists all known PHPCR implementations: {{ implementation.description }} -- **Website**: [{{ implementation.website }}](implementation.website) -- **Github**: [{{ implementation.github }}](implementation.github) +- **Website**: [{{ implementation.website }}]({{ implementation.website }}) +- **Github**: [{{ implementation.github }}]({{ implementation.github }}) - **Stability**: {{ implementation.stability }} {% if implementation.descriptors %}