From svn-return-6650-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Fri Mar 09 11:03:37 2007 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 49371 invoked from network); 9 Mar 2007 11:03:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2007 11:03:35 -0000 Received: (qmail 91832 invoked by uid 500); 9 Mar 2007 11:03:44 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 91786 invoked by uid 500); 9 Mar 2007 11:03:44 -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 91769 invoked by uid 99); 9 Mar 2007 11:03:44 -0000 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; Fri, 09 Mar 2007 03:03:43 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1317B1A9838; Fri, 9 Mar 2007 03:02:45 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r516369 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml Date: Fri, 09 Mar 2007 11:02:44 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070309110245.1317B1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgardler Date: Fri Mar 9 03:02:44 2007 New Revision: 516369 URL: http://svn.apache.org/viewvc?view=rev&rev=516369 Log: Note about dispatcher templates Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml?view=diff&rev=516369&r1=516368&r2=516369 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml Fri Mar 9 03:02:44 2007 @@ -39,20 +39,24 @@ We need your help in adding more formats.

The location of this descriptor file is specified in the locationmap - with the hint doap.projectDescriptor. This defaults to - the root of your projects content directory. To place your descriptor + with the hint doap.descriptor. This defaults to + a file clled doap.xml in the root of your projects content directory. + To place your descriptor in a different location simply add a matcher like that shown below in your project locationmap file.

+ ]]> +

To retrieve the project DOAP file in its raw form + request the file /projectDetails/source.xml.

+

To retrieve the project details page request the file - /projectDetails.html.

+ /projectDetails.[FORMAT].

Multiple Projects @@ -68,10 +72,10 @@

To retrieve the project details of another project make a request for projectDetails/projectDetails.[PROJECT_NAME].html. For this to work - your project locationmap muest have an entry like this:

+ your project locationmap must have an entry like this:

+ ]]> @@ -85,7 +89,7 @@ files you could use a match like this:

+ ]]> @@ -108,6 +112,14 @@ The indexes to be included in your site navigation only work correctly when generating a static site. You should only use page based indexes for dynamic sites. +
+ +
+ Dispatcher + +

The DOAP plugin provides dispatcher templates for oring with + DOAP files. For usage instructions see the docs for the + doap templates.