From svn-return-6637-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Wed Mar 07 23:46:32 2007 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 93101 invoked from network); 7 Mar 2007 23:46:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 23:46:31 -0000 Received: (qmail 56953 invoked by uid 500); 7 Mar 2007 23:46:39 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 56917 invoked by uid 500); 7 Mar 2007 23:46:39 -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 56906 invoked by uid 99); 7 Mar 2007 23:46:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 15:46:39 -0800 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; Wed, 07 Mar 2007 15:46:30 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 52E1D1A9838; Wed, 7 Mar 2007 15:46:10 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r515849 - /forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl Date: Wed, 07 Mar 2007 23:46:10 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070307234610.52E1D1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: crossley Date: Wed Mar 7 15:46:09 2007 New Revision: 515849 URL: http://svn.apache.org/viewvc?view=rev&rev=515849 Log: Replace hard-coded URL to old usingPlugins doc with site: reference. Note: Was there a reason for this? Add more warnings about using development whiteboard plugins. Modified: forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl Modified: forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl?view=diff&rev=515849&r1=515848&r2=515849 ============================================================================== --- forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl (original) +++ forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl Wed Mar 7 15:46:09 2007 @@ -25,7 +25,7 @@ Plugins Index -
+
Plugins Index

Plugins are a way of extending Forrest to @@ -34,8 +34,8 @@ have named them in the project.required.plugins property in the projects forrest.properties file. When Forrest builds the site it will automatically discover the plugin and install - it.For more information on how to use plugins see - + it. For more information on how to use plugins see + Extending Forrest with Plugins .

@@ -55,8 +55,9 @@

The second section lists plugins in the whiteboard, that is plugins that may change considerably in how they work before their first official release. These plugins may not be fully - funcitonal, in most cases they are usable, but use them with - caution as they are not considered stable.

+ functional, in most cases they are usable, but use them with + caution as they are not considered stable. You would need to + keep up-to-date with the dev@ mailing list.

If you have created a plugin that is not listed here please let us know. @@ -76,6 +77,10 @@
Whiteboard Plugins + + See introduction + for notes about plugins in development. +
Warning