Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 27490 invoked from network); 19 Oct 2005 20:29:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2005 20:29:09 -0000 Received: (qmail 92921 invoked by uid 500); 19 Oct 2005 20:29:09 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 92844 invoked by uid 500); 19 Oct 2005 20:29:08 -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 92832 invoked by uid 99); 19 Oct 2005 20:29:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 13:29:08 -0700 X-ASF-Spam-Status: No, hits=-9.4 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.29) with SMTP; Wed, 19 Oct 2005 13:29:08 -0700 Received: (qmail 27386 invoked by uid 65534); 19 Oct 2005 20:28:47 -0000 Message-ID: <20051019202847.27385.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r326690 - in /forrest/trunk/site-author/content: doap.xml xdocs/docs_0_80/locationmap.xml Date: Wed, 19 Oct 2005 20:28:46 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rgardler Date: Wed Oct 19 13:28:37 2005 New Revision: 326690 URL: http://svn.apache.org/viewcvs?rev=326690&view=rev Log: add plugin name to naming convention for locationmaps Modified: forrest/trunk/site-author/content/doap.xml forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml Modified: forrest/trunk/site-author/content/doap.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/doap.xml?rev=326690&r1=326689&r2=326690&view=diff ============================================================================== --- forrest/trunk/site-author/content/doap.xml (original) +++ forrest/trunk/site-author/content/doap.xml Wed Oct 19 13:28:37 2005 @@ -64,6 +64,7 @@ Java XML + XSLT Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml?rev=326690&r1=326689&r2=326690&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml Wed Oct 19 13:28:37 2005 @@ -84,21 +84,29 @@ ]]> + +

Where the resource is provided by a plugin rather than Forrest itself + this is prefixed with the last part of the plugin name. For example:

+ + ]]> +

The format is essentially one of:

-resource-type(dot)from-format(dot)to-format +[PLUGIN_NAME.]resource-type(dot)from-format(dot)to-format

or

-resource-type(dot)type(dot)name +[PLUGIN_NAME.]resource-type(dot)type(dot)name

Examples of these two:

-transform.xslt.xthml2.html +transform.transform.xthml2.html graphic.png.project-logo +projectInfo.transform.changes.rss