Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10E2F705C for ; Fri, 11 Nov 2011 14:27:38 +0000 (UTC) Received: (qmail 74709 invoked by uid 500); 11 Nov 2011 14:27:38 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 74685 invoked by uid 500); 11 Nov 2011 14:27:37 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 74677 invoked by uid 99); 11 Nov 2011 14:27:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2011 14:27:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of castagna.lists@googlemail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2011 14:27:31 +0000 Received: by iahk25 with SMTP id k25so2912204iah.6 for ; Fri, 11 Nov 2011 06:27:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=0wX9AA+lc/3NJX2E+rPKthPvFa4XUx1kkvby0mvig5c=; b=IAvxKHDEHR7TTNcfNbfQpV6tdBU5IEw3y1X+aup4LodIdBsr6CfVGmPgUcED0v64ZF sxXNQLCcSblIJ511BwlHfl+EqwazyTmxHk9vr07YmQuoXbPiA/SP215gjjlkuoXQ1/81 pXrLx+6to/1b4qmhvvTL4vIG+tru8uL/GUcuw= Received: by 10.42.176.130 with SMTP id be2mr12560782icb.11.1321021631101; Fri, 11 Nov 2011 06:27:11 -0800 (PST) Received: from [192.168.99.102] ([207.34.158.233]) by mx.google.com with ESMTPS id p16sm16309576ibk.6.2011.11.11.06.27.09 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Nov 2011 06:27:10 -0800 (PST) Message-ID: <4EBD30BC.8000909@googlemail.com> Date: Fri, 11 Nov 2011 06:27:08 -0800 From: Paolo Castagna User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: jena-dev@incubator.apache.org Subject: Re: svn commit: r1200892 - /incubator/jena/README References: <20111111140613.D47F3238897A@eris.apache.org> In-Reply-To: <20111111140613.D47F3238897A@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Yeah! Thanks. A proposal for a small addition to this README file: """ The Experimental/ directory contains prototypes which might or might not become supported Jena modules/contributions. The Import/ directory contains the Jena CVS and SVN imports from SourceForge, it's here just for historical/archival reasons but we do not expect you to look at it. The Scratch/ directory is our little|small|personal playground on the Apache SVN repository, this stuff might or might not made it into Jena code base. A sort of micro Apache Labs (http://labs.apache.org/) for tiny things related to Apache Jena. Some of us use also GitHub for this. Last but not least, the site/ directory contains the sources for the Apache Jena website and... yes! You can check it out and submit patches for it. Patches on documentation are as welcome as patches for code. """ Feel free to change/improve as you wish. The aim is to clearly tell people: - do not waste your time on Import/ - you can submit patches for site/ and they are welcome! - if you are curious and not afraid to experiment, feel free to look at Experimental/ and/or Scratch/ but, please, be aware that this is "unsupported" and "unreleased" stuff until it's moved elsewhere. Paolo andy@apache.org wrote: > Author: andy > Date: Fri Nov 11 14:06:13 2011 > New Revision: 1200892 > > URL: http://svn.apache.org/viewvc?rev=1200892&view=rev > Log: > Add a README for the Jena svn repository > > Added: > incubator/jena/README > > Added: incubator/jena/README > URL: http://svn.apache.org/viewvc/incubator/jena/README?rev=1200892&view=auto > ============================================================================== > --- incubator/jena/README (added) > +++ incubator/jena/README Fri Nov 11 14:06:13 2011 > @@ -0,0 +1,18 @@ > +Jena README > +=========== > + > +Welcome to Apache Jena, a Java framework > +for writing Semantic Web applications. > + > +The Jena Framework includes: > + > ++ an API for reading, processing and writing RDF data in XML, N-triples and Turtle formats; > ++ an ontology API for handling OWL and RDFS ontologies; > ++ a rule-based inference engine for reasoning with RDF and OWL data sources; > ++ stores to allow large numbers of RDF triples to be efficiently stored on disk; > ++ a query engine compliant with the latest SPARQL specification > ++ servers to allow RDF data to be published to other applications using SPARQL > + > +The codebase for the active modules is to be found under: > + > +https://svn.apache.org/repos/asf/incubator/jena/Jena2/ > >