You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2012/12/31 13:40:13 UTC

svn commit: r1427110 [18/18] - in /jackrabbit/site/trunk/content/JCR: ./ a-simple-ocm-project-with-maven-eclipse.data/ concurrency-control.data/ deployment-models.data/ how-jackrabbit-works.data/ how-to-map-associations-between-objects.data/ index-read...

Added: jackrabbit/site/trunk/content/JCR/search-implementation.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/search-implementation.html?rev=1427110&view=auto
==============================================================================
--- jackrabbit/site/trunk/content/JCR/search-implementation.html (added)
+++ jackrabbit/site/trunk/content/JCR/search-implementation.html Mon Dec 31 12:40:09 2012
@@ -0,0 +1,147 @@
+
+<!-- 
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE- 2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License. 
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>Search implementation</TITLE>
+    <LINK type="text/css" rel="stylesheet" href="http://jackrabbit.apache.org/style/site.css">
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+  <BODY>
+    <DIV id="page">
+      <DIV id="header">
+        <P id="jcr"><A href="http://jackrabbit.apache.org/"><IMG src="http://jackrabbit.apache.org/style/jlogo.gif" alt="Apache Jackrabbit" height="100" width="336"></A></P>
+        <P id="asf"><A href="http://www.apache.org/"><IMG src="http://jackrabbit.apache.org/style/asf-logo.gif" alt="Apache Software Foundation" height="100" width="387"></A></P>
+      </DIV>
+      <DIV id="body">
+        <DIV id="navigation">
+  <UL>
+	<LI>Apache Jackrabbit
+	<UL>
+		<LI><A href="welcome-to-apache-jackrabbit.html" title="Welcome to Apache Jackrabbit">Welcome</A></LI>
+		<LI><A href="downloads.html" title="Downloads">Downloads</A></LI>
+		<LI><A href="frequently-asked-questions.html" title="Frequently Asked Questions">FAQ</A></LI>
+		<LI><A href="http://wiki.apache.org/jackrabbit/FrontPage" class="external-link">Jackrabbit Wiki</A></LI>
+		<LI><A href="jackrabbit-history.html" title="Jackrabbit History">Jackrabbit History</A></LI>
+	</UL>
+	</LI>
+	<LI>Documentation
+	<UL>
+		<LI><A href="getting-started-with-apache-jackrabbit.html" title="Getting Started with Apache Jackrabbit">Getting Started</A></LI>
+		<LI><A href="standalone-server.html" title="Standalone Server">Standalone Server</A></LI>
+		<LI><A href="jackrabbit-components.html" title="Jackrabbit Components">Jackrabbit Components</A></LI>
+		<LI><A href="first-hops.html" title="First Hops">First Hops</A></LI>
+		<LI><A href="jcr-api.html" title="JCR & API">JCR &amp; API</A></LI>
+		<LI><A href="jackrabbit-architecture.html" title="Jackrabbit Architecture">Jackrabbit Architecture</A></LI>
+		<LI><A href="deployment-models.html" title="Deployment Models">Deployment Models</A></LI>
+		<LI><A href="jackrabbit-configuration.html" title="Jackrabbit Configuration">Jackrabbit Configuration</A></LI>
+		<LI><A href="node-types.html" title="Node Types">Node Types</A></LI>
+		<LI><A href="object-content-mapping.html" title="Object Content Mapping">Object Content Mapping</A></LI>
+	</UL>
+	</LI>
+	<LI>Development
+	<UL>
+		<LI><A href="jackrabbit-team.html" title="Jackrabbit Team">Jackrabbit Team</A></LI>
+		<LI><A href="jackrabbit-roadmap.html" title="Jackrabbit Roadmap">Jackrabbit Roadmap</A></LI>
+		<LI><A href="building-jackrabbit.html" title="Building Jackrabbit">Building Jackrabbit</A></LI>
+		<LI><A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A></LI>
+		<LI><A href="issue-tracker.html" title="Issue Tracker">Issue Tracker</A></LI>
+		<LI><A href="source-repository.html" title="Source Repository">Source Repository</A></LI>
+		<LI><A href="continuous-integration.html" title="Continuous Integration">Continuous Integration</A></LI>
+		<LI><A href="website.html" title="Website">Website</A></LI>
+		<LI><A href="creating-releases.html" title="Creating Releases">Creating Releases</A></LI>
+		<LI><A href="supporting-software-attribution.html" title="Supporting software attribution">Attribution</A></LI>
+	</UL>
+	</LI>
+	<LI>Apache Software Foundation
+	<UL>
+		<LI><A href="http://www.apache.org/foundation/how-it-works.html" class="external-link">Introduction</A></LI>
+		<LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link">Sponsorship</A></LI>
+		<LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link">Current Sponsors</A></LI>
+	</UL>
+	</LI>
+</UL>
+        </DIV>
+        <DIV id="content">
+          <H1>Search implementation</H1>
+  <P>Jackrabbit implements both the mandatory XPath and optional SQL query syntax. Its design follows the goal of the JSR-170 specification that all the mandatory query features can be expressed either in XPath or in SQL. Thus, the actual implementation of the query engine is independent of the query syntax used, though Jackrabbit's query internals are closer to XPath than SQL, because of the hierarchical structure of a JCR.</P>
+
+<P>The major parts of the query implementation are:</P>
+
+<UL>
+	<LI>XPath Parser</LI>
+	<LI>SQL Parser</LI>
+	<LI>Abstract Query Tree</LI>
+	<LI>Query engine</LI>
+	<LI>Utilities</LI>
+</UL>
+
+
+<H2><A name="Searchimplementation-XPathParser"></A>XPath Parser</H2>
+
+<P>The XPath query parser is based on the W3C XQuery grammar definition which is not yet final but can be downloaded as draft here. The reason why Jackrabbit uses the XQuery grammar, rather than the XPath grammar, is, that JSR-170 specifies an 'order by' clause for the XPath query syntax. This 'order by' clause is borrowed from the XQuery FLWOR expression syntax. Before parsing the XPath query in Jackrabbit, the statement is surrounded with dummy code, to form a valid XQuery FLWOR expression and is then passed to the XQuery parser. The actual parser is a class generated by JavaCC, which uses the grammar that can be found in src/grammar/xpath. The parsed XPath statement is then translated into an Abstract Query Tree. See class: org.apache.jackrabbit.core.query.xpath.XPathQueryBuilder</P>
+
+<H2><A name="Searchimplementation-SQLParser"></A>SQL Parser</H2>
+
+<P>The SQL query parser is generated from a grammar definition located in src/grammar/sql. After parsing, the Abstract Syntax Tree is translated into the Jackrabbit internal Abstract Query Tree. See class: org.apache.jackrabbit.core.query.sql.JCRSQLQueryBuilder</P>
+
+<H2><A name="Searchimplementation-AbstractQueryTree"></A>Abstract Query Tree</H2>
+
+<P>The Abstract Query Tree (AQT) is the common query description format that allows Jackrabbit to implement a query engine which is (to a certain extent) independent of the query syntax used (XPath or SQL). The AQT consists of the classes that are derived from: org.apache.jackrabbit.core.query.QueryNode</P>
+
+<P>Please note that the AQT is Jackrabbit internal and not exposed to a client using the JCR API!</P>
+
+<H2><A name="Searchimplementation-QueryEngine"></A>Query Engine</H2>
+
+<P>Now this is where the meat is. The actual implementation of the query engine is configurable. One needs to implement the interface: org.apache.jackrabbit.core.query.QueryHandler. Jackrabbit comes with an implementation that uses a Lucene index: org.apache.jackrabbit.core.query.lucene.SearchIndex This index is independent of the persistence manager in use. However it is also possible to write a QueryHandler implementation which is aware of the underlying storage (e.g. a database) and executes the query on the 'native' storage.</P>
+
+<P>The class org.apache.core.query.lucene.LuceneQueryBuilder translates the Abstract Query Tree into a query that can be executed against the Lucene index. Jackrabbit implements a couple of extensions to the standard Lucene classes, primarily to improve performance in an environment with incremental indexing like Jackrabbit. Instead of a single index, Jackrabbit uses generations of indexes to circumvent costly IndexReader / IndexWriter creation. See: org.apache.jackrabbit.core.query.lucene.MultiIndex. The most recent generation of the search index is held completely in memory. See: org.apache.jackrabbit.core.query.lucene.VolatileIndex. It is comparable with the garbage collection in Java, where generations are used to move living objects from the young into the old generation over time. Queries are then executed on a MultiReader that spans all the indexes. Every now and then (depending on the configuration parameters in workspace.xml) indexes are merged and nodes marked as d
 eleted in the index are removed. This happens similar to how Lucene merges its internal segments.</P>
