You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ca...@apache.org on 2007/05/04 05:56:56 UTC

svn commit: r535076 - in /logging/site/trunk: ./ src/site/ src/site/resources/images/ src/site/xdoc/

Author: carnold
Date: Thu May  3 20:56:55 2007
New Revision: 535076

URL: http://svn.apache.org/viewvc?view=rev&rev=535076
Log:
Mavenized Logging Services Content

Added:
    logging/site/trunk/pom.xml
      - copied, changed from r534995, logging/sandbox/log4j/component/pom.xml
    logging/site/trunk/src/site/
      - copied from r534995, logging/sandbox/log4j/component/src/site/
    logging/site/trunk/src/site/xdoc/
    logging/site/trunk/src/site/xdoc/catalog.xml
      - copied, changed from r535064, logging/log4j/trunk/src/xdocs/download.xml
    logging/site/trunk/src/site/xdoc/charter.xml
    logging/site/trunk/src/site/xdoc/guidelines.xml
      - copied, changed from r534993, logging/site/trunk/src/xdocs/site/bylaws.xml
    logging/site/trunk/src/site/xdoc/index.xml
      - copied, changed from r535031, maven/site/trunk/src/site/xdoc/index.xml
    logging/site/trunk/src/site/xdoc/news.xml
      - copied, changed from r534993, logging/site/trunk/src/xdocs/site/news.xml
Removed:
    logging/site/trunk/src/site/resources/images/logo.jpg
Modified:
    logging/site/trunk/   (props changed)
    logging/site/trunk/src/site/site.xml

Propchange: logging/site/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu May  3 20:56:55 2007
@@ -1 +1 @@
-velocity.log
+target

Copied: logging/site/trunk/pom.xml (from r534995, logging/sandbox/log4j/component/pom.xml)
URL: http://svn.apache.org/viewvc/logging/site/trunk/pom.xml?view=diff&rev=535076&p1=logging/sandbox/log4j/component/pom.xml&r1=534995&p2=logging/site/trunk/pom.xml&r2=535076
==============================================================================
--- logging/sandbox/log4j/component/pom.xml (original)
+++ logging/site/trunk/pom.xml Thu May  3 20:56:55 2007
@@ -19,53 +19,192 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>log4j</groupId>
-  <artifactId>apache-log4j-component</artifactId>
-  <packaging>jar</packaging>
+  <artifactId>apache-log4j-site</artifactId>
+  <packaging>pom</packaging>
   <version>0.1-SNAPSHOT</version>
-  <name>Apache Component Companion for log4j 1.2.</name>
-  <description>This companion emulates the log4j 1.3 Component Framework to
-  simplify the back-porting of code that made use of its services.  It does
-  not provide any immediately useful functionality to log4j by itself,
-  but is used by Receivers and Chainsaw.</description>
-  <url>http://logging.apache.org/log4j/companions/component</url>
-  <issueManagement>
-    <system>Bugzilla</system>
-    <url>http://issues.apache.org/bugzilla/</url>
-  </issueManagement>
-  <ciManagement>
-  		<system>Gump</system>
-  		 <url>http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/index.html</url>
-  </ciManagement>
+  <name>Apache Logging Services</name>
+  <description>The Logging Services project is intended to provide
+  cross-language logging services for purposes of application
+  debugging and auditing.</description>
+  <url>http://logging.apache.org</url>
 <mailingLists>
 	<mailingList>
-		<name>log4j-user</name>
+		<name>log4j-user : log4j and Chainsaw usage</name>
 		<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
 		<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
 		<post>log4j-user@logging.apache.org</post>
 		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
 		<otherArchives>
-			<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
+			<otherArchive>http://marc.info/?l=log4j-user</otherArchive>
 		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
 		</otherArchives>
 	</mailingList>
 	<mailingList>
-		<name>log4j-dev</name>
+		<name>log4j-dev : log4j and Chainsaw development</name>
 		<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
 		<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
 		<post>log4j-dev@logging.apache.org</post>
 		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
 		<otherArchives>
-		    <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
+		    <otherArchive>http://marc.info/?l=log4j-dev</otherArchive>
 		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
 		</otherArchives>
 	</mailingList>
