You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by David Crossley <cr...@apache.org> on 2007/04/23 07:04:52 UTC

Re: svn commit: r530712 - in /forrest/trunk/site-author/content/xdocs: docs_0_80/howto/howto-buildPlugin.xml docs_0_90/howto/howto-buildPlugin.xml

As i explained in another email last week. We only update the
version of the document in the docs_0_90 and not the old stuff.

-David

> Author: cdupoirieux
> Date: Fri Apr 20 02:23:42 2007
> New Revision: 530712
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=530712
> Log:
> Tiles are Panels now (FOR-975)
> 
> Modified:
>     forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
>     forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml
> 
> Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
> URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml?view=diff&rev=530712&r1=530711&r2=530712
> ==============================================================================
> --- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml (original)
> +++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml Fri Apr 20 02:23:42 2007
> @@ -476,7 +476,7 @@
>            defining the contents and look and feel of a site.
>          </p>
>          <p>
> -          Plugins can expose contracts, resources and tiles for use in
> +          Plugins can expose contracts, resources and panels for use in
>            structurer files used within Dispatcher-based sites. In order to do
>            this you should develop your contracts as normal and place them in
>            <code>PLUGIN_HOME/resources/themes</code>. However, this, by itself,
> @@ -498,10 +498,10 @@
>          <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.{1}" />
>        </select>
>      </match>
> -    <match pattern="resolvePluginTiles.**">
> +    <match pattern="resolvePluginPanels.**">
>        <select type="exists">
> -        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/html/{1}.vt.xml" />
> -        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/html/{1}.vt.xml" />
> +        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/panels/{1}.panel.xml" />
> +        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/panels/{1}.panel.xml" />
>        </select>
>      </match>]]>
>          </source>
> 
> Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml
> URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml?view=diff&rev=530712&r1=530711&r2=530712
> ==============================================================================
> --- forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml (original)
> +++ forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml Fri Apr 20 02:23:42 2007
> @@ -476,7 +476,7 @@
>            defining the contents and look and feel of a site.
>          </p>
>          <p>
> -          Plugins can expose contracts, resources and tiles for use in
> +          Plugins can expose contracts, resources and panels for use in
>            structurer files used within Dispatcher-based sites. In order to do
>            this you should develop your contracts as normal and place them in
>            <code>PLUGIN_HOME/resources/themes</code>. However, this, by itself,
> @@ -498,10 +498,10 @@
>          <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.{1}" />
>        </select>
>      </match>
> -    <match pattern="resolvePluginTiles.**">
> +    <match pattern="resolvePluginPanels.**">
>        <select type="exists">
> -        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/html/{1}.vt.xml" />
> -        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/html/{1}.vt.xml" />
> +        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/panels/{1}.panel.xml" />
> +        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/panels/{1}.panel.xml" />
>        </select>
>      </match>]]>
>          </source>
> 
> 

Re: svn commit: r530712 - in /forrest/trunk/site-author/content/xdocs: docs_0_80/howto/howto-buildPlugin.xml docs_0_90/howto/howto-buildPlugin.xml

Posted by Cyriaque Dupoirieux <Cy...@pcotech.fr>.
le 23/04/2007 07:04 David Crossley a écrit :
> As i explained in another email last week. We only update the
> version of the document in the docs_0_90 and not the old stuff.
>
> -David
>
>   
Ok,

(but it is not a new feature I have documented, but an old one that 
should have been before...)

I will not do it again :-[ ,

Salutations,
Cyriaque,
>> Author: cdupoirieux
>> Date: Fri Apr 20 02:23:42 2007
>> New Revision: 530712
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=530712
>> Log:
>> Tiles are Panels now (FOR-975)
>>
>> Modified:
>>     forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
>>     forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml
>>
>> Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml
>> URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml?view=diff&rev=530712&r1=530711&r2=530712
>> ==============================================================================
>> --- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml (original)
>> +++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-buildPlugin.xml Fri Apr 20 02:23:42 2007
>> @@ -476,7 +476,7 @@
>>            defining the contents and look and feel of a site.
>>          </p>
>>          <p>
>> -          Plugins can expose contracts, resources and tiles for use in
>> +          Plugins can expose contracts, resources and panels for use in
>>            structurer files used within Dispatcher-based sites. In order to do
>>            this you should develop your contracts as normal and place them in
>>            <code>PLUGIN_HOME/resources/themes</code>. However, this, by itself,
>> @@ -498,10 +498,10 @@
>>          <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.{1}" />
>>        </select>
>>      </match>
>> -    <match pattern="resolvePluginTiles.**">
>> +    <match pattern="resolvePluginPanels.**">
>>        <select type="exists">
>> -        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/html/{1}.vt.xml" />
>> -        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/html/{1}.vt.xml" />
>> +        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/panels/{1}.panel.xml" />
>> +        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/panels/{1}.panel.xml" />
>>        </select>
>>      </match>]]>
>>          </source>
>>
>> Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml
>> URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml?view=diff&rev=530712&r1=530711&r2=530712
>> ==============================================================================
>> --- forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml (original)
>> +++ forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml Fri Apr 20 02:23:42 2007
>> @@ -476,7 +476,7 @@
>>            defining the contents and look and feel of a site.
>>          </p>
>>          <p>
>> -          Plugins can expose contracts, resources and tiles for use in
>> +          Plugins can expose contracts, resources and panels for use in
>>            structurer files used within Dispatcher-based sites. In order to do
>>            this you should develop your contracts as normal and place them in
>>            <code>PLUGIN_HOME/resources/themes</code>. However, this, by itself,
>> @@ -498,10 +498,10 @@
>>          <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/{1}/{2}.{1}" />
>>        </select>
>>      </match>
>> -    <match pattern="resolvePluginTiles.**">
>> +    <match pattern="resolvePluginPanels.**">
>>        <select type="exists">
>> -        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/html/{1}.vt.xml" />
>> -        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/html/{1}.vt.xml" />
>> +        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.theme}/panels/{1}.panel.xml" />
>> +        <location src="{forrest:forrest.plugins}/PLUGIN_NAME/resources/themes/{properties:dispatcher.fallback.theme}/panels/{1}.panel.xml" />
>>        </select>
>>      </match>]]>
>>          </source>
>>
>>
>>     
>
>
>