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 2006/10/12 22:43:27 UTC

svn commit: r463424 - in /jackrabbit/trunk/jackrabbit/src/site/xdoc: doc/index.xml downloads.xml index.xml

Author: jukka
Date: Thu Oct 12 13:43:26 2006
New Revision: 463424

URL: http://svn.apache.org/viewvc?view=rev&rev=463424
Log:
src/site: Updated for 1.1, improved front page and getting started page.

Modified:
    jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/index.xml
    jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml
    jackrabbit/trunk/jackrabbit/src/site/xdoc/index.xml

Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/index.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/index.xml?view=diff&rev=463424&r1=463423&r2=463424
==============================================================================
--- jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/index.xml (original)
+++ jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/index.xml Thu Oct 12 13:43:26 2006
@@ -16,62 +16,106 @@
    limitations under the License.
   -->
 <document>
- <properties>
-  <title>Documentation</title>
- </properties>
- <body>
-
-<section name="Getting Started">
-<p>
-You can get started with Apache Jackrabbit either
-by <a href="../downloads.cgi">downloading</a> the latest binary release or
-by <a href="building.html">building</a> the source code yourself.
-Once you have the binaries available, check the
-<a href="firststeps.html">first hops</a> section for simple examples
-to get you up to speed.
-</p>
-<p>
-If you have questions or comments about Jackrabbit, please send them
-to the <a href="../mail-lists.html">Jackrabbit mailing lists</a>.
-You are also welcome to file bug reports, improvement ideas, or other
-contributions to
-<a href="http://issues.apache.org/jira/browse/JCR">our issue tracker</a>.
-</p>
-<p>
-The <a href="http://wiki.apache.org/jackrabbit/">Jackrabbit Wiki</a> contains
-a few <a href="http://wiki.apache.org/jackrabbit/ExamplesPage">examples</a>
-and <a href="http://wiki.apache.org/jackrabbit/ContribTips">tips</a>. There
-is also a <a href="http://wiki.apache.org/jackrabbit/QuestionsAndAnswers">questions and answers page</a>
-for questions about Jackrabbit.
-</p>
-</section>
-<section name="Content Repository for Java Technology API (JCR)">
-<p>
-<a href="arch/overview/jcrlevels.html"><img align="left" style="margin:10px;padding:1px;border:1px solid black" src="../images/arch/thumb_jcr.jpg" /></a>
-Jackrabbit is a complete implementation of the JCR API, so the
-primary API for Jackrabbit application developers is to be found
-in the <a href="arch/overview/jcrlevels.html">JCR section</a> of the 
-Documentation.<br clear="all"/>
-</p>
-</section>
-<section name="Jackrabbit architecture and Deployment Models">
-<p>
-<a href="arch/operate/index.html"><img align="left" style="margin:10px;padding:1px;border:1px solid black" src="../images/arch/thumb_ism.jpg" /></a>
-Find out more about the <a href="arch/overview.html">Jackrabbit Architecture</a> or
-learn more about the <a href="deploy.html">Jackrabbit deployment Options</a> be
-it as an <a href="deploy/howto-model1.html">embedded content repository</a> to be 
-delivered with you are application, a <a href="deploy/howto-model2.html">shared repository</a> 
-for example in a J2EE environment or a classical <a href="deploy/howto-model3.html">content repository server</a> setup.
-<br clear="all"/>
-</p>
-</section>
-<section name="Node Types">
-<p>
-<a href="nodetype/index.html"><img align="left" style="margin:10px;padding:1px;border:1px solid black" src="../images/nodetype/thumb_cnd.jpg" /></a>
-To learn about the content modelling system used in Jackrabbit, read the 
-<a href="nodetype/index.html">section on node types</a>.
-<br clear="all"/>
-</p>
-</section>
-</body>
+  <properties>
+    <title>Documentation</title>
+  </properties>
+  <body>
+    <section name="Getting Started with Apache Jackrabbit">
+      <p>
+        To get started with Jackrabbit you should first become familiar with
+        the JCR API. Download the
+        <a href="http://jcp.org/aboutJava/communityprocess/final/jsr170/index.html"
+           class="externalLink"
+           title="JSR 170: Content Repository for Java(TM) technology API"
+           >JSR 170 specification</a>, browse the
+        <a href="http://www.day.com/maven/jsr170/javadocs/jcr-1.0/"
+           class="externalLink" title="JCR 1.0 API documentation"
+           >API documentation</a>, check our introduction to
+        <a href="doc/arch/overview/jcrlevels.html">JCR levels</a>,
+        or read some of the
+        <a href="http://wiki.apache.org/jackrabbit/JcrLinks"
+           class="externalLink" title="JCR Links">JCR articles</a> to
+        understand the content repository model that Jackrabbit implements.
+        You can also take a look at the various JCR and Jackrabbit
+        <a href="http://wiki.apache.org/jackrabbit/JcrLinks"
+           class="externalLink" title="JCR Links">applications</a>
+        to get an idea of what to do with a content repository.
+      </p>
+      <p>
+        If you are interested in using Jackrabbit, you should check the
+        <a href="arch/overview.html">Jackrabbit architecture</a> and
+        try out the <a href="firststeps.html">First Hops</a> examples we
+        have prepared. You can either <a href="../downloads.html">download</a>
+        a binary release or <a href="building.html">build</a> Jackrabbit
+        from sources.
+      </p>
+      <p>
+        Take a look at the
+        <a href="../faq.html">Frequently Asked Questions</a> or browse the
+        archives of the
+        <a href="http://mail-archives.apache.org/mod_mbox/jackrabbit-users/"
+           class="externalLink" title="jackrabbit-users archives"
+           >user</a> and
+        <a href="http://mail-archives.apache.org/mod_mbox/jackrabbit-dev/"
+           class="externalLink" title="jackrabbit-dev archives"
+           >development</a> mailing lists (see also the searchable archives at
+        <a href="http://www.mail-archive.com/index.php?hunt=jackrabbit"
+           class="externalLink" title="Jackrabbit archives at mail-archive"
+           >The Mail Archive</a>,
+        <a href="http://gmane.org/find.php?list=jackrabbit"
+           class="externalLink" title="Jackrabbit archives at gmane"
+           >Gmane</a>, and
+        <a href="http://www.nabble.com/Jackrabbit-f361.html"
+           class="externalLink" title="Jackrabbit archives at nabble"
+           >Nabble</a>) for answers to questions not covered by the
+        documentation pages. See the
+        <a href="../mail-lists.html">Mailing Lists</a> page if you want to
+        subscribe or unsubscribe the Jackrabbit mailing lists.
+      </p>
+      <p>
+        Apache Jackrabbit is an open source project and welcomes all contributions.
+        You can participate by answering questions on the mailing list,
+        <a href="http://issues.apache.org/jira/browse/JCR"
+           class="externalLink" title="Jackrabbit issue tracker"
+           >filing bug reports</a> for any problems or improvement ideas
+        you come up with, contributing to the
+        <a href="http://wiki.apache.org/jackrabbit/" class="externalLink"
+           >Jackrabbit Wiki</a>, or writing documentation and code. See the
+        <a href="http://www.apache.org/foundation/how-it-works.html"
+           class="externalLink">How the ASF works</a> page for background
+        information on the
+        <a href="http://www.apache.org/" class="externalLink"
+         title="Apache Software Foundation">Apache Software Foundation</a>
+        and the way we work.
+      </p>
+    </section>
+    <section name="Content Repository for Java Technology API (JCR)">
+      <p>
+        <a href="arch/overview/jcrlevels.html"><img align="left" style="margin:10px;padding:1px;border:1px solid black" src="../images/arch/thumb_jcr.jpg" /></a>
+        Jackrabbit is a complete implementation of the JCR API, so the
+        primary API for Jackrabbit application developers is to be found
+        in the <a href="arch/overview/jcrlevels.html">JCR section</a> of the 
+        Documentation.<br clear="all"/>
+      </p>
+    </section>
+    <section name="Jackrabbit architecture and Deployment Models">
+      <p>
+        <a href="arch/operate/index.html"><img align="left" style="margin:10px;padding:1px;border:1px solid black" src="../images/arch/thumb_ism.jpg" /></a>
+        Find out more about the <a href="arch/overview.html">Jackrabbit Architecture</a> or
+        learn more about the <a href="deploy.html">Jackrabbit deployment Options</a> be
+        it as an <a href="deploy/howto-model1.html">embedded content repository</a> to be 
+        delivered with you are application, a <a href="deploy/howto-model2.html">shared repository</a> 
+        for example in a J2EE environment or a classical <a href="deploy/howto-model3.html">content repository server</a> setup.
+        <br clear="all"/>
+      </p>
+    </section>
+    <section name="Node Types">
+      <p>
+        <a href="nodetype/index.html"><img align="left" style="margin:10px;padding:1px;border:1px solid black" src="../images/nodetype/thumb_cnd.jpg" /></a>
+        To learn about the content modelling system used in Jackrabbit, read the 
+        <a href="nodetype/index.html">section on node types</a>.
+        <br clear="all"/>
+      </p>
+    </section>
+  </body>
 </document>

Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml?view=diff&rev=463424&r1=463423&r2=463424
==============================================================================
--- jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml (original)
+++ jackrabbit/trunk/jackrabbit/src/site/xdoc/downloads.xml Thu Oct 12 13:43:26 2006
@@ -62,7 +62,7 @@
 </subsection>
 </section>
 