+	<mailingList>
+		<name>log4cxx-user : log4cxx usage</name>
+		<subscribe>log4cxx-user-subscribe@logging.apache.org</subscribe>
+		<unsubscribe>log4cxx-user-unsubscribe@logging.apache.org</unsubscribe>
+		<post>log4cxx-user@logging.apache.org</post>
+		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-user/</archive>
+		<otherArchives>
+			<otherArchive>http://marc.info/?l=log4cxx-user</otherArchive>
+		    <otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.user</otherArchive>
+		</otherArchives>
+	</mailingList>
+	<mailingList>
+		<name>log4cxx-dev : log4cxx development</name>
+		<subscribe>log4cxx-dev-subscribe@logging.apache.org</subscribe>
+		<unsubscribe>log4cxx-dev-unsubscribe@logging.apache.org</unsubscribe>
+		<post>log4cxx-dev@logging.apache.org</post>
+		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4cxx-dev/</archive>
+		<otherArchives>
+		    <otherArchive>http://marc.info/?l=log4cxx-dev</otherArchive>
+		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
+		</otherArchives>
+	</mailingList>
+	<mailingList>
+		<name>log4net-user : log4net usage</name>
+		<subscribe>log4net-user-subscribe@logging.apache.org</subscribe>
+		<unsubscribe>log4net-user-unsubscribe@logging.apache.org</unsubscribe>
+		<post>log4net-user@logging.apache.org</post>
+		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-user/</archive>
+		<otherArchives>
+			<otherArchive>http://marc.info/?l=log4net-user</otherArchive>
+		    <otherArchive>http://dir.gmane.org/gmane.comp.log.log4net.user</otherArchive>
+		</otherArchives>
+	</mailingList>
+	<mailingList>
+		<name>log4net-dev : log4net development</name>
+		<subscribe>log4net-dev-subscribe@logging.apache.org</subscribe>
+		<unsubscribe>log4net-dev-unsubscribe@logging.apache.org</unsubscribe>
+		<post>log4net-dev@logging.apache.org</post>
+		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4net-dev/</archive>
+		<otherArchives>
+		    <otherArchive>http://marc.info/?l=log4net-dev</otherArchive>
+		    <!-- otherArchive>http://dir.gmane.org/gmane.comp.apache.logging.log4net.devel</otherArchive -->
+		</otherArchives>
+	</mailingList>
+	<mailingList>
+		<name>general@logging : all other topics</name>
+		<subscribe>general-subscribe@logging.apache.org</subscribe>
+		<unsubscribe>general-unsubscribe@logging.apache.org</unsubscribe>
+		<post>general@logging.apache.org</post>
+		<archive>http://mail-archives.apache.org/mod_mbox/logging-general/</archive>
+		<otherArchives>
+			<otherArchive>http://marc.info/?l=apache-logging-general</otherArchive>
+		    <otherArchive>http://dir.gmane.org/gmane.comp.apache.logging</otherArchive>
+		</otherArchives>
+	</mailingList>
 </mailingLists>
 <developers>
     <developer>
     	<id>carnold</id>
     	<name>Curt Arnold</name>
     	<email>carnold@apache.org</email>
-    	<timezone>-6</timezone>
+		<url>http://people.apache.org/list_A.html#carnold</url>
+		<organization>ASF</organization>
+		<organizationUrl>http://www.apache.org</organizationUrl>
+		<roles>
+			<role>PMC Chair</role>
+			<role>log4j</role>
+			<role>log4cxx</role>
+		</roles>
+    </developer>
+    <developer>
+    	<id>nicko</id>
+    	<name>Nicko Cadell</name>
+    	<email>nicko@apache.org</email>
+		<url>http://people.apache.org/list_C.html#nicko</url>
+		<organization>ASF</organization>
+		<organizationUrl>http://www.apache.org</organizationUrl>
+		<roles>
+			<role>PMC Member</role>
+			<role>log4net</role>
+		</roles>
+    </developer>
+    <developer>
+    	<id>sdeboy</id>
+    	<name>Scott Deboy</name>
+    	<email>sdeboy@apache.org</email>
+		<url>http://people.apache.org/list_D.html#sdeboy</url>
+		<organization>ASF</organization>
+		<organizationUrl>http://www.apache.org</organizationUrl>
+		<roles>
+			<role>PMC Member</role>
+			<role>log4j</role>
+			<role>chainsaw</role>
+		</roles>
+    </developer>
+    <developer>
+    	<id>rgrabowski</id>
+    	<name>Ron Grabowski</name>
+    	<email>rgrabowski@apache.org</email>
+		<url>http://people.apache.org/list_G.html#rgrabowski</url>
+		<organization>ASF</organization>
+		<organizationUrl>http://www.apache.org</organizationUrl>
+		<roles>
+			<role>PMC Member</role>
+			<role>log4net</role>
+		</roles>
+    </developer>
+    <developer>
+    	<id>ceki</id>
+    	<name>Ceki G&#xfc;lc&#xfc;</name>
+    	<email>ceki@apache.org</email>
+		<url>http://people.apache.org/list_G.html#ceki</url>
+		<organization>ASF</organization>
+		<organizationUrl>http://www.apache.org</organizationUrl>
+		<roles>
+			<role>PMC Member</role>
+			<role>log4j</role>
+		</roles>
+    </developer>
+    <developer>
+    	<id>hoju</id>
+    	<name>Jacob Kjome</name>
+    	<email>hoju@apache.org</email>
+		<url>http://people.apache.org/list_K.html#hoju</url>
+		<organization>ASF</organization>
+		<organizationUrl>http://www.apache.org</organizationUrl>
+		<roles>
+			<role>PMC Member</role>
+			<role>log4j</role>
+		</roles>
+    </developer>
+    <developer>
+    	<id>psmith</id>
+    	<name>Paul Smith</name>
+    	<email>psmith@apache.org</email>
+		<url>http://people.apache.org/list_S.html#psmith</url>
+		<organization>ASF</organization>
+		<organizationUrl>http://www.apache.org</organizationUrl>
+		<roles>
+			<role>PMC Member</role>
+			<role>log4j</role>
+			<role>chainsaw</role>
+		</roles>
+    </developer>
+    <developer>
+    	<id>mwomack</id>
+    	<name>Mark Womack</name>
+    	<email>mwomack@apache.org</email>
+		<url>http://people.apache.org/list_W.html#mwomack</url>
+		<organization>ASF</organization>
+		<organizationUrl>http://www.apache.org</organizationUrl>
+		<roles>
+			<role>PMC Member</role>
+			<role>log4j</role>
+		</roles>
     </developer>
  </developers>
 <licenses>
