You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ce...@apache.org on 2003/12/22 14:07:28 UTC

cvs commit: logging-site/src/xdocs/stylesheets site.vsl

ceki        2003/12/22 05:07:28

  Modified:    docs     index.html
               docs/site news.html
               src/xdocs/site bylaws.xml
               src/xdocs/stylesheets site.vsl
  Added:       docs/images ls-logo.png
  Log:
  added the LS logo
  
  Revision  Changes    Path
  1.3       +4 -2      logging-site/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html	22 Dec 2003 10:46:18 -0000	1.2
  +++ index.html	22 Dec 2003 13:07:27 -0000	1.3
  @@ -84,9 +84,10 @@
                   </ul>
                           </td>
                       <td width="80%" align="left" valign="top">
  +                    
                                                                       <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -      <tr><td bgcolor="#2222AA">
  -        <font color="#ffffff" face="arial,helvetica,sanserif" size="+2">
  +      <tr><td bgcolor="#FFFFFF">
  +        <font color="#2222AA" face="arial,helvetica,sanserif" size="+1">
             <a name="Welcome to Logging Services Project @ Apache">&nbsp;<strong>Welcome to Logging Services Project @ Apache</strong></a>
           </font>
         </td></tr>
  @@ -139,6 +140,7 @@
           </body>
       </html>
   <!-- end the processing -->
  +
   
   
   
  
  
  
  1.1                  logging-site/docs/images/ls-logo.png
  
  	<<Binary file>>
  
  
  1.2       +4 -2      logging-site/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/site/news.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- news.html	22 Dec 2003 10:46:18 -0000	1.1
  +++ news.html	22 Dec 2003 13:07:28 -0000	1.2
  @@ -83,9 +83,10 @@
                   </ul>
                           </td>
                       <td width="80%" align="left" valign="top">
  +                    
                                                                       <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -      <tr><td bgcolor="#2222AA">
  -        <font color="#ffffff" face="arial,helvetica,sanserif" size="+2">
  +      <tr><td bgcolor="#FFFFFF">
  +        <font color="#2222AA" face="arial,helvetica,sanserif" size="+1">
             <a name="News & Status">&nbsp;<strong>News & Status</strong></a>
           </font>
         </td></tr>
  @@ -129,6 +130,7 @@
           </body>
       </html>
   <!-- end the processing -->
  +
   
   
   
  
  
  
  1.2       +7 -0      logging-site/src/xdocs/site/bylaws.xml
  
  Index: bylaws.xml
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/site/bylaws.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bylaws.xml	22 Dec 2003 10:46:18 -0000	1.1
  +++ bylaws.xml	22 Dec 2003 13:07:28 -0000	1.2
  @@ -10,6 +10,8 @@
   
   
   <body>
  +    <titleSection name="Logging Services project bylaws"/>
  +
       <section name="Logging Services project bylaws">
       
       <h1>bla bla</h1>
  @@ -31,6 +33,11 @@
       </section>
   
       <section name="">
  +  <p>This document defines the guidelines for the <a
  +    href="index.html">Apache Logging Services Project</a>. It includes
  +    definitions of how conflict is resolved by voting, who is able to
  +    vote, and the procedures to follow for proposing and making
  +    changes to the Apache products.</p>
       </section>
   
       <section name="">
  
  
  
  1.2       +16 -4     logging-site/src/xdocs/stylesheets/site.vsl
  
  Index: site.vsl
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/stylesheets/site.vsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- site.vsl	22 Dec 2003 10:46:18 -0000	1.1
  +++ site.vsl	22 Dec 2003 13:07:28 -0000	1.2
  @@ -7,8 +7,8 @@
       #set ($bodyfg = "#000000")
       #set ($bodylink = "#525D76")
   ##    #set ($bannerbg = "#525D76")
  -    #set ($bannerbg = "#2222AA")
  -    #set ($bannerfg = "#ffffff")
  +    #set ($bannerbg = "#FFFFFF")
  +    #set ($bannerfg = "#2222AA")
       #set ($subbannerbg = "#828DA6")
       #set ($subbannerfg = "#ffffff")
       #set ($tablethbg = "#039acc")
  @@ -154,13 +154,20 @@
       </table>
   #end
   
  +## ===================================
  +##          titleSection macro
  +## ===================================
  +#macro ( titleSection $titleSection)
  +  <center><h1>$titleSection.getAttributeValue("name")</h1></center>
  +#end
  +
   ## ================================
   ##          section macro
   ## ================================
   #macro ( section $section)
       <table border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="$bannerbg">
  -        <font color="$bannerfg" face="arial,helvetica,sanserif" size="+2">
  +        <font color="$bannerfg" face="arial,helvetica,sanserif" size="+1">
             <a name="$section.getAttributeValue("name")">&nbsp;<strong>$section.getAttributeValue("name")</strong></a>
           </font>
         </td></tr>
  @@ -206,7 +213,7 @@
   #macro (getProjectImage)
   #if ($project.getChild("logo"))
   <td align="left">
  -<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
  +<a href="http://jakarta.apache.org"><img src="http://logging.apache.org/images/ls-logo.gif" border="0"/></a>
   </td>
   <td align="right">
   #set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
  @@ -275,6 +282,11 @@
                       #makeProject()
                       </td>
                       <td width="80%" align="left" valign="top">
  +                    #if ($root.getChild("body").getChild("titleSection"))
  +                      #set ($titleSection = $root.getChild("body").getChild("titleSection"))
  +                      #titleSection($titleSection)
  +                    #end
  +
                       #set ($allSections = $root.getChild("body").getChildren("section"))
                       #foreach ( $section in $allSections )
                           #section ($section)