-<section name="Apache Jackrabbit 1.0.1">
+<section name="Apache Jackrabbit 1.1">
 
 <p>For details, see the <a href="[preferred]/jackrabbit/RELEASE-NOTES.txt">release notes</a>.</p>
 
@@ -70,46 +70,46 @@
 
 <p>Jackrabbit content respository core and common utility code:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/source/jackrabbit-core-1.0.1-src.jar">jackrabbit-core-1.0.1-src.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-core-1.0.1-src.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-core-1.0.1-src.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-core-1.0.1-src.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/source/jackrabbit-core-1.1-src.jar">jackrabbit-core-1.1-src.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-core-1.1-src.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-core-1.1-src.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-core-1.1-src.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
 <p>Jackrabbit RMI layer for JCR:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/source/jackrabbit-jcr-rmi-1.0.1-src.jar">jackrabbit-jcr-rmi-1.0.1-src.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-rmi-1.0.1-src.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-rmi-1.0.1-src.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-rmi-1.0.1-src.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/source/jackrabbit-jcr-rmi-1.1-src.jar">jackrabbit-jcr-rmi-1.1-src.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-rmi-1.1-src.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-rmi-1.1-src.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-rmi-1.1-src.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
 <p>Jackrabbit deployable installation with WebDAV support for JCR:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/source/jackrabbit-jcr-server-1.0.1-src.jar">jackrabbit-jcr-server-1.0.1-src.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-server-1.0.1-src.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-server-1.0.1-src.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-server-1.0.1-src.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/source/jackrabbit-jcr-server-1.1-src.jar">jackrabbit-jcr-server-1.1-src.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-server-1.1-src.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-server-1.1-src.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jcr-server-1.1-src.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
 <p>Jackrabbit J2EE Connector Architecture (JCA) resource adapter:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/source/jackrabbit-jca-1.0.1-src.jar">jackrabbit-jca-1.0.1-src.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jca-1.0.1-src.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jca-1.0.1-src.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jca-1.0.1-src.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/source/jackrabbit-jca-1.1-src.jar">jackrabbit-jca-1.1-src.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jca-1.1-src.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jca-1.1-src.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-jca-1.1-src.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
 <p>Jackrabbit Text indexing filters:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/source/jackrabbit-index-filters-1.0.1-src.jar">jackrabbit-index-filters-1.0.1-src.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-index-filters-1.0.1-src.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-index-filters-1.0.1-src.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-index-filters-1.0.1-src.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/source/jackrabbit-index-filters-1.1-src.jar">jackrabbit-index-filters-1.1-src.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-index-filters-1.1-src.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-index-filters-1.1-src.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/source/jackrabbit-index-filters-1.1-src.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