@@ -75,114 +214,34 @@
 		<distribution>repo</distribution>
 	</license>
 </licenses>
-<scm>
-	<connection>scm:svn:http://svn.apache.org/repos/asf/logging/sandbox/log4j/component</connection>
-	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/sandbox/log4j/component</developerConnection>
-	<url>http://svn.apache.org/viewcvs.cgi/logging/sandbox/log4j/component</url>
-</scm>
 <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org</url>
 </organization>
-<build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <workingDirectory>target</workingDirectory>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-            <source>1.3</source>
-            <target>1.3</target>
-        </configuration>
-      </plugin>
-	<!-- clean stray cobertura.ser -->
-  <plugin> 
-   <groupId>org.codehaus.mojo</groupId> 
-   <artifactId>cobertura-maven-plugin</artifactId> 
-   <executions> 
-    <execution> 
-     <id>clean</id> 
-     <goals> 
-      <goal>clean</goal> 
-     </goals> 
-    </execution> 
-   </executions> 
-  </plugin> 
-    </plugins>
-</build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
-    </dependency>    
-  </dependencies>
+  <build>
+  </build>
   <reporting>
+    <excludeDefaults>true</excludeDefaults>
     <plugins>
       <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-pmd-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-      </plugin>
-      <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-	<plugin> 
- 		<groupId>org.codehaus.mojo</groupId> 
- 		<artifactId>cobertura-maven-plugin</artifactId>
-		<!-- version 2.1 was flawed and reports 100% coverage  -->
-		<version>2.0</version>
-	</plugin> 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changes-plugin</artifactId>
-      	<reportSets>
+        <reportSets>
           <reportSet>
             <reports>
-              <report>changes-report</report>
+              <report>license</report>
+              <report>project-team</report>
+              <report>mailing-list</report>
             </reports>
           </reportSet>
         </reportSets>
-        <configuration>
-        	<issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
-        </configuration>
-      </plugin>      
+      </plugin>
     </plugins>
   </reporting>
  <distributionManagement>
     <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/home/carnold/public_html/log4j/companions/component</url>
+      <id>logging.site</id>
+      <url>http://people.apache.org/www/logging.apache.org/</url>
     </site>
   </distributionManagement> 
   

Modified: logging/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/logging/site/trunk/src/site/site.xml?view=diff&rev=535076&r1=534995&r2=535076
==============================================================================
--- logging/site/trunk/src/site/site.xml (original)
+++ logging/site/trunk/src/site/site.xml Thu May  3 20:56:55 2007
@@ -15,22 +15,43 @@
  limitations under the License.
 
 -->
-<project name="Component">
+<project name="Apache Logging Services Project">
   <bannerLeft>
-    <name>Logging Services</name>
+    <name>Apache Logging Services Project</name>
     <src>images/ls-logo.jpg</src>
     <href>http://logging.apache.org/</href>
   </bannerLeft>
-  <bannerRight>
-    <src>images/logo.jpg</src>
-  </bannerRight>
   <body>
-    <links>
-      <item name="Apache" href="http://www.apache.org/" />
+    <breadcrumbs>
+      <item name="Apache" href="http://www.apache.org/"/>
       <item name="Logging Services" href="http://logging.apache.org/"/>
