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 2008/10/12 17:04:49 UTC

svn commit: r703835 - /jackrabbit/trunk/README.txt

Author: jukka
Date: Sun Oct 12 08:04:49 2008
New Revision: 703835

URL: http://svn.apache.org/viewvc?rev=703835&view=rev
Log:
1.5: Updated README

Modified:
    jackrabbit/trunk/README.txt

Modified: jackrabbit/trunk/README.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/README.txt?rev=703835&r1=703834&r2=703835&view=diff
==============================================================================
--- jackrabbit/trunk/README.txt (original)
+++ jackrabbit/trunk/README.txt Sun Oct 12 08:04:49 2008
@@ -2,6 +2,21 @@
 Welcome to Apache Jackrabbit  <http://jackrabbit.apache.org/>
 =============================================================
 
+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.
+
+Version 1.0 of the JCR API was specified by the Java Specification
+Request 170 (JSR 170, http://jcp.org/en/jsr/detail?id=170) and work
+on the JCR version 2.0 has begun in JSR 283.
+
+Apache Jackrabbit is a project of the Apache Software Foundation.
+
+
 License (see also LICENSE.txt)
 ==============================
 
@@ -30,36 +45,25 @@
 -------------
 
 To get involved with the Apache Jackrabbit project, start by having a
-look at our website (link at top of page) and join our mailing
-lists by sending an empty message to
-
-   dev-subscribe     :at: jackrabbit.apache.org
-and
-   commits-subscribe :at: jackrabbit.apache.org
-
-and the dev mailing list archives can be found at
-
-   http://jackrabbit.apache.org/mail/dev/
+look at our website and joining our mailing lists. For more details about
+Jackrabbit mailing lists as well as links to list archives, please see:
 
+   http://jackrabbit.apache.org/mailing-lists.html
 
 Downloading
 -----------
 
 The Jackrabbit source code is available via Subversion at
 
-   https://svn.apache.org/repos/asf/jackrabbit/trunk
-
-and anonymous access is available at
-
-   http://svn.apache.org/repos/asf/jackrabbit/trunk
+   https://svn.apache.org/repos/asf/jackrabbit/trunk/
 
 or with ViewVC at
 
-   http://svn.apache.org/viewvc/jackrabbit/trunk/
+   https://svn.apache.org/viewvc/jackrabbit/trunk/
 
 To checkout the main Jackrabbit source tree, run
 
-   svn checkout http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit
+   svn checkout https://svn.apache.org/repos/asf/jackrabbit/trunk jackrabbit
 
 Once you have a copy of the source code tree, you can use Apache Maven
 
@@ -71,17 +75,15 @@
 
    mvn install
 
-Note that the OCM components require Java 5, and need to be built separately:
-
-   cd jackrabbit-ocm; mvn install
-   cd jackrabbit-ocm-nodemanagement; mvn install
+Note that the OCM components require Java 5, and will not be included
+in the build if you use Java 1.4.
 
 For more instructions, please see the documentation at:
 
-   http://jackrabbit.apache.org/doc/building.html
+   http://jackrabbit.apache.org/building-jackrabbit.html
 
 Credits
 =======
 
-See http://jackrabbit.apache.org/team-list.html for the list of 
+See http://jackrabbit.apache.org/jackrabbit-team.html for the list of 
 Jackrabbit committers and main contributors.