You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/getting_started.rst
+41-8
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,33 @@
1
1
Getting Stated
2
2
==============
3
3
4
-
This is an introduction into the PHP content repository. You will mostly see code examples. It should work with any PHPCR implementation. We propose using [Jackalope Jackrabbit](https://github.com/jackalope/jackalope-jackrabbit) to get started as it supports all features described here.
4
+
This aims to provide a rounded general reference to PHPCR. You will mostly see
5
+
code examples. It should work with any PHPCR implementation. We propose using
6
+
[Jackalope Jackrabbit](https://github.com/jackalope/jackalope-jackrabbit) to
7
+
get started as it supports all features described here.
5
8
6
9
Installing Jackalope
7
10
--------------------
8
11
9
-
Just follow the README of the [jackalope-jackrabbit](https://github.com/jackalope/jackalope-jackrabbit/blob/master/README.md) repository.
There are currently two options for browsing and modifying the contents of the PHPCR repository.
19
+
There are currently two options for browsing and modifying the contents of the
20
+
PHPCR repository.
15
21
16
-
- <a href="/documentation/phpcr-shell">PHPCR Shell</a>: Aims to provide a full command line shell interface to PHPCR content repositories. A pre-compiled PHAR archive is available on the github homepage.
17
-
- <a href="https://github.com/marmelab/phpcr-browser">Marmelab PHPCR Browser</a>: A web based PHPCR browser.
22
+
- `PHPCR Shell <https://github.com/phpcr/phpcr-shell>`_: Aims to provide a full
23
+
command line shell interface to PHPCR content repositories. A pre-compiled
0 commit comments