-      <item name="Log4j" href="http://logging.apache.org/log4j/"/>
-      <item name="Log4j Companions" href="http://logging.apache.org/log4j/companions"/>
-    </links>
-    <menu ref="reports"/>
+    </breadcrumbs>
+  
+	<menu name="Logging Services">
+	   <item name="Welcome" href="/index.html"/>
+	   <item name="News" href="/news.html"/>
+	   <item name="Charter" href="/charter.html"/>
+	   <item name="Guidelines" href="/guidelines.html"/>
+	   <item name="PMC" href="/team-list.html"/>
+	   <item name="Mailing List" href="/mail-lists.html"/>
+	   <item name="License" href="/license.html"/>
+	</menu>
+
+	<menu name="Products">
+	   <item name="chainsaw" href="/chainsaw"/>
+	   <item name="log4cxx" href="/log4cxx"/>
+	   <item name="log4j" collapse="false">
+			<item name="1.2" href="/log4j"/>
+			<item name="1.3" href="/log4j/1.3"/>
+			<item name="2.0" href="/log4j/2.0"/>
+			<item name="companions" href="/log4j/companions"/>
+		</item>
+	   <item name="log4net" href="/log4net"/>
+	</menu>
+	
+	<menu name="Resources">
+		<item name="Sandbox" href="/sandbox"/>
+		<item name="Catalog" href="/catalog.html"/>
+	</menu>
   </body>
 </project>

Copied: logging/site/trunk/src/site/xdoc/catalog.xml (from r535064, logging/log4j/trunk/src/xdocs/download.xml)
URL: http://svn.apache.org/viewvc/logging/site/trunk/src/site/xdoc/catalog.xml?view=diff&rev=535076&p1=logging/log4j/trunk/src/xdocs/download.xml&r1=535064&p2=logging/site/trunk/src/site/xdoc/catalog.xml&r2=535076
==============================================================================
--- logging/log4j/trunk/src/xdocs/download.xml (original)
+++ logging/site/trunk/src/site/xdoc/catalog.xml Thu May  3 20:56:55 2007
@@ -2,81 +2,16 @@
 <document>
 
   <properties>
-    <author email="not@disclosed">Ceki Gülcü</author>
-    <title>Download</title>
+    <author email="not@disclosed">Ceki G&#xfc;lc&#xfc;</author>
+    <title>Catalog</title>
   </properties>
 
-    <meta name="keywords" content="java, log4j download, logging, tracing, component, framework, API, log4j"/>
       <body>
