You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by sj...@apache.org on 2016/07/05 14:10:05 UTC

svn commit: r1751484 - /forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml

Author: sjur
Date: Tue Jul  5 14:10:05 2016
New Revision: 1751484

URL: http://svn.apache.org/viewvc?rev=1751484&view=rev
Log:
Add default logo height for the project logo. It is slightly larger than it used to be (50 vs earlier 30), but still not very large. I also added empty variables for sizes for the other logo images. The variables are supported by renderlogo.xsl, but not necessarily by all skins in their site-to-xhtml.xsl stylesheet.

Modified:
    forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml

Modified: forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml?rev=1751484&r1=1751483&r2=1751484&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml Tue Jul  5 14:10:05 2016
@@ -62,6 +62,8 @@ which will be used to configure the chos
   <project-description>MyProject Description</project-description>
   <project-url>http://example.org/myproj/</project-url>
   <project-logo>images/project.png</project-logo>
+  <project-logo-height>50</project-logo-height>
+  <project-logo-width></project-logo-width>
 <!-- Alternative static image:
   <project-logo>images/project-logo.png</project-logo> -->
 <!-- optional group logo
@@ -70,12 +72,16 @@ which will be used to configure the chos
   <group-description>MyGroup Description</group-description>
   <group-url>http://example.org</group-url>
   <group-logo>images/group.png</group-logo>
+  <group-logo-height></group-logo-height>
+  <group-logo-width></group-logo-width>
 <!-- Alternative static image:
   <group-logo>images/group-logo.gif</group-logo> -->
 <!-- optional host logo (e.g. sourceforge logo)
        default skin: renders it at the bottom-left corner -->
   <host-url></host-url>
   <host-logo></host-logo>
+  <host-logo-height></host-logo-height>
+  <host-logo-width></host-logo-width>
 <!-- relative url of a favicon file, normally favicon.ico -->
   <favicon-url></favicon-url>
 <!-- The following are used to construct a copyright statement -->