Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 97639 invoked from network); 12 Jun 2007 01:55:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2007 01:55:55 -0000 Received: (qmail 59779 invoked by uid 500); 12 Jun 2007 01:55:58 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 59743 invoked by uid 500); 12 Jun 2007 01:55:58 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 59734 invoked by uid 99); 12 Jun 2007 01:55:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 18:55:58 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 18:55:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id F229E1A981A; Mon, 11 Jun 2007 18:55:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r546354 - /forrest/trunk/site-author/status.xml Date: Tue, 12 Jun 2007 01:55:33 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070612015533.F229E1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: crossley Date: Mon Jun 11 18:55:33 2007 New Revision: 546354 URL: http://svn.apache.org/viewvc?view=rev&rev=546354 Log: Initial whiteboard input plugin "skos". Handles input documents as Simple Knowledge Organisation Systems (SKOS), a set of specifications to support the representation of thesauri, classification schemes, taxonomies, etc. Contributed by: Sina K. Heshmati Issue: FOR-1004 Modified: forrest/trunk/site-author/status.xml Modified: forrest/trunk/site-author/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?view=diff&rev=546354&r1=546353&r2=546354 ============================================================================== --- forrest/trunk/site-author/status.xml (original) +++ forrest/trunk/site-author/status.xml Mon Jun 11 18:55:33 2007 @@ -150,7 +150,14 @@ Added document to facilitate upgrading to v0.9 + + + Added initial whiteboard input plugin "skos". Handles input documents + as Simple Knowledge Organisation Systems (SKOS), + a set of specifications to support the representation of thesauri, + classification schemes, taxonomies, etc. + Added initial whiteboard input plugin "foaf". Handles input documents in Friend of a Friend (FOAF) format.