You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2002/11/02 06:25:09 UTC

cvs commit: xml-forrest/src/resources/conf skinconf.xml

crossley    2002/11/01 21:25:09

  Modified:    src/resources/fresh-site/src/documentation skinconf.xml
               src/resources/conf skinconf.xml
  Log:
  Clarify comments.
  
  Revision  Changes    Path
  1.4       +8 -3      xml-forrest/src/resources/fresh-site/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/skinconf.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- skinconf.xml	1 Nov 2002 03:36:40 -0000	1.3
  +++ skinconf.xml	2 Nov 2002 05:25:09 -0000	1.4
  @@ -43,24 +43,29 @@
     ]>
   
   <skinconfig>
  -  <!-- Do we want the Google search box? -->
  +  <!-- Do we want to disable the Google search box? -->
     <disable-search>false</disable-search>
     <searchsite-domain>myproj.mygroup.org</searchsite-domain>
     <searchsite-name>MyProject</searchsite-name>  
   
  +  <!-- mandatory project logo
  +       skin: forrest-site renders it at the top -->
     <project-name>MyProject</project-name>
     <project-url>http://myproj.mygroup.org/</project-url>
     <project-logo>images/project-logo.gif</project-logo>
   
  +  <!-- optional group logo
  +       skin: forrest-site renders it at the top-left corner -->
     <group-name>MyGroup</group-name>
     <group-url>http://mygroup.org</group-url>
     <group-logo>images/group-logo.gif</group-logo>
   
  -  <!-- Eg, a sourceforge logo. forrest-site renders it to the bottom-left corner -->
  +  <!-- optional host logo (e.g. sourceforge logo)
  +       skin: forrest-site renders it at the bottom-left corner -->
     <host-url></host-url>
     <host-logo></host-logo>
   
  -  <!-- The following used to construct a copyright statement -->
  +  <!-- The following are used to construct a copyright statement -->
     <year>2002</year>
     <vendor>The Apache Software Foundation.</vendor>
   
  
  
  
  1.4       +8 -4      xml-forrest/src/resources/conf/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/skinconf.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- skinconf.xml	1 Nov 2002 03:36:40 -0000	1.3
  +++ skinconf.xml	2 Nov 2002 05:25:09 -0000	1.4
  @@ -43,25 +43,29 @@
     ]>
   
   <skinconfig>
  -  <!-- Do we want the Google search box? -->
  +  <!-- Do we want to disable the Google search box? -->
     <disable-search>false</disable-search>
     <searchsite-domain>xml.apache.org</searchsite-domain>
     <searchsite-name>Apache XML</searchsite-name>  
   
  -
  +  <!-- mandatory project logo
  +       skin: forrest-site renders it at the top -->
     <project-name>Forrest</project-name>
     <project-url>http://xml.apache.org/forrest/</project-url>
     <project-logo>images/project-logo.gif</project-logo>
   
  +  <!-- optional group logo
  +       skin: forrest-site renders it at the top-left corner -->
     <group-name>Apache XML</group-name>
     <group-url>http://xml.apache.org/</group-url>
     <group-logo>images/group-logo.gif</group-logo>
   
  -  <!-- Eg, a sourceforge logo. forrest-site renders it to the bottom-left corner -->
  +  <!-- optional host logo (e.g. sourceforge logo)
  +       skin: forrest-site renders it at the bottom-left corner -->
     <host-url></host-url>
     <host-logo></host-logo>
   
  -  <!-- The following used to construct a copyright statement -->
  +  <!-- The following are used to construct a copyright statement -->
     <year>2002</year>
     <vendor>The Apache Software Foundation.</vendor>