You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/03/08 00:46:10 UTC

svn commit: r515849 - /forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl

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 @@
         <title>Plugins Index</title>
       </header>
       <body>
-        <section>
+        <section id="introduction">
           <title>Plugins Index</title>
           <p>
             Plugins are a way of extending Forrest to
@@ -34,8 +34,8 @@
             have named them in the <code>project.required.plugins</code> property 
             in the projects <code>forrest.properties</code> file. When Forrest 
             builds the site it will automatically discover the plugin and install 
-            it.For more information on how to use plugins see
-            <a href="http://forrest.apache.org/pluginDocs/plugins_0_70/usingPlugins.html">
+            it. For more information on how to use plugins see
+            <a href="site:plugins/using">
               Extending Forrest with Plugins
             </a>.
           </p>
@@ -55,8 +55,9 @@
           <p>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.</p>
+          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.</p>
           
           <note>If you have created a plugin that is not listed
             here please let us know.</note>
@@ -76,6 +77,10 @@
           
           <section>
             <title>Whiteboard Plugins</title>
+            <warning>
+              See <a href="#introduction">introduction</a>
+              for notes about plugins in development.
+            </warning>
             
             <div class="frame warning">
               <div class="label">Warning</div>



RE: svn commit: r515849 - /forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl

Posted by "Gav...." <br...@brightontown.com.au>.

> -----Original Message-----
> From: crossley@apache.org [mailto:crossley@apache.org]
> Sent: Thursday, 8 March 2007 8:46 AM
> To: svn@forrest.apache.org
> Subject: svn commit: r515849 -
> /forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl
> 
> 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?

I guess so according to the numerous Failures just posed from Forrestbot.

No idea why though but will have a look.

Gav...

> 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/styleshee
> ts/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 @@
>          <title>Plugins Index</title>
>        </header>
>        <body>
> -        <section>
> +        <section id="introduction">
>            <title>Plugins Index</title>
>            <p>
>              Plugins are a way of extending Forrest to
> @@ -34,8 +34,8 @@
>              have named them in the <code>project.required.plugins</code>
> property
>              in the projects <code>forrest.properties</code> file. When
> Forrest
>              builds the site it will automatically discover the plugin and
> install
> -            it.For more information on how to use plugins see
> -            <a
> href="http://forrest.apache.org/pluginDocs/plugins_0_70/usingPlugins.html"
> >
> +            it. For more information on how to use plugins see
> +            <a href="site:plugins/using">
>                Extending Forrest with Plugins
>              </a>.
>            </p>
> @@ -55,8 +55,9 @@
>            <p>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.</p>
> +          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.</p>
> 
>            <note>If you have created a plugin that is not listed
>              here please let us know.</note>
> @@ -76,6 +77,10 @@
> 
>            <section>
>              <title>Whiteboard Plugins</title>
> +            <warning>
> +              See <a href="#introduction">introduction</a>
> +              for notes about plugins in development.
> +            </warning>
> 
>              <div class="frame warning">
>                <div class="label">Warning</div>