Author: bodewig
Date: Wed Sep  7 13:26:16 2011
New Revision: 1166167

URL: http://svn.apache.org/viewvc?rev=1166167&view=rev
Log:
Add reporting (namely RAT), populate team list in POM, remove contributors list 
from landing page, address some of the branding requirements.  LOG4NET-275

Modified:
    logging/log4net/trunk/pom.xml
    logging/log4net/trunk/src/site/site.xml
    logging/log4net/trunk/src/site/xdoc/index.xml

Modified: logging/log4net/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?rev=1166167&r1=1166166&r2=1166167&view=diff
==============================================================================
--- logging/log4net/trunk/pom.xml (original)
+++ logging/log4net/trunk/pom.xml Wed Sep  7 13:26:16 2011
@@ -136,19 +136,80 @@
                 <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix 
Version</columnNames>
               </configuration>
             </plugin>
-
-            <!-- RAT report -->
-            <plugin>
-              <groupId>org.apache.rat</groupId>
-              <artifactId>apache-rat-plugin</artifactId>
-              <version>0.7</version>
-            </plugin>
           </reportPlugins>
         </configuration>
       </plugin>
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <!-- RAT report -->
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.7</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <developers>
+    <developer>
+      <name>Curt Arnold</name>
+      <id>carnold</id>
+    </developer>
+    <developer>
+      <name>Stefan Bodewig</name>
+      <id>bodewig</id>
+    </developer>
+    <developer>
+      <name>Nicko Cadell</name>
+      <id>nicko</id>
+    </developer>
+    <developer>
+      <name>Niall Daley</name>
+      <id>niall</id>
+    </developer>
+    <developer>
+      <name>Gert Driesen</name>
+      <id>drieseng</id>
+    </developer>
+    <developer>
+      <name>Ron Grabowski</name>
+      <id>rgrabowski</id>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Julian Biddle</name>
+    </contributor>
+    <contributor>
+      <name>Daniel Cazzulino</name>
+    </contributor>
+    <contributor>
+      <name>Aspi Havewala</name>
+    </contributor>
+    <contributor>
+      <name>Rick Hobbs</name>
+    </contributor>
+    <contributor>
+      <name>Lance Nehring</name>
+    </contributor>
+    <contributor>
+      <name>Angelika Schnagl</name>
+    </contributor>
+    <contributor>
+      <name>Edward Smit</name>
+    </contributor>
+    <contributor>
+      <name>Douglas de la Torre</name>
+    </contributor>
+    <contributor>
+      <name>Thomas Voss</name>
+    </contributor>
+  </contributors>
+
   <dependencies>
   </dependencies>
 

Modified: logging/log4net/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/site.xml?rev=1166167&r1=1166166&r2=1166167&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/site.xml (original)
+++ logging/log4net/trunk/src/site/site.xml Wed Sep  7 13:26:16 2011
@@ -28,14 +28,14 @@
       <item name="log4net"  href="http://logging.apache.org/log4net/"/>
     </breadcrumbs>
   
-       <menu name="Get log4net">
+       <menu name="Apache log4net&#x2122;">
+           <item name="About" href="/index.html"/>
           <item name="Download" href="/download.html"/>
-          <item name="Changes" href="/release/release-notes.html"/>
+          <item name="Release Notes" href="/release/release-notes.html"/>
           <item name="License" href="/license.html"/>
        </menu>
 
        <menu name="Documentation">
-           <item name="About" href="/index.html"/>
                <item name="Features" href="/release/features.html"/>
                <item name="Supported Frameworks" 
href="/release/framework-support.html"/>
                <item name="Example Apps" href="/release/example-apps.html"/>
@@ -65,6 +65,8 @@
                <item name="Continuous Integration" href="/integration.html"/>
        </menu>
        
+        <menu ref="reports"/>
+
        <menu name="Apache">
                <item name="Home" href="http://www.apache.org"/>        
                <item name="Sponsorship" 
href="http://www.apache.org/foundation/sponsorship.html"/>

Modified: logging/log4net/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/index.xml?rev=1166167&r1=1166166&r2=1166167&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/index.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/index.xml Wed Sep  7 13:26:16 2011
@@ -25,111 +25,23 @@ limitations under the License.
     <meta name="keywords" content=".net, C#, VB.NET, logging, tracing, 
component, framework, API, log4net" />
 
     <body>
-        <section id="main" name="About Apache log4net">
+        <section id="main" name="What is Apache log4net&#x2122;">
 
-            <section id="intro" name="Introduction">
                 <p>
-                    log4net is a tool to help the programmer output log 
statements to a variety 
+                    The Apache log4net&#x2122; library is a tool to help the 
programmer output log statements to a variety 
                     of output targets. log4net is a port of the excellent 
log4j framework to the 
                     .NET runtime. We have kept the framework similar in spirit 
to the original log4j 
                     while taking advantage of new features in the .NET runtime.
                     For more information on log4net see the <a 
href="release/features.html">features</a> document.
                 </p>
+        </section>
 
+        <section id="project" name="The Apache log4net project">
                 <p>
-                    log4net is part of the <a 
href="http://logging.apache.org";>Apache Logging Services</a> 
-                    project. The Logging Services project is intended to 
provide cross-language logging 
+                    log4net is part of the <a 
href="http://logging.apache.org/";>Apache Logging Services</a> 
+                    project at the <a href="http://www.apache.org/";>Apache 
Software Foundation</a>. The Logging Services project is intended to provide 
cross-language logging 
                     services for purposes of application debugging and 
auditing.
                 </p>
-            </section>
-                
-            <section id="contributors" name="Contributors">
-    
-                <section id="active" name="Active Committers">
-
-                    <ul>
-                        <li>
-                            <p>
-                                <strong>Curt Arnold</strong>
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Nicko Cadell</strong>
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Niall Daley</strong>
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Gert Driesen</strong>
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Ron Grabowski</strong>
-                            </p>
-                        </li>
-                    </ul>
-                    
-                </section>
-            
-                <section id="community" name="Community Contributors">
-
-                    <ul>
-                        <li>
-                            <p>
-                                <strong>Julian Biddle</strong><!-- 
[email protected] -->
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Daniel Cazzulino</strong><!-- 
[email protected] -->
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Aspi Havewala</strong><!-- 
[email protected] -->
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Rick Hobbs</strong><!--  -->
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Lance Nehring</strong><!-- 
[email protected] -->
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Angelika Schnagl</strong><!-- 
[email protected] -->
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Edward Smit</strong><!-- 
[email protected] -->
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Douglas de la Torre</strong><!-- 
[email protected] -->
-                            </p>
-                        </li>
-                        <li>
-                            <p>
-                                <strong>Thomas Voss</strong><!-- 
[email protected] -->
-                            </p>
-                        </li>
-                    </ul>
-                </section>
-                
-            </section>
-            
         </section>
     </body>
 


Reply via email to