-	
-      <section name="log4j version 1.2.14">
-	  <p>Log4j is <a
-	      href="http://logging.apache.org/site/binindex.cgi"><b>available
-	      for download</b></a> from a number of mirrors. Please
-	      use these mirrors as they improve download time and save
-	      bandwidth.
-	  </p>
-	  
-	  <p>Changes in log4j 1.2.14:
-    <ul>
- <li>AsyncAppender was rewritten to eliminate reported deadlocks (bugs <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=26224">26224</a>, <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=28006">28006</a>, <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37904">37904</a>, <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38137">38137</a>), 
-   and to add an option to not block if the event queue becomes full (bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38982">38982</a>).</li>
-   
-  <li>SyslogAppender can now accept a port specification (bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=39687">39687</a>) in its syslogHost attribute.</li>
- 
-  <li>SMPTAppender can now accept cc and bcc addresses (bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=19125">19125</a>) and perform password authentication (bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=24969">24969</a>).</li>
- 
-  <li>The following bugs were fixed:
-      <ul>
-       <li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40159">40159</a>: NullPointerException in org.apache.log4j.NDC.get.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36787">36787</a>: org.apache.log4j.lf5.util.DateFormatManager.setTimeZone assignment error.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38559">38559</a>: Monthly logs not generated at midnight with DailyRollingFileAppender.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40145">40145</a>: PatternLayout specifier %r is not consistent with documentation.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37119">37119</a>: Space after log level causes default level to be used.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=39135">39135</a>: Bad patterns in ISO8601DateFormat and DateTimeDateFormat.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35743">35743</a>: SyslogAppender throws NullPointerException upon misconfiguration.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=15501">15501</a>: FallbackErrorHandler throws NullPointerException if no loggers are set.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38564">38564</a>: Bad documentation for WriterAppender.encoding.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37866">37866</a>: NTEventLogAppender not build, tested and placed in distribution.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38662">38662</a>: SMTPAppender does not output newlines between stack trace lines.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=30294">30294</a>: SMTPAppender will not run within sandbox.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=16922">16922</a>: MDC with SMTPAppender doesn't work.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=31507">31507</a>: Misspelling in HierarchyDynamicMBean.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35123">35123</a>: Additivity not exported by PropertyPrinter.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=31003">31003</a>: RollingFileAppender, if removed, can cause NullPointerExceptions.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=23021">23021</a>: AsyncAppender blocks on thread death.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40412">40412</a>: NOTICE file added to distribution and jar.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40378">40378</a>: Chainsaw of log4j 1.2 does not show TRACE level.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40501">40501</a>: TRACE level missing in short introduction to log4j.
-       </li><li><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37960">37960</a>: Update site generation to velocity 1.4 and remove dependency on logging/site project.
-       </li></ul>
-   </li>
-    </ul>
-    </p>
-
-    <p>The next major release of log4j will be version 1.3.  It will contain
-    many new features and changes, and if you have written custom code, it may
-    need to be modified to work with it.  Please see the document entitled <a
-    href="http://www.qos.ch/logging/preparingFor13.jsp">preparing
-    for log4j 1.3</a> for a more detailed discussion.
-    </p>
-          
-          
-
-	  <subsection name='Earlier Releases'>
-	    <p>We also maintain <a
-	      href="earlier.html">earlier
-	      versions of log4j</a> for download, intended for the
-	      curious paleontologist -- there seems to be quite a few
-	      of them!
-	    </p>
-	  </subsection>
-
-	</section>
-
-
-    <section name="Third-party extensions (listed in alphabetical order)">
+	<p>The following logging related projects and products are developed by other parties and are provided
+	  as a public service.  No endorsement of these projects and products should be implied.</p>
 
+    <section name="log4j related products">
+	
       <dl>
 
 	<!-- ============================================================================== -->
@@ -231,26 +166,8 @@
 
       </dl>
     </section>
-    
-    <section name="Ports to other languages (listed in alphabetical order within each section)">
-
-     <subsection name="Fellow Apache Logging Services Projects">
-
-      <dl>	
-	<!-- =========================================================================== -->
-
-	<dt><a
-	href="http://logging.apache.org/log4cxx/"><b>log4cxx</b></a></dt>
-	<dd>Log4cxx is a port to C++ of the log4j project.</dd>
-
-	<!-- =========================================================================== -->	
-	<dt><a
-	href="http://logging.apache.org/log4net/"><b>log4net</b></a></dt>
-
-	<dd>The .NET implementation of the popular log4j Java API
-	providing flexible and arbitrarily granular control over log
-	management and configuration.</dd>
-
+	<section name="Other Logging Frameworks">
+	<dl>
 	<!-- =========================================================================== --> 
         <dt><a href="http://logging.apache.org/log4php/"><b>log4php</b></a></dt> 
 
@@ -258,11 +175,6 @@
         logging to files, stdout/err, syslog, socket, configurable
         output layouts and logging levels. </dd>
 
-     </dl>
-    </subsection>
-
-    <subsection name="Other Ports">
-     <dl>
 	<!-- =========================================================================== -->
 	<dt><a
 	href="http://log4c.sourceforge.net"><b>log4c</b></a></dt>
@@ -365,11 +277,9 @@
 	
 	<!-- =========================================================================== -->
       </dl>
-
-     </subsection>
       
       <p>If you would like your software to be listed here, then send a note to the <a
-	  href="mailto:log4j-user@logging.apache.org">log4j-user@logging.apache.org</a>
+	  href="mailto:general@logging.apache.org">general@logging.apache.org</a>
 	list.</p>
       
     </section>

Added: logging/site/trunk/src/site/xdoc/charter.xml
URL: http://svn.apache.org/viewvc/logging/site/trunk/src/site/xdoc/charter.xml?view=auto&rev=535076
==============================================================================
--- logging/site/trunk/src/site/xdoc/charter.xml (added)
+++ logging/site/trunk/src/site/xdoc/charter.xml Thu May  3 20:56:55 2007
@@ -0,0 +1,72 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <title>Charter of the Logging Services PMC</title>
+    <author email="carnold@apache.org">Curt Arnold</author>
+  </properties>
+  <body>
+				<section name="Charter of the Logging Services PMC">
+   <p>WHEREAS, the Board of Directors deems it to be in the best
+   interests of the Foundation and consistent with the Foundation's
+   purpose to establish a Project Management Committee charged with
+   the creation and maintenance of open-source software related to the
+   logging of application behavior, for distribution at no charge to
+   the public.</p>
+
+   <p>NOW, THEREFORE, BE IT RESOLVED, that a Project Management Committee
+   (PMC), to be known as the "Apache Logging Services PMC", be and
+   hereby is established pursuant to Bylaws of the Foundation; and be
+   it further</p>
+
+   <p>RESOLVED, that the Apache Logging Services PMC be and hereby is
+   responsible for the creation and maintenance of software for
+   managing the logging of application behavior, and for related
+   software components, based on software licensed to the Foundation;
+   and be it further</p>
+
+   <p>RESOLVED, that the office of "Vice President, Apache Logging
+   Services" be and hereby is created, the person holding such office
+   to serve at the direction of the Board of Directors as the chair of
+   the Apache Logging Services PMC, and to have primary responsibility
+   for management of the projects within the scope of responsibility
+   of the Apache Logging Services PMC; and be it further</p>
+
+   <p>RESOLVED, that the persons listed immediately below be and hereby
+   are appointed to serve as the initial members of the Apache Logging
+   Services PMC:
+
+   <ul>
+      <li>Scott Deboy</li>
+      <li>Ceki G&#xfc;lc&#xfc;</li>
+      <li>Jacob Kjome</li> 
+      <li>Yoav Shapira</li> 
+      <li>Paul Smith</li> 
+      <li>Mark Womack</li>
+   </ul>
+   </p>
+
+   <p>NOW, THEREFORE, BE IT FURTHER RESOLVED, that Mr. Ceki
+   G&#xfc;lc&#xfc; be and hereby is appointed to the office of Vice
+   President, Apache Logging Services, to serve in accordance with and
+   subject to the direction of the Board of Directors and the Bylaws
+   of the Foundation until death, resignation, retirement, removal or
+   disqualification, or until a successor is appointed; and be it
+   further</p><br/><br/>
+
+   <p>RESOLVED, that the initial Apache Logging Services PMC be and
+   hereby is tasked with the creation of a set of bylaws intended to
+   encourage open development and increased participation in the
+   Apache Logging Services Project; and be it further</p><br/><br/>
+
+   <p>RESOLVED, that the initial Logging Services PMC be and hereby is
+   tasked with the migration and rationalization of the log4j Apache
+   Jakarta subproject; and be it further</p><br/><br/>
+
+   <p>RESOLVED, that the initial Logging Services PMC be and hereby is
+   tasked with the migration and integration of the sister projects,
+   namely but not exclusively, Log4Perl, Log4Net, Log4Cxx (c++),
+   Log4CPlus, Log4PHP and Log4plsql, subject to the will and approval
+   of the respective project owners and communities.</p>
+</section>
+</body>
+</document>
\ No newline at end of file

Copied: logging/site/trunk/src/site/xdoc/guidelines.xml (from r534993, logging/site/trunk/src/xdocs/site/bylaws.xml)
URL: http://svn.apache.org/viewvc/logging/site/trunk/src/site/xdoc/guidelines.xml?view=diff&rev=535076&p1=logging/site/trunk/src/xdocs/site/bylaws.xml&r1=534993&p2=logging/site/trunk/src/site/xdoc/guidelines.xml&r2=535076
==============================================================================
--- logging/site/trunk/src/xdocs/site/bylaws.xml (original)
+++ logging/site/trunk/src/site/xdoc/guidelines.xml Thu May  3 20:56:55 2007
@@ -8,13 +8,13 @@
 
     <author email="not@disclosed">Ceki Gulcu</author>
 
-    <title>Bylaws of the Logging Services Project</title>
+    <title>Guidelines of the Logging Services Project</title>
 
   </properties>
 
 
 
-  <meta name="keywords" content="bylaws, logging services"/>
+  <meta name="keywords" content="guidelines, logging services"/>
 
 
 
@@ -22,11 +22,11 @@
 
 <body>
 
-    <h1>Bylaws</h1>
+    <h1>Guidelines</h1>
 
 
 
-    <p>This document defines the bylaws under which the Apache Logging
+    <p>This document defines the guidelines under which the Apache Logging
 
    Services project operates. It defines the roles and
 

Copied: logging/site/trunk/src/site/xdoc/index.xml (from r535031, maven/site/trunk/src/site/xdoc/index.xml)
URL: http://svn.apache.org/viewvc/logging/site/trunk/src/site/xdoc/index.xml?view=diff&rev=535076&p1=maven/site/trunk/src/site/xdoc/index.xml&r1=535031&p2=logging/site/trunk/src/site/xdoc/index.xml&r2=535076
==============================================================================
--- maven/site/trunk/src/site/xdoc/index.xml (original)
+++ logging/site/trunk/src/site/xdoc/index.xml Thu May  3 20:56:55 2007
@@ -1,209 +1,23 @@
 <?xml version="1.0"?>
 <document>
   <properties>
-    <title>Welcome to Maven</title>
-    <author email="brett@apache.org">Brett Porter</author>
+    <title>Welcome to Apache Logging Services</title>
+    <author email="carnold@apache.org">Curt Arnold</author>
   </properties>
   <body>
-    <!-- TODO: news? -->
-    <div id="downloadbox">
-      <h5>Get Maven ${currentVersion}</h5>
-      <span style="display: block; text-align: right; font-size: smaller">Released: 31 March 2007</span>
-      <p>
-        <a href="download.html">
-          <img valign="top" src="images/folder-open.gif" border="0" alt="" title="download"/>
-          Maven ${currentVersion}
-        </a>
-        <small>(1.1Mb)</small>
-        <span style="font-size: smaller">
-          <br/>
-          <a href="download.html#requirements">System Requirements</a>,
-          <a href="download.html#installation">Installation Instructions</a>,
-          <a href="release-notes.html">Release Notes</a>
-        </span>
-      </p>
-      <p>
-        <a href="download.html">
-          <img valign="top" src="images/folder-open.gif" border="0" alt="" title="download"/>
-          Maven Tasks for Ant 2.0.4
-        </a>
-        <small>(870k)</small>
-        <span style="font-size: smaller">
-          <br/>
-          <a href="ant-tasks.html">Documentation</a>
-        </span>
-      </p>
-      <!-- TODO: what about downloads for Continuum, etc.? Would be good to have one big download page -->
-
-      <h5>Other Maven Projects</h5>
-      <p>
-        <a href="continuum">
-          <img src="images/continuum.png" border="0" width="76" height="32" style="float: left; margin-right: 1em;"/>
-        Continuum
-        </a>
-        continuous integration server
-      </p>
-      <!--
-      
-      You can't be promoting Archiva when it's never been released, it's completely alpha and this is misleading.
-      When it's released I think it can rightfully be put here.
-      
-      <p>
-        <a href="archiva">
-          <img src="images/archiva.png" border="0" width="76" height="32" style="float: left; margin-right: 1em;"/>
-        Archiva
-        </a>
-        repository and artifact management server 
-      </p>
-      -->
-      <p>
-        <a href="maven-1.x">
-          <img src="images/maven-1.x.png" border="0" width="76" height="32" style="float: left; margin-right: 1em;"/>
-        Maven 1.x
-        </a>
-        All stories start at the beginning...
-      </p>
-
-      <h5>Maven @ ApacheCon</h5>
-      <ul>
-        <li>
-          <span style="font-size: smaller">
-            <a href="http://www.eu.apachecon.com/program/talk/86">Getting to Know Maven: A Gentle Introduction - Jason van Zyl</a>
-          </span>
-        </li>
-        <li>
-          <span style="font-size: smaller">
-            <a href="http://www.eu.apachecon.com/program/talk/113">A Development Ecosystem with Apache Maven, Continuum and Archiva - Brett Porter</a>
-          </span>
-        </li>
-      </ul>
-
-      <!-- TODO: we should use the SSI instead, but two things prevent it: a) the SSI's aren't working on apache.org yet so I can't test it; b) SSI's get eliminated from xdoc. For some reason even inside CDATA they are escaped. -->
-      <iframe src="http://www.apache.org/ads/bannerbar.html"
+				<section name="Welcome to Apache Logging Services">
+	  <p>The Apache Logging Services Project creates and maintains open-source software related
+	  to the logging of application behavior and released at no charge
+	  to the public.</p>
+	  
+	  <p>The products of the Apache Logging Services Project included three logging frameworks: <a href="/log4j">log4j</a>
+	  for Java, <a href="/log4cxx">log4cxx</a> for C++ and <a href="/log4net">log4net</a> for the Microsoft .NET framework
+	  and a log viewer and analysis tool: <a href="/chainsaw">Chainsaw</a>.</p> 
+				</section>
+			<div id="apachecon">
+				<iframe src="http://www.apache.org/ads/buttonbar.html"
 style="margin-left: -10px; padding: 0" frameborder="0" scrolling="no"
 width="244" height="136"></iframe>
-    </div>
-    <section name="Welcome to Maven">
-
-      <!-- TODO: I reckon it's time for a new description -->
-      <p>
-        Maven is a software project management and comprehension tool. Based on the concept of a project object model
-        (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
-      </p>
-      <p>
-        If you think that Maven could help your project, you can find out more information about in the "About Maven"
-        section of the navigation. This includes an in-depth description of <a href="what-is-maven.html">what Maven is</a>,
-        a <a href="maven-features.html">list of some of its main features</a>, and a set of <a href="general.html">frequently
-        asked questions about what Maven is</a>.
-      </p>
-      <h3>Learning about Maven</h3>
-      <p>
-        <!-- TODO: this could be the big button type thing instead of a list of links -->
-        This site is separated into the following sections, depending on how you'd like to use Maven:
-      </p>
-      <!-- TODO: use CSS -->
-      <ul>
-        <li>
-          <span style="white-space:nowrap; font-weight: bold; font-size: 1.25em">
-            <a href="run-maven/index.html">Run Maven</a>
-          </span>
-          <span style="display: block; margin-bottom: 0.5em">
-            Information for those needing to build a project that uses Maven
-          </span>
-        </li>
-        <li>
-          <span style="white-space:nowrap; font-weight: bold; font-size: 1.25em">
-            <a href="users/index.html">Use Maven</a>
-          </span>
-          <span style="display: block; margin-bottom: 0.5em">
-            Information for those wanting to use Maven to build their project, including a "10 minute test" that gives a
-            practical overview of Maven's main features in just 10 minutes
-          </span>
-        </li>
-        <li>
-          <span style="white-space:nowrap; font-weight: bold; font-size: 1.25em">
-            <a href="plugin-developers/index.html">Write Maven Plugins</a>
-          </span>
-          <span style="display: block; margin-bottom: 0.5em">
-            Information for those who may or may not be using Maven, but want to provide a plugin for shared
-            functionality or to accompany their own product or toolset
-          </span>
-        </li>
-        <li>
-          <span style="white-space:nowrap; font-weight: bold; font-size: 1.25em">
-            <a href="repository/index.html">Improve the Maven Repository</a>
-          </span>
-          <span style="display: block; margin-bottom: 0.5em">
-            Information for those who may or may not use, but are interested in getting project metadata into the
-            repository
-          </span>
-        </li>
-        <li>
-          <span style="white-space:nowrap; font-weight: bold; font-size: 1.25em">
-            <a href="developers/index.html">Develop Maven</a>
-          </span>
-          <span style="display: block; margin-bottom: 0.5em">
-            Information for those who are currently developers, or interested in becoming developers of the Maven
-            project itself
-          </span>
-        </li>
-      </ul>
-      <p>
-        Each guide is divided into a number of trails to get you started on a particular topic, and includes a
-        reference area and a "cookbook" of common examples.
-      </p>
-      <p>
-        You can access the guides at any time from the left navigation.
-      </p>
-      <h3>Documentation Index</h3>
-      <p>
-        If you are looking for a quick reference, you can use the <a href="guides/index.html">documentation index.</a>
-<!-- TODO
-        If you are looking for a quick reference, you can use the documentation index. It is available in both
-        <a href="todo.html">alphabetical</a> and <a href="todo.html">categorical</a> listing formats.
--->
-      </p>
-      <h3>Plugins</h3>
-<!-- TODO
-      <p>
-        Maven functionality is provided by plugins. For an explanation of how plugins work, and basic information on how
-        to use a plugin, see the <a href="todo.html">introduction to plugins</a> in the Users Centre.
-      </p>
--->
-      <p>
-        For detailed information on just some of the plugins available for Maven, see the
-        <a href="plugins/index.html">plugin list</a>.
-      </p>
-<!-- TODO: Should these be here, or just in the user centre?
-      <h3>Converting from a different Build System</h3>
-      <p>
-        If you are currently using a different build system, there are options for converting from that to Maven 2
-        either partially or completely. These guides also give an overview of the differences between Maven and the
-        other build system. The following guides are available in the Users Centre:
-      </p>
-      <ul>
-        <li><a href="todo.html">Converting from Ant to Maven 2</a></li>
-        <li><a href="todo.html">Converting from Maven 1.x to Maven 2</a></li>
-        <li><a href="todo.html">Adding Maven 2 to an IDE based build</a></li>
-      </ul>
--->
-      <h3>How to Get Support</h3>
-      <p>
-        Support for Maven is available in a variety of different forms.
-      </p>
-      <p>
-        To get started, search the documentation, the <a href="http://docs.codehaus.org/display/MAVENUSER">wiki</a>,
-        <a href="issue-tracking.html">issue tracker</a>, or the <a href="mail-lists.html">mailing list archives</a> to
-        see if the problem has been solved or reported before.
-      </p>
-      <p>
-        If the problem has not been reported before, the recommended way to get help is to
-        subscribe to the <a href="mail-lists.html">Maven Users Mailing list</a>. Many other users and Maven developers
-        will answer your questions there, and the answer will be archived for others in the future.
-      </p>
-      <p>
-        You can also reach the Maven developers on <a href="community.html">IRC</a>.
-      </p>
-    </section>
+			</div>
   </body>
 </document>

Copied: logging/site/trunk/src/site/xdoc/news.xml (from r534993, logging/site/trunk/src/xdocs/site/news.xml)
URL: http://svn.apache.org/viewvc/logging/site/trunk/src/site/xdoc/news.xml?view=diff&rev=535076&p1=logging/site/trunk/src/xdocs/site/news.xml&r1=534993&p2=logging/site/trunk/src/site/xdoc/news.xml&r2=535076
==============================================================================
--- logging/site/trunk/src/xdocs/site/news.xml (original)
+++ logging/site/trunk/src/site/xdoc/news.xml Thu May  3 20:56:55 2007
@@ -5,23 +5,30 @@
 
 
   <properties>
+    <title>News and Status</title>
+  </properties>
 
-    <author  email="not@disclosed">Ceki Gulcu</author>
 
-    <author email="yoavs at apache dot org">Yoav Shapira</author>
-    <author  email="not@disclosed">Curt Arnold</author>
 
-    <title>News and Status</title>
+<body>
 
-  </properties>
 
 
+<section name="News">
 
-<body>
 
+<hr noshade="noshade" size="1"/>
+
+<h3>17 February 2007 - log4net graduates from the incubator, log4php incubation terminated.</h3>
+
+ <p>The Incubator PMC has voted to graduate log4net.  log4net is now a 
+ subproject of the Apache Logging Services Project.  
+ The Incubator PMC voted to terminate the incubation of log4php as
+ there had been no progress towards graduation for a substantial period of time.
+ log4php code will continue to be available under the Apache Software License
+ from the Incubator Subversion repository.</p>
 
 
-<section name="News &amp; Status">
 
 <hr noshade="noshade" size="1"/>