@@ -119,28 +119,28 @@
 
 <p>Jackrabbit content respository core:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-core-1.0.1.jar">jackrabbit-core-1.0.1.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-core-1.0.1.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-core-1.0.1.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-core-1.0.1.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-core-1.1.jar">jackrabbit-core-1.1.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-core-1.1.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-core-1.1.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-core-1.1.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
 <p>Jackrabbit common utility code for JCR:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-commons-1.0.1.jar">jackrabbit-jcr-commons-1.0.1.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-commons-1.0.1.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-commons-1.0.1.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-commons-1.0.1.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-commons-1.1.jar">jackrabbit-jcr-commons-1.1.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-commons-1.1.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-commons-1.1.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-commons-1.1.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
 <p>Jackrabbit RMI layer for JCR:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-rmi-1.0.1.jar">jackrabbit-jcr-rmi-1.0.1.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-rmi-1.0.1.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-rmi-1.0.1.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-rmi-1.0.1.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-rmi-1.1.jar">jackrabbit-jcr-rmi-1.1.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-rmi-1.1.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-rmi-1.1.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-rmi-1.1.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
@@ -148,56 +148,56 @@
 <ul>
 <li>Jackrabbit server WAR:</li>
 <ul>
-<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-server-1.0.1.war">jackrabbit-server-1.0.1.war</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-server-1.0.1.war.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-server-1.0.1.war.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-server-1.0.1.war.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-server-1.1.war">jackrabbit-server-1.1.war</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-server-1.1.war.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-server-1.1.war.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-server-1.1.war.sha1">SHA1</a>]
 </li>
 </ul>
 
 <li>Jackrabbit WebDAV protocol interface:</li>
 <ul>
