Author: jeremias
Date: Thu Oct 6 06:07:29 2005
New Revision: 306624
URL: http://svn.apache.org/viewcvs?rev=306624&view=rev
Log:
Second attempt. Forrest 0.7 has a new box-location: alt2
Modified:
xmlgraphics/fop/trunk/src/documentation/skinconf.xml
Modified: xmlgraphics/fop/trunk/src/documentation/skinconf.xml
URL:
http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/documentation/skinconf.xml?rev=306624&r1=306623&r2=306624&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/skinconf.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/skinconf.xml Thu Oct 6 06:07:29
2005
@@ -340,10 +340,23 @@
<disable-copyright-footer>false</disable-copyright-footer>
</pdf>
- <!-- Credits are typically rendered as a set of small clickable
+ <!--
+ Credits are typically rendered as a set of small clickable
images in the page footer.
- Use box-location="alt" to move the credit to an alternate location
- (if the skin supports it).
+
+ Use box-location="alt" to move the credits to an alternate location
+ (if the skin supports it).
+
+ For example, pelt skin:
+ - box-location="alt" will place the logo at the end of the
+ left-hand coloured menu panel.
+ - box-location="alt2" will place them underneath that panel
+ in the left-hand whitespace.
+ - Otherwise they are placed next to the compatibility icons
+ at the bottom of the screen.
+
+ Comment out the whole <credit>-element if you want no credits in the
+ web pages
-->
<credits>
<credit box-location="alt">
@@ -353,7 +366,7 @@
<width>88</width>
<height>31</height>
</credit>
- <credit box-location="alt">
+ <credit box-location="alt2">
<name>ApacheCon US 2005</name>
<url>http://apachecon.com/2005/US/</url>
<image>http://apache.org/images/ac2005us_blue_125x125.jpg</image>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]