Author: cdupoirieux
Date: Wed Dec 21 08:37:13 2005
New Revision: 358316
URL: http://svn.apache.org/viewcvs?rev=358316&view=rev
Log:
siteinfo-meta-icon contract works very well.
Just uncomment it from the pelt.fv and add some documentation in order to know
where to put your source icon...
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/html/siteinfo-meta-icon.ft
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/html/siteinfo-meta-icon.ft
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/html/siteinfo-meta-icon.ft?rev=358316&r1=358315&r2=358316&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/html/siteinfo-meta-icon.ft
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/html/siteinfo-meta-icon.ft
Wed Dec 21 08:37:13 2005
@@ -23,11 +23,12 @@
<p><strong>siteinfo-meta-icon</strong> <br/>will output the html
additional shortcut icon in head element. This icon is generally
displayed by browser at the beginning of the URL. </p>
+ <p>This icon is directly searched in the <code>xdoc</code> directory.</p>
</description>
<usage><![CDATA[<forrest:contract name="siteinfo-meta-icon">
<forrest:properties contract="siteinfo-meta-icon">
<forrest:property name="siteinfo-meta-icon">
- <favicon-url></favicon-url>
+ <favicon-url>favico.ico</favicon-url>
</forrest:property>
</forrest:properties>
</forrest:contract>]]></usage>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv?rev=358316&r1=358315&r2=358316&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv
Wed Dec 21 08:37:13 2005
@@ -206,14 +206,13 @@
</forrest:property>
</forrest:properties>
</forrest:contract>
- <!-- FIXME - Cocoon problem with favicon.ico -->
- <!--<forrest:contract name="siteinfo-meta-icon">
+ <forrest:contract name="siteinfo-meta-icon">
<forrest:properties contract="siteinfo-meta-icon">
<forrest:property name="siteinfo-meta-icon">
<favicon-url></favicon-url>
</forrest:property>
</forrest:properties>
- </forrest:contract>-->
+ </forrest:contract>
<forrest:hook name="container">
<forrest:contract name="branding-breadcrumbs">