+
+<H2><A name="Searchimplementation-Utilities"></A>Utilities</H2>
+
+<P>The class org.apache.jackrabbit.core.query.QueryParser allows you to translate a query statement into an Abstract Query Tree and vice versa. It's a nice tool to see how a query in XPath looks like in SQL or the other way round.</P>
+
+<P>The class org.apache.jackrabbit.core.query.PropertyTypeRegistry provides fast access to the type information based on property names. The Jackrabbit QueryHandler implementation uses this class to coerce value literals into other value types.</P>
+        </DIV>
+        <DIV id="end"></DIV>
+      </DIV>
+      <DIV id="footer">
+        <P>
+          &copy; 2004-2010 The Apache Software Foundation.
+          - <A href="http://jackrabbit.apache.org/privacy-policy.html">Privacy Policy</A> -
+          [<A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=75337">edit this page</A>]
+          <BR>
+          Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+          Jackrabbit project logo are trademarks of The Apache Software Foundation.
+        </P>
+      </DIV>
+    </DIV>
+<!-- JCR- 1315: Add Google Analytics to Jackrabbit web site -->
+<SCRIPT type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</SCRIPT>
+<SCRIPT type="text/javascript">
+var pageTracker = _gat._getTracker("UA-837900-2");
+pageTracker._initData();
+pageTracker._trackPageview();
+</SCRIPT>
+  </BODY>
+</HTML>

Added: jackrabbit/site/trunk/content/JCR/shared-j2ee-resource-howto.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/shared-j2ee-resource-howto.html?rev=1427110&view=auto
==============================================================================
--- jackrabbit/site/trunk/content/JCR/shared-j2ee-resource-howto.html (added)
+++ jackrabbit/site/trunk/content/JCR/shared-j2ee-resource-howto.html Mon Dec 31 12:40:09 2012
@@ -0,0 +1,175 @@
+
+<!-- 
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE- 2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License. 
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>Shared J2EE Resource HOWTO</TITLE>
+    <LINK type="text/css" rel="stylesheet" href="http://jackrabbit.apache.org/style/site.css">
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+  <BODY>
+    <DIV id="page">
+      <DIV id="header">
+        <P id="jcr"><A href="http://jackrabbit.apache.org/"><IMG src="http://jackrabbit.apache.org/style/jlogo.gif" alt="Apache Jackrabbit" height="100" width="336"></A></P>
+        <P id="asf"><A href="http://www.apache.org/"><IMG src="http://jackrabbit.apache.org/style/asf-logo.gif" alt="Apache Software Foundation" height="100" width="387"></A></P>
+      </DIV>
+      <DIV id="body">
+        <DIV id="navigation">
+  <UL>
+	<LI>Apache Jackrabbit
+	<UL>
+		<LI><A href="welcome-to-apache-jackrabbit.html" title="Welcome to Apache Jackrabbit">Welcome</A></LI>
+		<LI><A href="downloads.html" title="Downloads">Downloads</A></LI>
+		<LI><A href="frequently-asked-questions.html" title="Frequently Asked Questions">FAQ</A></LI>
+		<LI><A href="http://wiki.apache.org/jackrabbit/FrontPage" class="external-link">Jackrabbit Wiki</A></LI>
+		<LI><A href="jackrabbit-history.html" title="Jackrabbit History">Jackrabbit History</A></LI>
+	</UL>
+	</LI>
+	<LI>Documentation
+	<UL>
+		<LI><A href="getting-started-with-apache-jackrabbit.html" title="Getting Started with Apache Jackrabbit">Getting Started</A></LI>
+		<LI><A href="standalone-server.html" title="Standalone Server">Standalone Server</A></LI>
+		<LI><A href="jackrabbit-components.html" title="Jackrabbit Components">Jackrabbit Components</A></LI>
+		<LI><A href="first-hops.html" title="First Hops">First Hops</A></LI>
+		<LI><A href="jcr-api.html" title="JCR & API">JCR &amp; API</A></LI>
+		<LI><A href="jackrabbit-architecture.html" title="Jackrabbit Architecture">Jackrabbit Architecture</A></LI>
+		<LI><A href="deployment-models.html" title="Deployment Models">Deployment Models</A></LI>
+		<LI><A href="jackrabbit-configuration.html" title="Jackrabbit Configuration">Jackrabbit Configuration</A></LI>
+		<LI><A href="node-types.html" title="Node Types">Node Types</A></LI>
+		<LI><A href="object-content-mapping.html" title="Object Content Mapping">Object Content Mapping</A></LI>
+	</UL>
+	</LI>
+	<LI>Development
+	<UL>
+		<LI><A href="jackrabbit-team.html" title="Jackrabbit Team">Jackrabbit Team</A></LI>
+		<LI><A href="jackrabbit-roadmap.html" title="Jackrabbit Roadmap">Jackrabbit Roadmap</A></LI>
+		<LI><A href="building-jackrabbit.html" title="Building Jackrabbit">Building Jackrabbit</A></LI>
+		<LI><A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A></LI>
+		<LI><A href="issue-tracker.html" title="Issue Tracker">Issue Tracker</A></LI>
+		<LI><A href="source-repository.html" title="Source Repository">Source Repository</A></LI>
+		<LI><A href="continuous-integration.html" title="Continuous Integration">Continuous Integration</A></LI>
+		<LI><A href="website.html" title="Website">Website</A></LI>
+		<LI><A href="creating-releases.html" title="Creating Releases">Creating Releases</A></LI>
+		<LI><A href="supporting-software-attribution.html" title="Supporting software attribution">Attribution</A></LI>
+	</UL>
+	</LI>
+	<LI>Apache Software Foundation
+	<UL>
+		<LI><A href="http://www.apache.org/foundation/how-it-works.html" class="external-link">Introduction</A></LI>
+		<LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link">Sponsorship</A></LI>
+		<LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link">Current Sponsors</A></LI>
+	</UL>
+	</LI>
+</UL>
+        </DIV>
+        <DIV id="content">
+          <H1>Shared J2EE Resource HOWTO</H1>
+  <P>This document describes how to use a Jackrabbit content repository in the deployment model 2: Shared J2EE Resource. In this deployment model, a central content repository resource managed by an application server is used by multiple different applications. See the <A href="jcr-client-application-howto.html" title="JCR client application HOWTO">JCR client application HOWTO</A> for instructions on how to use the configured content repository.</P>
+
+<P>This how-to contains instructions for Tomcat versions 4.x and 5.x. It should be easy to modify the instructions for other container environments.</P>
+
+<H2><A name="SharedJ2EEResourceHOWTO-Tomcatinstructions"></A>Tomcat instructions</H2>
+
+<P>Follow the steps below to setup a model 2 Jackrabbit deployment for your Tomcat 4.x or 5.x installation. Example code for both versions of Tomcat is included after this overview.</P>
+
+<OL>
+	<LI>Place the Jackrabbit jar file and all the dependencies (including the JCR API jar file) under <EM>Tomcat folder</EM>/common/lib.</LI>
+	<LI>Register the bindable repository factory as a global resource.</LI>
+	<LI>Link the global resource to a context scoped JNDI address.</LI>
+</OL>
+
+
+<H3><A name="SharedJ2EEResourceHOWTO-Step2Resourceconfiguration"></A>Step 2 - Resource configuration</H3>
+
+<P>Note: This step is essentially the same as step 2 in the Model 1 HOWTO. The only differences are in the (arbitrary) naming of the resource and placing of the configuration elements. The difference in the end result is that the configured repository is bound to the global JNDI context instead of a local one. In Tomcat 4.x and 5.0, add the following snippet in server.xml under the GlobalNamingResources element.</P>
+
+<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent">
+<PRE class="code-java">
+&lt;Resource name=<SPAN class="code-quote">&quot;jcr/globalRepository&quot;</SPAN>
+          auth=<SPAN class="code-quote">&quot;Container&quot;</SPAN>
+          type=<SPAN class="code-quote">&quot;javax.jcr.Repository&quot;</SPAN>/&gt;
+
+&lt;ResourceParams name=<SPAN class="code-quote">&quot;jcr/globalRepository&quot;</SPAN>&gt;
+  &lt;parameter&gt;
+    &lt;name&gt;factory&lt;/name&gt;
+    &lt;value&gt;org.apache.jackrabbit.core.jndi.BindableRepositoryFactory&lt;/value&gt;
+  &lt;/parameter&gt;
+  &lt;parameter&gt;
+    &lt;name&gt;configFilePath&lt;/name&gt;
+    &lt;value&gt;[full path to repository.xml]&lt;/value&gt;
+  &lt;/parameter&gt;
+  &lt;parameter&gt;
+    &lt;name&gt;repHomeDir&lt;/name&gt;
+    &lt;value&gt;[full path to the repository home folder]&lt;/value&gt;
+  &lt;/parameter&gt;
+&lt;/ResourceParams&gt;
+</PRE>
+</DIV></DIV>
+
+<P>In Tomcat 5.5, add the following snippet in server.xml under the GlobalNamingResources element.</P>
+
+<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent">
+<PRE class="code-java">
+&lt;Resource name=<SPAN class="code-quote">&quot;jcr/globalRepository&quot;</SPAN>
+          auth=<SPAN class="code-quote">&quot;Container&quot;</SPAN>
+          type=<SPAN class="code-quote">&quot;javax.jcr.Repository&quot;</SPAN>
+          factory=<SPAN class="code-quote">&quot;org.apache.jackrabbit.core.jndi.BindableRepositoryFactory&quot;</SPAN>
+          configFilePath=<SPAN class="code-quote">&quot;[full path to repository.xml&quot;</SPAN>
+          repHomeDir=<SPAN class="code-quote">&quot;[full path to the repository home folder]&quot;</SPAN>/&gt;
+</PRE>
+</DIV></DIV>
+
+<H3><A name="SharedJ2EEResourceHOWTO-Step3Resourcelink"></A>Step 3 - Resource link</H3>
+
+<P>In Tomcat versions 4.x and 5.0, add the following snippet in server.xml under the Context element of your web application. In Tomcat version 5.5, add the snippet in your application's context.xml or $CATALINA_HOME/conf/<EM>enginename</EM>/<EM>hostname</EM>/<EM>webappname</EM>.xml. If you prefer central configuration, you can add the configuration to $CATALINA_HOME/conf/context.xml.</P>
+
+<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent">
+<PRE class="code-java">
+&lt;ResourceLink name=<SPAN class="code-quote">&quot;jcr/repository&quot;</SPAN>
+              global=<SPAN class="code-quote">&quot;jcr/globalRepository&quot;</SPAN>
+              type=<SPAN class="code-quote">&quot;javax.jcr.Repository&quot;</SPAN>/&gt;
+</PRE>
+</DIV></DIV>
+        </DIV>
+        <DIV id="end"></DIV>
+      </DIV>
+      <DIV id="footer">
+        <P>
+          &copy; 2004-2010 The Apache Software Foundation.
+          - <A href="http://jackrabbit.apache.org/privacy-policy.html">Privacy Policy</A> -
+          [<A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=75325">edit this page</A>]
+          <BR>
+          Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+          Jackrabbit project logo are trademarks of The Apache Software Foundation.
+        </P>
+      </DIV>
+    </DIV>
+<!-- JCR- 1315: Add Google Analytics to Jackrabbit web site -->
+<SCRIPT type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</SCRIPT>
+<SCRIPT type="text/javascript">
+var pageTracker = _gat._getTracker("UA-837900-2");
+pageTracker._initData();
+pageTracker._trackPageview();
+</SCRIPT>
+  </BODY>
+</HTML>

Added: jackrabbit/site/trunk/content/JCR/source-repository.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/source-repository.html?rev=1427110&view=auto
==============================================================================
--- jackrabbit/site/trunk/content/JCR/source-repository.html (added)
+++ jackrabbit/site/trunk/content/JCR/source-repository.html Mon Dec 31 12:40:09 2012
@@ -0,0 +1,112 @@
+
+<!-- 
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE- 2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License. 
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>Source Repository</TITLE>
+    <LINK type="text/css" rel="stylesheet" href="http://jackrabbit.apache.org/style/site.css">
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+  <BODY>
+    <DIV id="page">
+      <DIV id="header">
+        <P id="jcr"><A href="http://jackrabbit.apache.org/"><IMG src="http://jackrabbit.apache.org/style/jlogo.gif" alt="Apache Jackrabbit" height="100" width="336"></A></P>
+        <P id="asf"><A href="http://www.apache.org/"><IMG src="http://jackrabbit.apache.org/style/asf-logo.gif" alt="Apache Software Foundation" height="100" width="387"></A></P>
+      </DIV>
+      <DIV id="body">
+        <DIV id="navigation">
+  <UL>
+	<LI>Apache Jackrabbit
+	<UL>
+		<LI><A href="welcome-to-apache-jackrabbit.html" title="Welcome to Apache Jackrabbit">Welcome</A></LI>
+		<LI><A href="downloads.html" title="Downloads">Downloads</A></LI>
+		<LI><A href="frequently-asked-questions.html" title="Frequently Asked Questions">FAQ</A></LI>
+		<LI><A href="http://wiki.apache.org/jackrabbit/FrontPage" class="external-link">Jackrabbit Wiki</A></LI>
+		<LI><A href="jackrabbit-history.html" title="Jackrabbit History">Jackrabbit History</A></LI>
+	</UL>
+	</LI>
+	<LI>Documentation
+	<UL>
+		<LI><A href="getting-started-with-apache-jackrabbit.html" title="Getting Started with Apache Jackrabbit">Getting Started</A></LI>
+		<LI><A href="standalone-server.html" title="Standalone Server">Standalone Server</A></LI>
+		<LI><A href="jackrabbit-components.html" title="Jackrabbit Components">Jackrabbit Components</A></LI>
+		<LI><A href="first-hops.html" title="First Hops">First Hops</A></LI>
+		<LI><A href="jcr-api.html" title="JCR & API">JCR &amp; API</A></LI>
+		<LI><A href="jackrabbit-architecture.html" title="Jackrabbit Architecture">Jackrabbit Architecture</A></LI>
+		<LI><A href="deployment-models.html" title="Deployment Models">Deployment Models</A></LI>
+		<LI><A href="jackrabbit-configuration.html" title="Jackrabbit Configuration">Jackrabbit Configuration</A></LI>
+		<LI><A href="node-types.html" title="Node Types">Node Types</A></LI>
+		<LI><A href="object-content-mapping.html" title="Object Content Mapping">Object Content Mapping</A></LI>
+	</UL>
+	</LI>
+	<LI>Development
+	<UL>
+		<LI><A href="jackrabbit-team.html" title="Jackrabbit Team">Jackrabbit Team</A></LI>
+		<LI><A href="jackrabbit-roadmap.html" title="Jackrabbit Roadmap">Jackrabbit Roadmap</A></LI>
+		<LI><A href="building-jackrabbit.html" title="Building Jackrabbit">Building Jackrabbit</A></LI>
+		<LI><A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A></LI>
+		<LI><A href="issue-tracker.html" title="Issue Tracker">Issue Tracker</A></LI>
+		<LI><A href="" title="Source Repository">Source Repository</A></LI>
+		<LI><A href="continuous-integration.html" title="Continuous Integration">Continuous Integration</A></LI>
+		<LI><A href="website.html" title="Website">Website</A></LI>
+		<LI><A href="creating-releases.html" title="Creating Releases">Creating Releases</A></LI>
+		<LI><A href="supporting-software-attribution.html" title="Supporting software attribution">Attribution</A></LI>
+	</UL>
+	</LI>
+	<LI>Apache Software Foundation
+	<UL>
+		<LI><A href="http://www.apache.org/foundation/how-it-works.html" class="external-link">Introduction</A></LI>
+		<LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link">Sponsorship</A></LI>
+		<LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link">Current Sponsors</A></LI>
+	</UL>
+	</LI>
+</UL>
+        </DIV>
+        <DIV id="content">
+          <H1>Source Repository</H1>
+  <P>Apache Jackrabbit uses <A href="http://subversion.tigris.org/" class="external-link">Subversion</A> to manage source code. See the <A href="http://svnbook.red-bean.com/" class="external-link">Subversion book</A> and the Apache <A href="http://www.apache.org/dev/version-control.html" class="external-link">instructions</A> for using Subversion.</P>
+
+<P>The Jackrabbit source code is available at <A href="http://svn.apache.org/repos/asf/jackrabbit/" class="external-link">http://svn.apache.org/repos/asf/jackrabbit/</A> and can also be browsed using the <A href="http://viewvc.tigris.org/" class="external-link">ViewVC</A> interface at <A href="http://svn.apache.org/viewvc/jackrabbit/" class="external-link">http://svn.apache.org/viewvc/jackrabbit/</A>.</P>
+        </DIV>
+        <DIV id="end"></DIV>
+      </DIV>
+      <DIV id="footer">
+        <P>
+          &copy; 2004-2010 The Apache Software Foundation.
+          - <A href="http://jackrabbit.apache.org/privacy-policy.html">Privacy Policy</A> -
+          [<A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=77290">edit this page</A>]
+          <BR>
+          Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+          Jackrabbit project logo are trademarks of The Apache Software Foundation.
+        </P>
+      </DIV>
+    </DIV>
+<!-- JCR- 1315: Add Google Analytics to Jackrabbit web site -->
+<SCRIPT type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</SCRIPT>
+<SCRIPT type="text/javascript">
+var pageTracker = _gat._getTracker("UA-837900-2");
+pageTracker._initData();
+pageTracker._trackPageview();
+</SCRIPT>
+  </BODY>
+</HTML>

Added: jackrabbit/site/trunk/content/JCR/standalone-server.data/standalone500.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/standalone-server.data/standalone500.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/standalone-server.data/standalone500.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/standalone-server.data/standalone500.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/standalone-server.data/standalone500.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/standalone-server.data/standalone500.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/standalone-server.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/standalone-server.html?rev=1427110&view=auto
==============================================================================
--- jackrabbit/site/trunk/content/JCR/standalone-server.html (added)
+++ jackrabbit/site/trunk/content/JCR/standalone-server.html Mon Dec 31 12:40:09 2012
@@ -0,0 +1,243 @@
+
+<!-- 
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE- 2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License. 
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>Standalone Server</TITLE>
+    <LINK type="text/css" rel="stylesheet" href="http://jackrabbit.apache.org/style/site.css">
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+  <BODY>
+    <DIV id="page">
+      <DIV id="header">
+        <P id="jcr"><A href="http://jackrabbit.apache.org/"><IMG src="http://jackrabbit.apache.org/style/jlogo.gif" alt="Apache Jackrabbit" height="100" width="336"></A></P>
+        <P id="asf"><A href="http://www.apache.org/"><IMG src="http://jackrabbit.apache.org/style/asf-logo.gif" alt="Apache Software Foundation" height="100" width="387"></A></P>
+      </DIV>
+      <DIV id="body">
+        <DIV id="navigation">
+  <UL>
+	<LI>Apache Jackrabbit
+	<UL>
+		<LI><A href="welcome-to-apache-jackrabbit.html" title="Welcome to Apache Jackrabbit">Welcome</A></LI>
+		<LI><A href="downloads.html" title="Downloads">Downloads</A></LI>
+		<LI><A href="frequently-asked-questions.html" title="Frequently Asked Questions">FAQ</A></LI>
+		<LI><A href="http://wiki.apache.org/jackrabbit/FrontPage" class="external-link">Jackrabbit Wiki</A></LI>
+		<LI><A href="jackrabbit-history.html" title="Jackrabbit History">Jackrabbit History</A></LI>
+	</UL>
+	</LI>
+	<LI>Documentation
+	<UL>
+		<LI><A href="getting-started-with-apache-jackrabbit.html" title="Getting Started with Apache Jackrabbit">Getting Started</A></LI>
+		<LI><A href="" title="Standalone Server">Standalone Server</A></LI>
+		<LI><A href="jackrabbit-components.html" title="Jackrabbit Components">Jackrabbit Components</A></LI>
+		<LI><A href="first-hops.html" title="First Hops">First Hops</A></LI>
+		<LI><A href="jcr-api.html" title="JCR & API">JCR &amp; API</A></LI>
+		<LI><A href="jackrabbit-architecture.html" title="Jackrabbit Architecture">Jackrabbit Architecture</A></LI>
+		<LI><A href="deployment-models.html" title="Deployment Models">Deployment Models</A></LI>
+		<LI><A href="jackrabbit-configuration.html" title="Jackrabbit Configuration">Jackrabbit Configuration</A></LI>
+		<LI><A href="node-types.html" title="Node Types">Node Types</A></LI>
+		<LI><A href="object-content-mapping.html" title="Object Content Mapping">Object Content Mapping</A></LI>
+	</UL>
+	</LI>
+	<LI>Development
+	<UL>
+		<LI><A href="jackrabbit-team.html" title="Jackrabbit Team">Jackrabbit Team</A></LI>
+		<LI><A href="jackrabbit-roadmap.html" title="Jackrabbit Roadmap">Jackrabbit Roadmap</A></LI>
+		<LI><A href="building-jackrabbit.html" title="Building Jackrabbit">Building Jackrabbit</A></LI>
+		<LI><A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A></LI>
+		<LI><A href="issue-tracker.html" title="Issue Tracker">Issue Tracker</A></LI>
+		<LI><A href="source-repository.html" title="Source Repository">Source Repository</A></LI>
+		<LI><A href="continuous-integration.html" title="Continuous Integration">Continuous Integration</A></LI>
+		<LI><A href="website.html" title="Website">Website</A></LI>
+		<LI><A href="creating-releases.html" title="Creating Releases">Creating Releases</A></LI>
+		<LI><A href="supporting-software-attribution.html" title="Supporting software attribution">Attribution</A></LI>
+	</UL>
+	</LI>
+	<LI>Apache Software Foundation
+	<UL>
+		<LI><A href="http://www.apache.org/foundation/how-it-works.html" class="external-link">Introduction</A></LI>
+		<LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link">Sponsorship</A></LI>
+		<LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link">Current Sponsors</A></LI>
+	</UL>
+	</LI>
+</UL>
+        </DIV>
+        <DIV id="content">
+          <H1>Standalone Server</H1>
+  <P>Each Jackrabbit release comes with a pre-built and runnable standalone server jar. It's the easiest way to get started with Jackrabbit, simply <A href="downloads.html" title="Downloads">download</A> and start the jar to get a fully functional JCR content repository. The rest of this page documents what else you can do with the standalone server.</P>
+
+<DIV>
+<UL>
+    <LI><A href="#StandaloneServer-Runningthestandaloneserver">Running the standalone server</A></LI>
+    <LI><A href="#StandaloneServer-Commandlineoptions">Command line options</A></LI>
+    <LI><A href="#StandaloneServer-Webinterface">Web interface</A></LI>
+    <LI><A href="#StandaloneServer-WebDAVaccess">WebDAV access</A></LI>
+    <LI><A href="#StandaloneServer-RMIaccess">RMI access</A></LI>
+    <LI><A href="#StandaloneServer-Backupandmigration">Backup and migration</A></LI>
+    <LI><A href="#StandaloneServer-Drawbacks">Drawbacks</A></LI>
+</UL></DIV>
+
+<H2><A name="StandaloneServer-Runningthestandaloneserver"></A>Running the standalone server</H2>
+
+<P>You need Java version 5 or higher to run the Jackrabbit standalone server. To start the server, double-click on the standalone jar file, or invoke it on the command line.</P>
+
+<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent">
+<PRE class="code-none">
+$ java -jar jackrabbit-standalone-1.6.0.jar
+Welcome to Apache Jackrabbit!
+-------------------------------
+Using repository directory jackrabbit
+Writing log messages to jackrabbit/log
+Starting the server...
+Apache Jackrabbit is now running at http://localhost:8080/
+^C
+Shutting down the server...
+-------------------------------
+Goodbye from Apache Jackrabbit!
+</PRE>
+</DIV></DIV>
+
+<P>After staring the server, you can point your browser to <A href="http://localhost:8080/" class="external-link">http://localhost:8080/</A> to see Jackrabbit in action. Use the <TT>--port</TT> command line option to specify an alternative if the default port 8080 is already used by another program.<BR>
+This is what the server should look like in your browser:</P>
+
+<P><SPAN class="image-wrap" style="display: block; text-align: center"><IMG src="standalone-server.data/standalone500.png" style="border: 0px solid black"></SPAN></P>
+
+<P>By default the server will look for a content repository in the <TT>./jackrabbit</TT> directory and a repository configuration file in a <TT>repository.xml</TT> file within the repository directory. The repository directory is automatically created if it does not already exist, and a configuration file with the default configuration is created if no configuration is found.</P>
+
+<P>Server, access, and repository log messages are written to log files in the <TT>log</TT> subdirectory within the repository directory.</P>
+
+<P>You can stop the server by pressing <TT>Ctrl-C</TT> or by sending it a standard termination signal. The server will then close the content repository and exit cleanly.</P>
+
+<H2><A name="StandaloneServer-Commandlineoptions"></A>Command line options</H2>
+
+<P>You can customize the operation of the standalone server with the following command line options (with defaults in parenthesis).</P>
+
+<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent">
+<PRE class="code-none">
+$ java -jar jackrabbit-standalone-1.6.0.jar --help
+usage: java -jar jackrabbit-standalone-1.6.0.jar [-?] [-b] [-c &lt;arg&gt;] [-C
+       &lt;arg&gt;] [-d] [-f &lt;arg&gt;] [-h &lt;arg&gt;] [-l] [-n] [-p &lt;arg&gt;] [-q] [-r &lt;arg&gt;] [-R
+       &lt;arg&gt;]
+ -?,--help                print this message
+ -b,--backup              create a backup of the repository
+ -c,--conf &lt;arg&gt;          repository configuration file
+ -C,--backup-conf &lt;arg&gt;   backup repository configuration file
+ -d,--debug               enable debug logging
+ -f,--file &lt;arg&gt;          location of this jar file
+ -h,--host &lt;arg&gt;          IP address of the HTTP server
+ -l,--license             print license information
+ -n,--notice              print copyright notices
+ -p,--port &lt;arg&gt;          TCP port of the HTTP server (8080)
+ -q,--quiet               disable console output
+ -r,--repo &lt;arg&gt;          repository directory (jackrabbit)
+ -R,--backup-repo &lt;arg&gt;   backup repository directory (jackrabbit-backupN)
+</PRE>
+</DIV></DIV>
+
+<P>You may want to increase the maximum amount of heap memory available to the Java virtual machine especially if you plan to have lots of concurrent clients accessing the repository or want to perform large batch operations.</P>
+
+<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent">
+<PRE class="code-none">
+$ java -Xmx256m -jar jackrabbit-standalone-1.6.0.jar
+</PRE>
+</DIV></DIV>
+
+<H2><A name="StandaloneServer-Webinterface"></A>Web interface</H2>
+
+<P>The web interface you see at <A href="http://localhost:8080/" class="external-link">http://localhost:8080/</A> is a simple web application built on top of the content repository. It contains some basic instructions on how to access the repository and comes with the following utility tools:</P>
+
+<UL>
+	<LI>Populate (<A href="http://localhost:8080/populate.jsp" class="external-link">http://localhost:8080/populate.jsp</A>)<BR>
+  This tool populates the default workspace with example documents found on the web based on a Google search. This is an easy way to get some semi-random test content into the repository.</LI>
+	<LI>Search (<A href="http://localhost:8080/search.jsp" class="external-link">http://localhost:8080/search.jsp</A>)<BR>
+  This tool uses the full text search feature to find content within the default workspace of the repository. To see the search feature in action, first add some content to the repository with the Populate tool and then try to search for the documents with the Search tool.</LI>
+	<LI>Browse (<A href="http://localhost:8080/repository/default/" class="external-link">http://localhost:8080/repository/default/</A>)<BR>
+  The built-in WebDAV feature allows you to browse the file (<TT>nt:file</TT>) and folder (<TT>nt:folder</TT>) nodes within the repository. See the WebDAV section below for all the other things you can do with this tool! Note that the server will by default accept any username and password combination.</LI>
+</UL>
+
+
+<H2><A name="StandaloneServer-WebDAVaccess"></A>WebDAV access</H2>
+
+<P>The simple repository browser you can see at <A href="http://localhost:8080/repository/default/" class="external-link">http://localhost:8080/repository/default/</A> is actually a fully featured WebDAV server backed by the content repository. You can mount this address as a WebDAV share to your normal filesystem and treat it as you would any shared network folder. This feature is especially useful for copying large amounts of files or folders to or from the repository. Note that this feature is limited to standard files and folders, any more fine-grained JCR content will simply not be visible.</P>
+
+<P>The repository also exposes an alternative WebDAV access point at <A href="http://localhost:8080/server/" class="external-link">http://localhost:8080/server/</A> for more fine-grained content access. This access point implements a number of advanced WebDAV features that are not normally seen in plain file-based WebDAV servers. You will need a feature-rich WebDAV or HTTP client to access the full power of this interface. With the Jackrabbit spi2dav component you can even get full remote JCR access over the WebDAV features and some custom extensions available through this access point.</P>
+
+<H2><A name="StandaloneServer-RMIaccess"></A>RMI access</H2>
+
+<P>In addition to the WebDAV access points, the standalone server also supports remote JCR access over RMI. After adding the JCR API and the jackrabbit-jcr-rmi jars to your classpath, you can access the repository remotely with the following code:</P>
+
+<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent">
+<PRE class="code-java">
+<SPAN class="code-keyword">import</SPAN> org.apache.jackrabbit.rmi.repository.URLRemoteRepository;
+
+Repository repository =
+    <SPAN class="code-keyword">new</SPAN> URLRemoteRepository(<SPAN class="code-quote">&quot;http:<SPAN class="code-comment">//localhost:8080/rmi&quot;</SPAN>);</SPAN>
+</PRE>
+</DIV></DIV>
+
+<H2><A name="StandaloneServer-Backupandmigration"></A>Backup and migration</H2>
+
+<P>You can also use the standalone server jar to backup existing repositories or to migrate them to a different configuration. The backup mode is activated with the <TT>--backup</TT> command line option. The essential command line options and their default values for the backup mode are:</P>
+
+<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent">
+<PRE class="code-none">
+$ java -jar jackrabbit-standalone-1.6.0.jar --backup \
+       --repo=jackrabbit \
+       --conf=jackrabbit/repository.xml \
+       --backup-repo=jackrabbit-backupN \
+       --backup-conf=jackrabbit-backupN/repository.xml
+</PRE>
+</DIV></DIV>
+
+<P>Note that the source repository must not be running when you use this feature. If the target repository already exist, then all content inside it is overwritten. Note also that the search indexes of the target repository will be generated only when the repository is next started. This keeps the disk size of the backup smaller, but causes a notable startup delay especially for large repositories if you need to restore that backup.</P>
+
+<P>To migrate a repository to a different configuration, simply point the <TT>--backup-conf</TT> option to a custom repository configuration file. Note that by default the backups are made using the default Jackrabbit repository configuration, regardless of the configuration of the source repository.</P>
+
+<H2><A name="StandaloneServer-Drawbacks"></A>Drawbacks</H2>
+
+<P>The Jackrabbit Standalone server is designed primarily as a quick and easy way to get a content repository up and running for testing and development purposes. For more complex deployment scenarios and configuration options you should look at the <A href="jackrabbit-web-application.html" title="Jackrabbit Web Application">Jackrabbit Web Application</A> and <A href="jackrabbit-jca-resource-adapter.html" title="Jackrabbit JCA Resource Adapter">Jackrabbit JCA Resource Adapter</A> packages.</P>
+
+<P>Note also that RMI remoting layer has not been optimized for performance, so currently the recommendation for accessing the JCR API in performance critical applications is to have the repository running locally in the same process as the client application.</P>
+        </DIV>
+        <DIV id="end"></DIV>
+      </DIV>
+      <DIV id="footer">
+        <P>
+          &copy; 2004-2010 The Apache Software Foundation.
+          - <A href="http://jackrabbit.apache.org/privacy-policy.html">Privacy Policy</A> -
+          [<A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=104533">edit this page</A>]
+          <BR>
+          Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+          Jackrabbit project logo are trademarks of The Apache Software Foundation.
+        </P>
+      </DIV>
+    </DIV>
+<!-- JCR- 1315: Add Google Analytics to Jackrabbit web site -->
+<SCRIPT type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</SCRIPT>
+<SCRIPT type="text/javascript">
+var pageTracker = _gat._getTracker("UA-837900-2");
+pageTracker._initData();
+pageTracker._trackPageview();
+</SCRIPT>
+  </BODY>
+</HTML>

Added: jackrabbit/site/trunk/content/JCR/supporting-software-attribution.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/supporting-software-attribution.html?rev=1427110&view=auto
==============================================================================
--- jackrabbit/site/trunk/content/JCR/supporting-software-attribution.html (added)
+++ jackrabbit/site/trunk/content/JCR/supporting-software-attribution.html Mon Dec 31 12:40:09 2012
@@ -0,0 +1,110 @@
+
+<!-- 
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE- 2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License. 
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>Supporting software attribution</TITLE>
+    <LINK type="text/css" rel="stylesheet" href="http://jackrabbit.apache.org/style/site.css">
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+  <BODY>
+    <DIV id="page">
+      <DIV id="header">
+        <P id="jcr"><A href="http://jackrabbit.apache.org/"><IMG src="http://jackrabbit.apache.org/style/jlogo.gif" alt="Apache Jackrabbit" height="100" width="336"></A></P>
+        <P id="asf"><A href="http://www.apache.org/"><IMG src="http://jackrabbit.apache.org/style/asf-logo.gif" alt="Apache Software Foundation" height="100" width="387"></A></P>
+      </DIV>
+      <DIV id="body">
+        <DIV id="navigation">
+  <UL>
+	<LI>Apache Jackrabbit
+	<UL>
+		<LI><A href="welcome-to-apache-jackrabbit.html" title="Welcome to Apache Jackrabbit">Welcome</A></LI>
+		<LI><A href="downloads.html" title="Downloads">Downloads</A></LI>
+		<LI><A href="frequently-asked-questions.html" title="Frequently Asked Questions">FAQ</A></LI>
+		<LI><A href="http://wiki.apache.org/jackrabbit/FrontPage" class="external-link">Jackrabbit Wiki</A></LI>
+		<LI><A href="jackrabbit-history.html" title="Jackrabbit History">Jackrabbit History</A></LI>
+	</UL>
+	</LI>
+	<LI>Documentation
+	<UL>
+		<LI><A href="getting-started-with-apache-jackrabbit.html" title="Getting Started with Apache Jackrabbit">Getting Started</A></LI>
+		<LI><A href="standalone-server.html" title="Standalone Server">Standalone Server</A></LI>
+		<LI><A href="jackrabbit-components.html" title="Jackrabbit Components">Jackrabbit Components</A></LI>
+		<LI><A href="first-hops.html" title="First Hops">First Hops</A></LI>
+		<LI><A href="jcr-api.html" title="JCR & API">JCR &amp; API</A></LI>
+		<LI><A href="jackrabbit-architecture.html" title="Jackrabbit Architecture">Jackrabbit Architecture</A></LI>
+		<LI><A href="deployment-models.html" title="Deployment Models">Deployment Models</A></LI>
+		<LI><A href="jackrabbit-configuration.html" title="Jackrabbit Configuration">Jackrabbit Configuration</A></LI>
+		<LI><A href="node-types.html" title="Node Types">Node Types</A></LI>
+		<LI><A href="object-content-mapping.html" title="Object Content Mapping">Object Content Mapping</A></LI>
+	</UL>
+	</LI>
+	<LI>Development
+	<UL>
+		<LI><A href="jackrabbit-team.html" title="Jackrabbit Team">Jackrabbit Team</A></LI>
+		<LI><A href="jackrabbit-roadmap.html" title="Jackrabbit Roadmap">Jackrabbit Roadmap</A></LI>
+		<LI><A href="building-jackrabbit.html" title="Building Jackrabbit">Building Jackrabbit</A></LI>
+		<LI><A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A></LI>
+		<LI><A href="issue-tracker.html" title="Issue Tracker">Issue Tracker</A></LI>
+		<LI><A href="source-repository.html" title="Source Repository">Source Repository</A></LI>
+		<LI><A href="continuous-integration.html" title="Continuous Integration">Continuous Integration</A></LI>
+		<LI><A href="website.html" title="Website">Website</A></LI>
+		<LI><A href="creating-releases.html" title="Creating Releases">Creating Releases</A></LI>
+		<LI><A href="" title="Supporting software attribution">Attribution</A></LI>
+	</UL>
+	</LI>
+	<LI>Apache Software Foundation
+	<UL>
+		<LI><A href="http://www.apache.org/foundation/how-it-works.html" class="external-link">Introduction</A></LI>
+		<LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link">Sponsorship</A></LI>
+		<LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link">Current Sponsors</A></LI>
+	</UL>
+	</LI>
+</UL>
+        </DIV>
+        <DIV id="content">
+          <H1>Supporting software attribution</H1>
+  <P>Developers use various tools to assist with their work, such as <A href="http://www.jetbrains.com/idea/opensource/" class="external-link">IntelliJ IDEA</A> or <A href="http://www.eclipse.org/" class="external-link">Eclipse</A>. Most tools do not require attribution, but some do (<A href="http://www.yourkit.com/" class="external-link">YourKit Java Profiler</A>).</P>
+        </DIV>
+        <DIV id="end"></DIV>
+      </DIV>
+      <DIV id="footer">
+        <P>
+          &copy; 2004-2010 The Apache Software Foundation.
+          - <A href="http://jackrabbit.apache.org/privacy-policy.html">Privacy Policy</A> -
+          [<A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=75345">edit this page</A>]
+          <BR>
+          Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+          Jackrabbit project logo are trademarks of The Apache Software Foundation.
+        </P>
+      </DIV>
+    </DIV>
+<!-- JCR- 1315: Add Google Analytics to Jackrabbit web site -->
+<SCRIPT type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</SCRIPT>
+<SCRIPT type="text/javascript">
+var pageTracker = _gat._getTracker("UA-837900-2");
+pageTracker._initData();
+pageTracker._trackPageview();
+</SCRIPT>
+  </BODY>
+</HTML>

Added: jackrabbit/site/trunk/content/JCR/website.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/website.html?rev=1427110&view=auto
==============================================================================
--- jackrabbit/site/trunk/content/JCR/website.html (added)
+++ jackrabbit/site/trunk/content/JCR/website.html Mon Dec 31 12:40:09 2012
@@ -0,0 +1,117 @@
+
+<!-- 
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE- 2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License. 
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>Website</TITLE>
+    <LINK type="text/css" rel="stylesheet" href="http://jackrabbit.apache.org/style/site.css">
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+  <BODY>
+    <DIV id="page">
+      <DIV id="header">
+        <P id="jcr"><A href="http://jackrabbit.apache.org/"><IMG src="http://jackrabbit.apache.org/style/jlogo.gif" alt="Apache Jackrabbit" height="100" width="336"></A></P>
+        <P id="asf"><A href="http://www.apache.org/"><IMG src="http://jackrabbit.apache.org/style/asf-logo.gif" alt="Apache Software Foundation" height="100" width="387"></A></P>
+      </DIV>
+      <DIV id="body">
+        <DIV id="navigation">
+  <UL>
+	<LI>Apache Jackrabbit
+	<UL>
+		<LI><A href="welcome-to-apache-jackrabbit.html" title="Welcome to Apache Jackrabbit">Welcome</A></LI>
+		<LI><A href="downloads.html" title="Downloads">Downloads</A></LI>
+		<LI><A href="frequently-asked-questions.html" title="Frequently Asked Questions">FAQ</A></LI>
+		<LI><A href="http://wiki.apache.org/jackrabbit/FrontPage" class="external-link">Jackrabbit Wiki</A></LI>
+		<LI><A href="jackrabbit-history.html" title="Jackrabbit History">Jackrabbit History</A></LI>
+	</UL>
+	</LI>
+	<LI>Documentation
+	<UL>
+		<LI><A href="getting-started-with-apache-jackrabbit.html" title="Getting Started with Apache Jackrabbit">Getting Started</A></LI>
+		<LI><A href="standalone-server.html" title="Standalone Server">Standalone Server</A></LI>
+		<LI><A href="jackrabbit-components.html" title="Jackrabbit Components">Jackrabbit Components</A></LI>
+		<LI><A href="first-hops.html" title="First Hops">First Hops</A></LI>
+		<LI><A href="jcr-api.html" title="JCR & API">JCR &amp; API</A></LI>
+		<LI><A href="jackrabbit-architecture.html" title="Jackrabbit Architecture">Jackrabbit Architecture</A></LI>
+		<LI><A href="deployment-models.html" title="Deployment Models">Deployment Models</A></LI>
+		<LI><A href="jackrabbit-configuration.html" title="Jackrabbit Configuration">Jackrabbit Configuration</A></LI>
+		<LI><A href="node-types.html" title="Node Types">Node Types</A></LI>
+		<LI><A href="object-content-mapping.html" title="Object Content Mapping">Object Content Mapping</A></LI>
+	</UL>
+	</LI>
+	<LI>Development
+	<UL>
+		<LI><A href="jackrabbit-team.html" title="Jackrabbit Team">Jackrabbit Team</A></LI>
+		<LI><A href="jackrabbit-roadmap.html" title="Jackrabbit Roadmap">Jackrabbit Roadmap</A></LI>
+		<LI><A href="building-jackrabbit.html" title="Building Jackrabbit">Building Jackrabbit</A></LI>
+		<LI><A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A></LI>
+		<LI><A href="issue-tracker.html" title="Issue Tracker">Issue Tracker</A></LI>
+		<LI><A href="source-repository.html" title="Source Repository">Source Repository</A></LI>
+		<LI><A href="continuous-integration.html" title="Continuous Integration">Continuous Integration</A></LI>
+		<LI><A href="" title="Website">Website</A></LI>
+		<LI><A href="creating-releases.html" title="Creating Releases">Creating Releases</A></LI>
+		<LI><A href="supporting-software-attribution.html" title="Supporting software attribution">Attribution</A></LI>
+	</UL>
+	</LI>
+	<LI>Apache Software Foundation
+	<UL>
+		<LI><A href="http://www.apache.org/foundation/how-it-works.html" class="external-link">Introduction</A></LI>
+		<LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link">Sponsorship</A></LI>
+		<LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link">Current Sponsors</A></LI>
+	</UL>
+	</LI>
+</UL>
+        </DIV>
+        <DIV id="content">
+          <H1>Website</H1>
+  <P>The <A href="http://jackrabbit.apache.org/" class="external-link">Apache Jackrabbit website</A> is managed using the <A href="http://cwiki.apache.org/confluence/display/JCR" class="external-link">JCR space</A> in the <A href="http://cwiki.apache.org/CWIKI/" class="external-link">Confluence wiki</A> at Apache.</P>
+
+<P>Only <A href="jackrabbit-team.html" title="Jackrabbit Team">Jackrabbit committers</A> are allowed to modify the site content. To edit the site content you need to register for a Confluence account and ask one of the Confluence admins (currently Jukka and Felix) to add you to the Jackrabbit group.</P>
+
+<P>The contents of the wiki are automatically exported and synchronized to the public web server every few hours. The auto-export configuration (including the site template) is available in the &quot;Administration&quot; section of Confluence. See the <A href="http://cwiki.apache.org/CWIKI/" class="external-link">CWIKI page</A> for more details about the auto-export process.</P>
+
+<P>In addition to the wiki pages and their attachments the Jackrabbit site also contains static content like API documentation and stylesheets. This content is managed using the <A href="https://svn.apache.org/repos/asf/jackrabbit/site/" class="external-link">site tree</A> in Subversion. The static site content is automatically updated along with the auto-exported wiki content.</P>
+
+        </DIV>
+        <DIV id="end"></DIV>
+      </DIV>
+      <DIV id="footer">
+        <P>
+          &copy; 2004-2010 The Apache Software Foundation.
+          - <A href="http://jackrabbit.apache.org/privacy-policy.html">Privacy Policy</A> -
+          [<A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=86635">edit this page</A>]
+          <BR>
+          Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+          Jackrabbit project logo are trademarks of The Apache Software Foundation.
+        </P>
+      </DIV>
+    </DIV>
+<!-- JCR- 1315: Add Google Analytics to Jackrabbit web site -->
+<SCRIPT type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</SCRIPT>
+<SCRIPT type="text/javascript">
+var pageTracker = _gat._getTracker("UA-837900-2");
+pageTracker._initData();
+pageTracker._trackPageview();
+</SCRIPT>
+  </BODY>
+</HTML>

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.0.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.0.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.0.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.0.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.0.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.0.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.1.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.1.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.1.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.1.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-1.6.1.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.0.0.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.0.0.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.0.0.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.0.0.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.0.0.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.0.0.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.0.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.0.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.0.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.0.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.0.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.0.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.1.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.1.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.1.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.1.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.1.1.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.1.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.1.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.1.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.1.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.1.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.2.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.2.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.2.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.2.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.2.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.4.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.4.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.4.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.4.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.4.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.4.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.5.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.5.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.5.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.5.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.5.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-2.2.5.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-v220.png
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-v220.png?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-v220.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-v220.png.jpeg
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-v220.png.jpeg?rev=1427110&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.data/Jackrabbit-Download-v220.png.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.html?rev=1427110&view=auto
==============================================================================
--- jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.html (added)
+++ jackrabbit/site/trunk/content/JCR/welcome-to-apache-jackrabbit.html Mon Dec 31 12:40:09 2012
@@ -0,0 +1,174 @@
+
+<!-- 
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE- 2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License. 
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>Welcome to Apache Jackrabbit</TITLE>
+    <LINK type="text/css" rel="stylesheet" href="http://jackrabbit.apache.org/style/site.css">
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+  <BODY>
+    <DIV id="page">
+      <DIV id="header">
+        <P id="jcr"><A href="http://jackrabbit.apache.org/"><IMG src="http://jackrabbit.apache.org/style/jlogo.gif" alt="Apache Jackrabbit" height="100" width="336"></A></P>
+        <P id="asf"><A href="http://www.apache.org/"><IMG src="http://jackrabbit.apache.org/style/asf-logo.gif" alt="Apache Software Foundation" height="100" width="387"></A></P>
+      </DIV>
+      <DIV id="body">
+        <DIV id="navigation">
+  <UL>
+	<LI>Apache Jackrabbit
+	<UL>
+		<LI><A href="" title="Welcome to Apache Jackrabbit">Welcome</A></LI>
+		<LI><A href="downloads.html" title="Downloads">Downloads</A></LI>
+		<LI><A href="articles.html" title="Articles">Articles</A></LI>
+		<LI><A href="frequently-asked-questions.html" title="Frequently Asked Questions">FAQ</A></LI>
+		<LI><A href="http://wiki.apache.org/jackrabbit/FrontPage" class="external-link">Jackrabbit Wiki</A></LI>
+		<LI><A href="jackrabbit-history.html" title="Jackrabbit History">Jackrabbit History</A></LI>
+	</UL>
+	</LI>
+	<LI>Documentation
+	<UL>
+		<LI><A href="getting-started-with-apache-jackrabbit.html" title="Getting Started with Apache Jackrabbit">Getting Started</A></LI>
+		<LI><A href="standalone-server.html" title="Standalone Server">Standalone Server</A></LI>
+		<LI><A href="jackrabbit-components.html" title="Jackrabbit Components">Jackrabbit Components</A></LI>
+		<LI><A href="first-hops.html" title="First Hops">First Hops</A></LI>
+		<LI><A href="jcr-api.html" title="JCR & API">JCR &amp; API</A></LI>
+		<LI><A href="jackrabbit-architecture.html" title="Jackrabbit Architecture">Jackrabbit Architecture</A></LI>
+		<LI><A href="deployment-models.html" title="Deployment Models">Deployment Models</A></LI>
+		<LI><A href="jackrabbit-configuration.html" title="Jackrabbit Configuration">Jackrabbit Configuration</A></LI>
+		<LI><A href="node-types.html" title="Node Types">Node Types</A></LI>
+		<LI><A href="object-content-mapping.html" title="Object Content Mapping">Object Content Mapping</A></LI>
+	</UL>
+	</LI>
+	<LI>Development
+	<UL>
+		<LI><A href="jackrabbit-team.html" title="Jackrabbit Team">Jackrabbit Team</A></LI>
+		<LI><A href="jackrabbit-roadmap.html" title="Jackrabbit Roadmap">Jackrabbit Roadmap</A></LI>
+		<LI><A href="building-jackrabbit.html" title="Building Jackrabbit">Building Jackrabbit</A></LI>
+		<LI><A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A></LI>
+		<LI><A href="issue-tracker.html" title="Issue Tracker">Issue Tracker</A></LI>
+		<LI><A href="source-repository.html" title="Source Repository">Source Repository</A></LI>
+		<LI><A href="continuous-integration.html" title="Continuous Integration">Continuous Integration</A></LI>
+		<LI><A href="website.html" title="Website">Website</A></LI>
+		<LI><A href="creating-releases.html" title="Creating Releases">Creating Releases</A></LI>
+		<LI><A href="supporting-software-attribution.html" title="Supporting software attribution">Attribution</A></LI>
+	</UL>
+	</LI>
+	<LI>Apache Software Foundation
+	<UL>
+		<LI><A href="http://www.apache.org/foundation/how-it-works.html" class="external-link">Introduction</A></LI>
+		<LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link">Sponsorship</A></LI>
+		<LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link">Current Sponsors</A></LI>
+	</UL>
+	</LI>
+</UL>
+        </DIV>
+        <DIV id="content">
+          <H1>Welcome to Apache Jackrabbit</H1>
+  <P><BR>
+The Apache Jackrabbit&trade; content repository is a fully conforming implementation of the Content Repository for Java Technology API (JCR, specified in <A href="http://jcp.org/en/jsr/detail?id=170" title="Java Specification Request 170, JCR 1.0" class="external-link">JSR 170</A> and <A href="http://jcp.org/en/jsr/detail?id=283" title="Java Specification Request 283, JCR 2.0" class="external-link">283</A>).</P>
+
+<P>A content repository is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more.</P>
+
+<P>Apache Jackrabbit is a project of the <A href="http://www.apache.org/" class="external-link">Apache Software Foundation</A>.</P>
+
+<H2><A name="WelcometoApacheJackrabbit-ApacheJackrabbitNews"></A>Apache Jackrabbit News</H2>
+
+<P><B>October 4th, 2012: Apache Jackrabbit 2.2.13 released</B><BR>
+Apache Jackrabbit 2.2.13 is a patch release that contains fixes and improvements over previous 2.2.x releases.  See the <A href="downloads.html#Downloads-v22">downloads page</A> for more details.</P>
+
+<P><B>October 1st, 2012: Apache Jackrabbit Oak 0.5 released</B><BR>
+Jackrabbit Oak 0.5 is to be considered alpha-level software. Use at your own risk with no stability or compatibility guarantees. See the <A href="downloads.html#Downloads-oak">downloads page</A> for more details.</P>
+
+<P><B>September 24th, 2012: Apache Jackrabbit 2.5.2 released</B><BR>
+Apache Jackrabbit 2.5 is an unstable series of releases cut directly from Jackrabbit trunk, with a focus on new features and other improvements. See the <A href="downloads.html#Downloads-v25">downloads page</A> for more details.</P>
+
+<P><B>September 4th, 2012: Apache Jackrabbit 2.4.3 released</B><BR>
+Apache Jackrabbit 2.4.3 is a patch release that contains fixes and improvements over previous Jackrabbit 2.4.x. See the <A href="downloads.html#Downloads-v24">downloads page</A> for more details.</P>
+
+<P><B>August 14th, 2012: Apache Jackrabbit Oak 0.4 released</B><BR>
+Jackrabbit Oak 0.4 is to be considered alpha-level software. Use at your own risk with no stability or compatibility guarantees. See the <A href="downloads.html#Downloads-oak">downloads page</A> for more details.</P>
+
+<P><B>August 6th, 2012: Apache Jackrabbit 2.5.1 released</B><BR>
+Apache Jackrabbit 2.5 is an unstable series of releases cut directly from Jackrabbit trunk, with a focus on new features and other improvements.</P>
+
+<P><B>June 10th, 2012: Apache Jackrabbit 2.4.2 released</B><BR>
+Apache Jackrabbit 2.4.2 is a patch release that contains fixes and improvements over previous Jackrabbit 2.4.x. See the <A href="downloads.html#Downloads-v24">downloads page</A> for more details.</P>
+
+<P><B>June 10th, 2012: Apache Jackrabbit OCM 2.0.0 released</B><BR>
+Apache Jackrabbit OCM 2.0.0  is release that contains fixes and improvements over Jackrabbit OCM 1.5. Apart from the test classes, it does not depend on Apache Jackrabbit core, but only on the JCR 2.0 specification. See the <A href="downloads.html#Downloads-ocm">downloads page</A> for more details.</P>
+
+<P><B>July 5th, 2012: Apache Jackrabbit Oak 0.3 released</B><BR>
+Jackrabbit Oak 0.3 is to be considered alpha-level software. Use at your own risk with no stability or compatibility guarantees. See the <A href="downloads.html#Downloads-oak">downloads page</A> for more details.</P>
+
+<P><B>June 2nd, 2012: Apache Jackrabbit 2.5.0 released</B><BR>
+Apache Jackrabbit 2.5 is an unstable series of releases cut directly from Jackrabbit trunk, with a focus on new features and other improvements. See the <A href="downloads.html#Downloads-v25">downloads page</A> for more details.</P>
+
+<P><B>May 7th, 2012: Apache Jackrabbit Oak 0.2.1 released</B><BR>
+Jackrabbit Oak 0.2.1 is to be considered alpha-level software. Use at your own risk with no stability or compatibility guarantees. See the <A href="downloads.html#Downloads-oak">downloads page</A> for more details.</P>
+
+<P><B>April 23rd, 2012: Apache Jackrabbit 2.2.12 released</B><BR>
+Apache Jackrabbit 2.2.12 is a patch release that contains fixes and improvements over previous 2.2.x releases.  See the <A href="downloads.html#Downloads-v22">downloads page</A> for more details.</P>
+
+<P><B>April 3rd, 2012: Apache Jackrabbit 2.4.1 released</B><BR>
+Apache Jackrabbit 2.4.1 is a patch release that contains fixes and improvements over Jackrabbit 2.4.0. See the <A href="downloads.html#Downloads-v24">downloads page</A> for more details.</P>
+
+<P><B>April 3rd, 2012: Apache Jackrabbit Oak 0.1 released</B><BR>
+Jackrabbit Oak 0.1 is to be considered alpha-level software. Use at your own risk with no stability or compatibility guarantees.</P>
+
+<P><B>February 9th, 2012: Apache Jackrabbit 2.4.0 released</B><BR>
+Apache Jackrabbit 2.4 is an incremental feature release based on and compatible with earlier stable Jackrabbit 2.x releases. Jackrabbit 2.4.x releases are considered stable and targeted for production use.</P>
+
+<P><B>February 7th, 2012: Apache Jackrabbit 2.2.11 released</B><BR>
+Apache Jackrabbit 2.2.11 is a patch release that contains fixes and improvements over previous 2.2.x releases.</P>
+
+<P><B>January 24th, 2012: Apache Jackrabbit 2.3.7 released</B><BR>
+Apache Jackrabbit 2.3 is an unstable series of releases cut directly from Jackrabbit trunk, with a focus on new features and other improvements.</P>
+
+<P><B>January 2nd, 2012: Apache Jackrabbit 2.3.6 released</B><BR>
+Apache Jackrabbit 2.3 is an unstable series of releases cut directly from Jackrabbit trunk, with a focus on new features and other improvements.</P>
+
+<P>See the <A href="news-archive.html" title="News archive">news archive</A> for past news.</P>
+        </DIV>
+        <DIV id="end"></DIV>
+      </DIV>
+      <DIV id="footer">
+        <P>
+          &copy; 2004-2010 The Apache Software Foundation.
+          - <A href="http://jackrabbit.apache.org/privacy-policy.html">Privacy Policy</A> -
+          [<A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=68666">edit this page</A>]
+          <BR>
+          Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+          Jackrabbit project logo are trademarks of The Apache Software Foundation.
+        </P>
+      </DIV>
+    </DIV>
+<!-- JCR- 1315: Add Google Analytics to Jackrabbit web site -->
+<SCRIPT type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</SCRIPT>
+<SCRIPT type="text/javascript">
+var pageTracker = _gat._getTracker("UA-837900-2");
+pageTracker._initData();
+pageTracker._trackPageview();
+</SCRIPT>
+  </BODY>
+</HTML>