Author: ceki
Date: Wed Aug 16 22:35:36 2006
New Revision: 623

Modified:
   slf4j/trunk/pom.xml
   slf4j/trunk/slf4j-site/pom.xml
   slf4j/trunk/slf4j-site/src/site/site.xml
   slf4j/trunk/slf4j-skin/src/main/resources/META-INF/maven/site.vm
Log:
ongoing work on SLF4J site

Modified: slf4j/trunk/pom.xml
==============================================================================
--- slf4j/trunk/pom.xml (original)
+++ slf4j/trunk/pom.xml Wed Aug 16 22:35:36 2006
@@ -27,6 +27,7 @@
     <module>slf4j-log4j12</module>
     <module>slf4j-jcl</module>
     <module>jcl104-over-slf4j</module>
+    <module>slf4j-site</module>
        </modules>
 
        <dependencies>

Modified: slf4j/trunk/slf4j-site/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-site/pom.xml      (original)
+++ slf4j/trunk/slf4j-site/pom.xml      Wed Aug 16 22:35:36 2006
@@ -16,7 +16,7 @@
        <packaging>jar</packaging>
        <name>SLF4J Site</name>
 
-       <url>http://logback.qos.ch</url>
+       <url>http://www.slf4j.org</url>
 
        <organization>
                <name>QOS.ch</name>

Modified: slf4j/trunk/slf4j-site/src/site/site.xml
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/site.xml    (original)
+++ slf4j/trunk/slf4j-site/src/site/site.xml    Wed Aug 16 22:35:36 2006
@@ -1,37 +1,40 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Logback Main Site">
+<project name="SLF4J Main Site">
 
   <skin>
-    <groupId>ch.qos.logback</groupId>
-    <artifactId>lb-skin</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <groupId>org.slf4j</groupId>
+    <artifactId>slf4j-skin</artifactId>
+    <version>1.1.0</version>
   </skin>
   
   <publishDate position="navigation-bottom" format="dd-MM-yyyy"/>
 
   <bannerLeft>
-    <name>${project.name}</name>
-    <src>/images/logos/lblogo.jpg</src>
+    <name>SLF4J</name>
+    <src>/images/logos/slf4j-logo.jpg</src>
   </bannerLeft>
 
-  <body>
-       <!--
-    <links>
-      <item name="Core Module" href="http://logback.qos.ch/core/"; />      
-      <item name="Classic Module" href="http://logback.qos.ch/classic/"/>
-      <item name="Access Module" href="http://logback.qos.ch/access/"/>
-    </links>
-    -->
-
-    <menu name="${project.name}">
-      <item name="Introduction" href="index.html"/>
-      <item name="News" href="news.html" />
-      <item name="Download" href="download.html" />
-      <item name="Documentation" href="documentation.html" />
-      <item name="Mailing Lists" href="mailinglist.html" />
-      <item name="Source Repository" href="repos.html" />
-      <item name="Bug Report" href="bugreport.html"/>
-      <item name="License" href="license.html" />      
+  <body>  
+    <menu name="SLF4J project">
+      <item name="Introduction"   href="index.html"/>
+      <item name="News"           href="news.html"/>
+      <item name="Documentation"  href="docs.html"/>
+      <item name="License"        href="license.html"/>
+      <item name="Download"       href="download.html"/>
+      <item name="Source Repositories" href="svn.html"/>
+      <item name="Mailing Lists"   href="mailing-lists.html"/>
+      <item name="Bug Reporting"   href="bug-reporting.html"/>      
     </menu>
+   <menu name="Native implementations">
+     <item name="Logback" href="http://logback.qos.ch/XXX"/>   
+     <item name="NLOG4J" href="http://www.slf4j.org/nlog4j/"/>   
+     <item name="x4juli" href="http://www.x4juli.org/"/>   
+   </menu>
+   <menu name="Wrapped implementations">
+     <item name="JDK14"   
href="apidocs/org/slf4j/impl/JDK14LoggerAdapter.html"/>    
+     <item name="Log4j"   
href="apidocs/org/slf4j/impl/Log4jLoggerAdapter.html"/>    
+     <item name="Simple"   href="apidocs/org/slf4j/impl/SimpleLogger.html"/>   
  
+     <item name="Simple-Log"   href="http://simple-log.dev.java.net/"/>
+   </menu>
   </body>
 </project>
\ No newline at end of file

Modified: slf4j/trunk/slf4j-skin/src/main/resources/META-INF/maven/site.vm
==============================================================================
--- slf4j/trunk/slf4j-skin/src/main/resources/META-INF/maven/site.vm    
(original)
+++ slf4j/trunk/slf4j-skin/src/main/resources/META-INF/maven/site.vm    Wed Aug 
16 22:35:36 2006
@@ -230,44 +230,9 @@
 #end
 
 #macro ( poweredByLogo $poweredBy )
-    #if( $poweredBy )
-        #foreach ($item in $poweredBy)
-            #if( $item.href )
-                #set ( $href = $PathTool.calculateLink( $item.href, 
$relativePath ) )
-                #set ( $href = $href.replaceAll( "\\", "/" ) )
-            #else
-                #set ( $href="http://www.qos.ch/"; )
-            #end
 
-            #if( $item.name )
-                #set ( $name = $item.name )
-            #else
-                #set ( $name = $i18n.getString( "site-renderer", $locale, 
"template.builtby" )  )
-                #set ( $name = "${name}"  )
-            #end
+ <br/>
 
-            #if( $item.img )
-                #set ( $img = $item.img )
-            #else
-                #set ( $img = "images/logos/qosLogo.png" )
-            #end
-
-            <a href="$href" title="$name" id="poweredBy">
-              #set ( $img = $PathTool.calculateLink( $img, $relativePath ) )
-              #set ( $img = $img.replaceAll( "\\", "/" ) )
-              <img alt="$name" src="$img" />
-            </a>
-        #end
-        #if( $poweredBy.isEmpty() )
-          <a href="http://www.qos.ch/"; title="QOS.ch" id="poweredBy">
-               <img alt="QOS.ch" 
src="$relativePath/images/logos/qosLogo.png"></img>
-               </a>
-        #end
-    #else
-        <a href="http://www.qos.ch/"; title="QOS.ch" id="poweredBy">
-          <img alt="QOS.ch" src="$relativePath/images/logos/qosLogo.png"></img>
-        </a>
-    #end
 #end
 
 <html>
_______________________________________________
dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/dev

Reply via email to