]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Second attempt. Forrest 0.7 has a new box-location: alt2
authorJeremias Maerki <jeremias@apache.org>
Thu, 6 Oct 2005 13:07:29 +0000 (13:07 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 6 Oct 2005 13:07:29 +0000 (13:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@306624 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/skinconf.xml

index 07bc7e1a4fb450a7f4fba8eca63d6645be0c68db..f3fc9288b93248602a6725cd21c1390e58368dfc 100644 (file)
@@ -340,10 +340,23 @@ which will be used to configure the chosen Forrest skin.
     <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 @@ which will be used to configure the chosen Forrest skin.
       <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>