You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/03/10 19:46:32 UTC

cvs commit: incubator-myfaces/src/documentation skinconf.xml

matzew      2005/03/10 10:46:32

  Modified:    src/documentation skinconf.xml
  Added:       src/documentation/resources/images myfaces-logo.png logo.png
  Removed:     src/documentation/resources/images incubator-logo.gif
                        apache-incubator-logo.png
  Log:
  added forrest stuff and new logo created by Sean Schofield
  
  Revision  Changes    Path
  1.1                  incubator-myfaces/src/documentation/resources/images/myfaces-logo.png
  
  	<<Binary file>>
  
  
  1.1                  incubator-myfaces/src/documentation/resources/images/logo.png
  
  	<<Binary file>>
  
  
  1.5       +7 -7      incubator-myfaces/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/documentation/skinconf.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- skinconf.xml	11 Feb 2005 16:03:00 -0000	1.4
  +++ skinconf.xml	10 Mar 2005 18:46:32 -0000	1.5
  @@ -62,20 +62,20 @@
     <!-- Do we want to disable w3c compliance links? -->
     <disable-compliance-links>true</disable-compliance-links>
     
  -  <searchsite-domain>incubator.apache.org</searchsite-domain>
  +  <searchsite-domain>myfaces.apache.org</searchsite-domain>
     <searchsite-name>Apache MyFaces</searchsite-name>  
   
     <!-- mandatory project logo
          skin: forrest-site renders it at the top -->
     <project-name>Apache MyFaces</project-name>
  -  <project-url>http://incubator.apache.org/myfaces</project-url>
  -  <project-logo>images/logo.jpg</project-logo>
  +  <project-url>http://myfaces.apache.org/</project-url>
  +  <project-logo>images/logo.png</project-logo>
   
     <!-- optional group logo
          skin: forrest-site renders it at the top-left corner -->
  -  <group-name>Apache Incubator</group-name>
  -  <group-url>http://incubator.apache.org/</group-url>
  -  <group-logo>images/incubator-logo.gif</group-logo>
  +  <group-name>Apache MyFaces</group-name>
  +  <group-url>http://myfaces.apache.org/</group-url>
  +  <group-logo>images/myfaces-logo.png</group-logo>
   
     <!-- optional host logo (e.g. apache logo)
          skin: forrest-site renders it at the bottom-left corner -->
  @@ -91,7 +91,7 @@
     -->
     <trail>
       <link1 name="apache" href="http://www.apache.org/"/>
  -    <link2 name="myfaces" href="http://incubator.apache.org/myfaces"/>
  +    <link2 name="myfaces" href="http://myfaces.apache.org/"/>
       <link3 name="" href=""/>
     </trail>