-<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-webdav-1.0.1.jar">jackrabbit-jcr-webdav-1.0.1.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-webdav-1.0.1.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-webdav-1.0.1.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-webdav-1.0.1.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-webdav-1.1.jar">jackrabbit-jcr-webdav-1.1.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-webdav-1.1.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-webdav-1.1.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-webdav-1.1.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
 <li>Jackrabbit remoting server:</li>
 <ul>
-<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-server-1.0.1.jar">jackrabbit-jcr-server-1.0.1.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-server-1.0.1.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-server-1.0.1.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-server-1.0.1.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-server-1.1.jar">jackrabbit-jcr-server-1.1.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-server-1.1.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-server-1.1.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-server-1.1.jar.sha1">SHA1</a>]
 </li>
 </ul>
 
 <li>Jackrabbit remoting client:</li>
 <ul>
-<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-client-1.0.1.jar">jackrabbit-jcr-client-1.0.1.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-client-1.0.1.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-client-1.0.1.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-client-1.0.1.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jcr-client-1.1.jar">jackrabbit-jcr-client-1.1.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-client-1.1.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-client-1.1.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jcr-client-1.1.jar.sha1">SHA1</a>]
 </li>
 </ul>
 </ul>
 
 <p>Jackrabbit J2EE Connector Architecture (JCA) resource adapter:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jca-1.0.1.rar">jackrabbit-jca-1.0.1.rar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jca-1.0.1.rar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jca-1.0.1.rar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jca-1.0.1.rar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-jca-1.1.rar">jackrabbit-jca-1.1.rar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jca-1.1.rar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jca-1.1.rar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-jca-1.1.rar.sha1">SHA1</a>]
 </li>
 </ul>
 
 <p>Jackrabbit text indexing filters:</p>
 <ul>
