-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
58 lines (47 loc) · 3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Jackalope</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<a href="https://github.com/jackalope/jackalope"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="#header">
</div>
<h1 id="header"><a href="https://fosswiki.liip.ch/display/jackalope/Home"><img src="media/logo.png" alt="Jackalope" /> Content Repository for PHP</a></h1>
<div id="container">
<div class="description">
<p>
Jackalope is an open source implementation of the <a href="https://phpcr.github.io/" class="external-link">PHPCR API</a>, which is a PHP adaption of the Java Content Repository (<a href="https://en.wikipedia.org/wiki/Content_repository_API_for_Java" class="external-link">JCR</a>) standard, an open API specification defined in <a href="https://jcp.org/en/jsr/detail?id=170" title="JSR: Java Specification Request" class="external-link">JSR-170</a>/<a href="https://jcp.org/en/jsr/detail?id=283" title="JSR: Java Specification Request" class="external-link">283</a>.<br/>
Jackalope implements the PHPCR interfaces and storage agnostic application code.
You need to chose one of the <em>transport</em> implementations to get a functional
application.
</p>
<p>
<a href="https://github.com/jackalope/jackalope-jackrabbit">Jackalope-Jackrabbit</a>
is the most feature complete and reliable implementation, storing content into the Java server
<a href="https://jackrabbit.apache.org/" class="external-link">Apache Jackrabbit</a>, the JCR
reference implementation. <br/>
<a href="https://github.com/jackalope/jackalope-doctrine-dbal">Jackalope-Doctrine-Dbal</a>
uses the Doctrine database abstraction layer to store data into postgres, mysql or sqlite
so there is no Java backend involved.
</p>
</div>
<div class="downloads" style="clear:both">
<p>Downloads: <a href="https://github.com/jackalope/jackalope-jackrabbit#readme">Jackalope-Jackrabbit</a> /
<a href="https://github.com/jackalope/jackalope-doctrine-dbal#readme">Jackalope-Doctrine-Dbal</a>
</p>
<ul class="links">
<li><a href="https://github.com/jackalope/jackalope/wiki/">About</a></li>
<li><a href="https://phpcr.github.com/">PHPCR API</a></li>
<li><a href="https://github.com/jackalope/jackalope/wiki/Collaboration">Collaboration</a></li>
<li><a href="https://groups.google.com/forum/#!forum/jackalope-dev">Mailinglist</a></li>
</ul>
</div>
<div class="footer">
</div>
</div>
</body>
</html>