Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 46322 invoked from network); 24 Oct 2004 03:09:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Oct 2004 03:09:05 -0000 Received: (qmail 30211 invoked by uid 500); 24 Oct 2004 03:09:04 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 30182 invoked by uid 500); 24 Oct 2004 03:09:04 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 30176 invoked by uid 99); 24 Oct 2004 03:09:04 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 23 Oct 2004 20:09:04 -0700 Received: (qmail 46302 invoked by uid 65534); 24 Oct 2004 03:09:02 -0000 Date: 24 Oct 2004 03:09:02 -0000 Message-ID: <20041024030902.46300.qmail@minotaur.apache.org> From: fielding@apache.org To: jackrabbit-cvs@incubator.apache.org Subject: svn commit: rev 55411 - incubator/jackrabbit/trunk X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: fielding Date: Sat Oct 23 20:09:02 2004 New Revision: 55411 Added: incubator/jackrabbit/trunk/README.txt (contents, props changed) Log: README file for new developers and users Added: incubator/jackrabbit/trunk/README.txt ============================================================================== --- (empty file) +++ incubator/jackrabbit/trunk/README.txt Sat Oct 23 20:09:02 2004 @@ -0,0 +1,92 @@ +======================================================================= +Welcome to Apache Jackrabbit +======================================================================= + +License (see also LICENSE.txt) +============================== + +Copyright 2004 The Apache Software Foundation. + +Licensed 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. + + +Getting Started +=============== + +Apache Jackrabbit is an effort undergoing incubation at the +Apache Software Foundation. Incubation is required of all newly +accepted projects until a further review indicates that the +infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful +ASF projects. While incubation status is not necessarily a +reflection of the completeness or stability of the code, it +does indicate that the project has yet to be fully endorsed +by the ASF. The incubation status is recorded at + + http://incubator.apache.org/projects/jackrabbit.html + +To get involved with the 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 + + jackrabbit-dev-subscribe :at: incubator.apache.org +and + jackrabbit-commits-subscribe :at: incubator.apache.org + +The Jackrabbit source code is available via Subversion at + + https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk + +and anonymous access is available at + + http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk + +or with viewcvs at + + http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/ + +Once you have a copy of the source code tree, you can use Apache Maven + + http://maven.apache.org/ + +to build the project. After installing Maven 1.0, be sure to download the +latest release of the Ant plugin (1.8.1 or later) using a command like + + maven plugin:download -DgroupId=maven \ + -DartifactId=maven-ant-plugin -Dversion=1.8.1 + +before running one of the maven commands listed at + + http://maven.apache.org/start/use.html + +to build the Jackrabbit project and/or documentation. + + +Credits +======= + +who what +-------------------- ----------------------------------------------- +Roy Fielding incubation +Stefan Guggisberg core, data model, persistence, nodetypes, misc. +David Nuescheler architecture, api +Peeter Piegaze api +Tim Reilly mavenize +Marcel Reutegger observation, query +Tobias Strasser versioning + + +Changes +======= + +See