Author: mreutegg
Date: Mon May 20 13:13:06 2019
New Revision: 1859561
URL: http://svn.apache.org/viewvc?rev=1859561&view=rev
Log:
OAK-301: Document Oak
Update wiki links to point to the archived pages
Link to the JCR 2.0 specification hosted at adobe.com
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/nodestate.md
jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md
jackrabbit/oak/trunk/oak-doc/src/site/markdown/features/direct-binary-access.md
jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md
jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md
jackrabbit/oak/trunk/oak-doc/src/site/site.xml
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/nodestate.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/nodestate.md?rev=1859561&r1=1859560&r2=1859561&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/nodestate.md
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/architecture/nodestate.md
Mon May 20 13:13:06 2019
@@ -260,7 +260,7 @@ the exact set of changes being committed
If, based on the content diff or some other inspection of the commit, a
hook decides to reject the commit for example due to a constraint violation,
it can do so by throwing a `CommitFailedException` with an appropriate error
-code as outlined in http://wiki.apache.org/jackrabbit/OakErrorCodes.
+code as outlined in
https://jackrabbit.apache.org/archive/wiki/JCR/OakErrorCodes_115513474.html.
If the commit is acceptable, the hook can return the after state as-is or
it can make some additional modifications and return the resulting node state.
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md?rev=1859561&r1=1859560&r2=1859561&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md Mon
May 20 13:13:06 2019
@@ -23,7 +23,7 @@ the codebase. The [README files](https:/
this documentation, and the [Oak mailing list](http://oak.markmail.org/)
archives are good places
to start learning about Oak.
-There is also the [Jackrabbit 3 wiki
page](http://wiki.apache.org/jackrabbit/Jackrabbit%203), which
+There is also the [Jackrabbit 3 wiki
page](https://jackrabbit.apache.org/archive/wiki/JCR/Jackrabbit-3_115513423.html),
which
is mostly outdated though and should only be consulted for historical research.
To get started developing Oak, checkout the sources from
[svn](https://svn.apache.org/repos/asf/jackrabbit/oak/trunk),
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/features/direct-binary-access.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/features/direct-binary-access.md?rev=1859561&r1=1859560&r2=1859561&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-doc/src/site/markdown/features/direct-binary-access.md
(original)
+++
jackrabbit/oak/trunk/oak-doc/src/site/markdown/features/direct-binary-access.md
Mon May 20 13:13:06 2019
@@ -31,7 +31,7 @@ The following diagram shows the 3 involv

-Further background of the design of this feature can be found [on the
wiki](https://wiki.apache.org/jackrabbit/Direct%20Binary%20Access).
+Further background of the design of this feature can be found [on the
wiki](https://jackrabbit.apache.org/archive/wiki/JCR/Direct-Binary-Access_115513390.html).
## Requirements
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md?rev=1859561&r1=1859560&r2=1859561&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/plugins/blobstore.md Mon May
20 13:13:06 2019
@@ -430,5 +430,5 @@ Below is an example of how the missing b
on how to execute the command and the different parameters can be checked in
the readme for the oak-run module.
[1]:
http://serverfault.com/questions/52861/how-does-dropbox-version-upload-large-files
-[2]: http://wiki.apache.org/jackrabbit/DataStore
+[2]: https://jackrabbit.apache.org/archive/wiki/JCR/DataStore_115513387.html
[3]: http://jclouds.apache.org/start/blobstore/
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md?rev=1859561&r1=1859560&r2=1859561&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md Mon
May 20 13:13:06 2019
@@ -232,7 +232,7 @@ and then restart the application:
#### Quoting
-[Special characters in queries need to be
escaped.](https://wiki.apache.org/jackrabbit/EncodingAndEscaping)
+[Special characters in queries need to be
escaped.](https://jackrabbit.apache.org/archive/wiki/JCR/EncodingAndEscaping_115513396.html)
However, compared to Jackrabbit 2.x,
the query parser is now generally more strict about invalid syntax.
@@ -312,7 +312,7 @@ The full-text syntax supported by Jackra
By default (that is, using a Lucene index with `compatVersion` 2), Jackrabbit
Oak uses the
[Apache Lucene grammar for fulltext
search](https://lucene.apache.org/core/4_7_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html).
-[See also how to escape
queries.](https://wiki.apache.org/jackrabbit/EncodingAndEscaping).
+[See also how to escape
queries.](https://jackrabbit.apache.org/archive/wiki/JCR/EncodingAndEscaping_115513396.html).
However, the words `AND` and `NOT` are treated as search terms, and only `OR`
is supported as a keyword. Instead of `NOT`, use `-`.
Instead of `AND`, just write the terms next to each other (instead of `hello
AND world`, just write `hello world`).
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=1859561&r1=1859560&r2=1859561&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/site.xml (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/site.xml Mon May 20 13:13:06 2019
@@ -35,7 +35,7 @@ under the License.
<item href="architecture/nodestate.html" name="The Node State Model" />
</menu>
<menu name="Main APIs">
- <item href="http://www.day.com/specs/jcr/2.0/index.html" name="JCR API"
/>
+ <item href="https://docs.adobe.com/docs/en/spec/jcr/2.0/index.html"
name="JCR API" />
<item href="https://jackrabbit.apache.org/jcr/jcr-api.html"
name="Jackrabbit API" />
<item href="oak_api/overview.html" name="Oak API" />
</menu>