-<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-index-filters-1.0.1.jar">jackrabbit-index-filters-1.0.1.jar</a> 
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-index-filters-1.0.1.jar.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-index-filters-1.0.1.jar.md5">MD5</a>]
-[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-index-filters-1.0.1.jar.sha1">SHA1</a>]
+<li><a href="[preferred]/jackrabbit/binaries/jackrabbit-index-filters-1.1.jar">jackrabbit-index-filters-1.1.jar</a> 
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-index-filters-1.1.jar.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-index-filters-1.1.jar.md5">MD5</a>]
+[<a href="http://www.apache.org/dist/jackrabbit/binaries/jackrabbit-index-filters-1.1.jar.sha1">SHA1</a>]
 </li>
 </ul>
 

Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/site/xdoc/index.xml?view=diff&rev=463424&r1=463423&r2=463424
==============================================================================
--- jackrabbit/trunk/jackrabbit/src/site/xdoc/index.xml (original)
+++ jackrabbit/trunk/jackrabbit/src/site/xdoc/index.xml Thu Oct 12 13:43:26 2006
@@ -22,9 +22,16 @@
   <body>
     <section name="Apache Jackrabbit - The Open Source Content Repository for Java">
       <p>
-        The Apache Jackrabbit project is an effort to build and maintain
-        an open source implementation of the Content Repository for
-        Java technology API (JCR). The JCR 1.0 API is specified in the
+        Apache Jackrabbit is a fully conforming implementation of the
+        Content Repository for Java Technology API (JCR). A content
+        repository is a hierarchical content store with support for
+        structured and unstructured content, full text search, versioning,
+        transactions, observation, and more. Typical applications that use
+        content repositories include content management, document management,
+        and records management systems.
+      </p>
+      <p>
+        Version 1.0 of the JCR API was specified by the
         <a href="http://jcp.org/en/jsr/detail?id=170" class="externalLink"
            title="JSR 170: Content Repository for Java(TM) technology API"
           >Java Specification Request 170</a> (JSR 170) and work on the
@@ -40,13 +47,21 @@
       </p>
       <subsection name="Apache Jackrabbit News">
         <dl>
+          <dt><strong>October 12, 2006: Apache Jackrabbit 1.1 released</strong></dt>
+          <dd>
+            From the release notes: "<em>Apache Jackrabbit 1.1 is an
+            incremental release that fixes a number of issues and introduces
+            some new features. The most notable changes in this release
+            include the removal of the Apache Xerces dependency and an
+            improved item state cache.</em>"
+            See the <a href="downloads.cgi">downloads page</a> for more details.
+          </dd>
           <dt><strong>June 2, 2006: Apache Jackrabbit 1.0.1 released</strong></dt>
           <dd>
             From the release notes: "<em>Apache Jackrabbit 1.0.1 is a patch
             release that fixes a number of issues, see the included change
             history for details. No new features or configuration changes have
             been introduced since the 1.0 release.</em>"
-            See the <a href="downloads.cgi">downloads page</a> for more details.
           </dd>
           <dt><strong>April 8, 2006: Apache Jackrabbit 1.0 released</strong></dt>
           <dd>
@@ -57,86 +72,9 @@
             level 2, and all the optional features like versioning,
             transactions, and observation.</em>"
           </dd>
-          <dt><strong>March 15, 2006: Apache Jackrabbit graduates from the Incubator</strong></dt>
-          <dd>
-            The <a href="http://www.apache.org/foundation/board/"
-            class="externalLink">ASF board of directors</a> approved a
-            resolution to create the Apache Jackrabbit top level project (TLP).
-            This finalizes the <a href="http://incubator.apache.org"
-            class="externalLink" title="Apache Incubator">incubation</a>
-            process for Jackrabbit and makes it an official ASF project.
-          </dd>
         </dl>
         <p>
           See the <a href="news.html">news archive</a> for past news.
-        </p>
-      </subsection>
-      <subsection name="Getting Started with Apache Jackrabbit">
-        <p>
-          To get started with Jackrabbit you should first become familiar with
-          the JCR API. Download the
-          <a href="http://jcp.org/aboutJava/communityprocess/final/jsr170/index.html"
-             class="externalLink"
-             title="JSR 170: Content Repository for Java(TM) technology API"
-             >JSR 170 specification</a>, browse the
-          <a href="http://www.day.com/maven/jsr170/javadocs/jcr-1.0/"
-             class="externalLink" title="JCR 1.0 API documentation"
-             >API documentation</a>, check our introduction to
-          <a href="doc/arch/overview/jcrlevels.html">JCR levels</a>,
-          or read some of the
-          <a href="http://wiki.apache.org/jackrabbit/JcrLinks"
-             class="externalLink" title="JCR Links">JCR articles</a> to
-          understand the content repository model that Jackrabbit implements.
-          You can also take a look at the various JCR and Jackrabbit
-          <a href="http://wiki.apache.org/jackrabbit/JcrLinks"
-             class="externalLink" title="JCR Links">applications</a>
-          to get an idea of what to do with a content repository.
-        </p>
-        <p>
-          If you are interested in using Jackrabbit, you should check the
-          <a href="doc/arch/overview.html">Jackrabbit architecture</a> and
-          try out the <a href="doc/firststeps.html">First Hops</a> examples
-          we have prepared. You can either <a href="downloads.html">download</a>
-          a binary release or <a href="doc/building.html">build</a> Jackrabbit
-          from sources. Follow the links on the
-          <a href="doc/index.html">documentation page</a> for more information.
-        </p>
-        <p>
-          Take a look at the <a href="faq.html">Frequently Asked Questions</a>
-          or browse the
-          <a href="http://mail-archives.apache.org/mod_mbox/jackrabbit-dev/"
-             class="externalLink" title="jackrabbit-dev archives"
-             >mailing list archives</a> (see also the searchable archives at
-          <a href="http://www.mail-archive.com/jackrabbit-dev@incubator.apache.org/"
-             class="externalLink" title="jackrabbit-dev archive at mail-archive"
-             >The Mail Archive</a> and
-          <a href="http://dir.gmane.org/gmane.comp.apache.jackrabbit.devel"
-             class="externalLink" title="jackrabbit-dev archive at gmane"
-             >Gmane</a>) for answers to questions not covered by the
-          documentation pages. If you need more help or want to discuss
-          Jackrabbit generally, don't hesitate to join the Jackrabbit
-          users mailing list at
-          users&lt;at&gt;jackrabbit.apache.org (you can subscribe
-          by sending an empty message to
-          users-subscribe&lt;at&gt;jackrabbit.apache.org). There is a similar
-          development mailing list at dev&lt;at&gt;jackrabbit.apache.org.
-        </p>
-        <p>
-          Apache Jackrabbit is an open source project and welcomes all contributions.
-          You can participate by answering questions on the mailing list,
-          filing
-          <a href="http://issues.apache.org/jira/browse/JCR"
-             class="externalLink" title="Jackrabbit issue tracker"
-             >bug reports</a> for any problems or improvement ideas you come
-          up with, contributing to the
-          <a href="http://wiki.apache.org/jackrabbit/" class="externalLink"
-             >Jackrabbit Wiki</a>, or writing documentation and code. See the
-          <a href="http://www.apache.org/foundation/how-it-works.html"
-             class="externalLink">How the ASF works</a> page for background
-          information on the
-          <a href="http://www.apache.org/" class="externalLink"
-           title="Apache Software Foundation">Apache Software Foundation</a>
-          and the way we work.
         </p>
       </subsection>
     </section>