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 2008/03/29 02:19:44 UTC

svn commit: r642470 - in /logging/site/trunk/docs/log4cxx: building/ant.html building/autotools.html building/maven.html building/vstudio.html building/xcode.html download.html faq.html index.html stylesheets/project.html

Author: carnold
Date: Fri Mar 28 18:19:42 2008
New Revision: 642470

URL: http://svn.apache.org/viewvc?rev=642470&view=rev
Log:
log4cxx 0.10.0-rc6

Modified:
    logging/site/trunk/docs/log4cxx/building/ant.html
    logging/site/trunk/docs/log4cxx/building/autotools.html
    logging/site/trunk/docs/log4cxx/building/maven.html
    logging/site/trunk/docs/log4cxx/building/vstudio.html
    logging/site/trunk/docs/log4cxx/building/xcode.html
    logging/site/trunk/docs/log4cxx/download.html
    logging/site/trunk/docs/log4cxx/faq.html
    logging/site/trunk/docs/log4cxx/index.html
    logging/site/trunk/docs/log4cxx/stylesheets/project.html

Modified: logging/site/trunk/docs/log4cxx/building/ant.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/ant.html?rev=642470&r1=642469&r2=642470&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/ant.html (original)
+++ logging/site/trunk/docs/log4cxx/building/ant.html Fri Mar 28 18:19:42 2008
@@ -27,6 +27,40 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
 --><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>log4cxx - Building Apache log4cxx with Apache Ant</title>
@@ -217,13 +251,13 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Building Apache log4cxx with Apache Ant</h2>
-<p><a href="http://ant.apache.org" class="externalLink">Apache Ant</a>
- with cpptasks from the <a href="http://ant-contrib.sourceforge.net" class="externalLink">Ant-Contrib</a>
+<p><a class="externalLink" href="http://ant.apache.org">Apache Ant</a>
+ with cpptasks from the <a class="externalLink" href="http://ant-contrib.sourceforge.net">Ant-Contrib</a>
  project can be used to build log4cxx with supported compilers and is also used to generate the IDE project files included in the releases. The Apache Maven build which is used to generate the site documentation and release packaging delegates to this build. The Ant build can build APR and APR-Util if source is available.</p>
 <div class="section"><h3>Quick start:</h3>
-<ul><li>Install <a href="http://ant.apache.org" class="externalLink">Apache Ant</a>
+<ul><li>Install <a class="externalLink" href="http://ant.apache.org">Apache Ant</a>
  1.6.5 or later.</li>
-<li>Install cpptasks 1.0b5 or later from the <a href="http://ant-contrib.sourceforge.net" class="externalLink">Ant-Contrib Project</a>
+<li>Install cpptasks 1.0b5 or later from the <a class="externalLink" href="http://ant-contrib.sourceforge.net">Ant-Contrib Project</a>
 . ant-contribs 1.0b3 or later is needed for some less frequent build targets.</li>
 <li>Install APR and APR-Util or place source in apr and apr-util directories as a sibling to the log4cxx directory.</li>
 <li>Install gzip and zip (used for compression by RollingFileAppender) and sed (used to normalize output files for comparison in unit tests).</li>
@@ -352,11 +386,11 @@
 <p>Properties may also be placed in a build.properties file in the log4cxx directory.</p>
 </div>
 <div class="section"><h3>Platform specific notes:</h3>
-<ul><li>Microsoft Windows<p><a href="http://gnuwin32.sourceforge.net" class="externalLink">GnuWin32</a>
- provides binary versions of sed, gzip and zip. Alternative, the bin directory of <a href="http://www.cygwin.com" class="externalLink">Cygwin</a>
+<ul><li>Microsoft Windows<p><a class="externalLink" href="http://gnuwin32.sourceforge.net">GnuWin32</a>
+ provides binary versions of sed, gzip and zip. Alternative, the bin directory of <a class="externalLink" href="http://www.cygwin.com">Cygwin</a>
  may be placed on the path.</p>
 <p>If -Dwith-SMTP=libesmtp is specified, the build will attempt to build libesmtp from source, unfortunately libesmtp depends on poll.h and will not build.</p>
-<p>APR 1.2.12 has a known issue that will prevent compilation with Visual Studio 6 unless a later Platform SDK is installed. See APR bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?44327" class="externalLink">44327</a>
+<p>APR 1.2.12 has a known issue that will prevent compilation with Visual Studio 6 unless a later Platform SDK is installed. See APR bug <a class="externalLink" href="http://issues.apache.org/bugzilla/show_bug.cgi?44327">44327</a>
 . APR 1.2.11 and the corresponding APR-Util 1.2.10 will compile with Visual Studio 6. </p>
 </li>
 <li>Cygwin:<p>gcc 3.x does not provide wchar_t support which needs to be explicitly disabled. The Win32 path to the APR libraries need to be provided (CYGWIN_HOME/lib) if compiling against an installed APR and APR-Util.</p>
@@ -378,7 +412,7 @@
 $ ..\..\..\target\debug\shared\trivial
 $ ..\..\..\target\debug\shared\stream </pre>
 </div>
-<p>Running &quot;ant check&quot; was observed to fail with unexpected exceptions in streamtestcase and datetimedateformattestcase. See <a href="http://issues.apache.org/jira/browse/LOGCXX-244" class="externalLink">LOGCXX-244</a>
+<p>Running &quot;ant check&quot; was observed to fail with unexpected exceptions in streamtestcase and datetimedateformattestcase. See <a class="externalLink" href="http://issues.apache.org/jira/browse/LOGCXX-244">LOGCXX-244</a>
 .</p>
 </li>
 <li>Debian:<p>Apache APR, APR-Util, Ant and log4j and zip may be installed using:</p>

Modified: logging/site/trunk/docs/log4cxx/building/autotools.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/autotools.html?rev=642470&r1=642469&r2=642470&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/autotools.html (original)
+++ logging/site/trunk/docs/log4cxx/building/autotools.html Fri Mar 28 18:19:42 2008
@@ -27,6 +27,40 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
 --><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>log4cxx - Building Apache log4cxx with autotools</title>
@@ -307,7 +341,7 @@
    --with-apr-util=/usr/local --with-logchar=wchar_t
 $ make install</pre>
 </div>
-<p>Running &quot;make check&quot; was observed to fail with unexpected exceptions in streamtestcase and datetimedateformattestcase. See <a href="http://issues.apache.org/jira/browse/LOGCXX-244" class="externalLink">LOGCXX-244</a>
+<p>Running &quot;make check&quot; was observed to fail with unexpected exceptions in streamtestcase and datetimedateformattestcase. See <a class="externalLink" href="http://issues.apache.org/jira/browse/LOGCXX-244">LOGCXX-244</a>
 .</p>
 </div>
 </div>

Modified: logging/site/trunk/docs/log4cxx/building/maven.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/maven.html?rev=642470&r1=642469&r2=642470&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/maven.html (original)
+++ logging/site/trunk/docs/log4cxx/building/maven.html Fri Mar 28 18:19:42 2008
@@ -27,6 +27,40 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
 --><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>log4cxx - Building Apache log4cxx with Apache Maven 2</title>
@@ -217,11 +251,11 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Building Apache log4cxx with Apache Maven 2</h2>
-<p><a href="http://maven.apache.org" class="externalLink">Apache Maven 2</a>
+<p><a class="externalLink" href="http://maven.apache.org">Apache Maven 2</a>
  is used to generate the release assemblies and generate product documentation. It delegates to the <a href="ant.html">Apache Ant build</a>
  to build and test log4cxx and can be used as an alternate front end to the Ant build process since it can automatically download and use ant-contrib, cpptasks and log4j. The Maven build, like the Ant build, can build APR and APR-Util from source.</p>
 <div class="section"><h3>Quick start:</h3>
-<ul><li>Install <a href="http://maven.apache.org" class="externalLink">Apache Maven</a>
+<ul><li>Install <a class="externalLink" href="http://maven.apache.org">Apache Maven</a>
  2.0.8 or later.</li>
 <li>Install APR and APR-Util or place source in apr and apr-util directories in same parent directory as log4cxx directory.<p>Building and testing log4cxx on a Unix platform with packaged APR and APR-Util. </p>
 <div class="source"><pre> sudo apt-get install libapr1.0-dev libaprutil1.0-dev doxygen

Modified: logging/site/trunk/docs/log4cxx/building/vstudio.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/vstudio.html?rev=642470&r1=642469&r2=642470&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/vstudio.html (original)
+++ logging/site/trunk/docs/log4cxx/building/vstudio.html Fri Mar 28 18:19:42 2008
@@ -27,6 +27,40 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
 --><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>log4cxx - Building Apache log4cxx with Microsoft Visual Studio</title>
@@ -240,7 +274,7 @@
 <p>On the Debug Tab of the Project/Settings dialog, set the Working Directory to &quot;../src/test/resources&quot;. Individual tests can be specified in Program Arguments and &quot;-v&quot; can be specified to output verbose test results.</p>
 </div>
 <div class="section"><h3>Known Issues</h3>
-<ul><li>APR 1.2.12 has a known issue that will prevent compilation with Visual Studio 6 unless a later Platform SDK is installed. See APR bug <a href="http://issues.apache.org/bugzilla/show_bug.cgi?44327" class="externalLink">44327</a>
+<ul><li>APR 1.2.12 has a known issue that will prevent compilation with Visual Studio 6 unless a later Platform SDK is installed. See APR bug <a class="externalLink" href="http://issues.apache.org/bugzilla/show_bug.cgi?44327">44327</a>
 . APR 1.2.11 and the corresponding APR-Util 1.2.10 will compile with Visual Studio 6.</li>
 <li>APR-Util requires later LDAP headers than provided with Visual Studio 6 and will fail to compile. log4cxx does not use LDAP, it can be disabled in apr_ldap.hw.</li>
 <li>APR-Iconv is problematic and not used by log4cxx, it can be disabled in apu.hw.</li>

Modified: logging/site/trunk/docs/log4cxx/building/xcode.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/xcode.html?rev=642470&r1=642469&r2=642470&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/xcode.html (original)
+++ logging/site/trunk/docs/log4cxx/building/xcode.html Fri Mar 28 18:19:42 2008
@@ -27,6 +27,40 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
 --><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>log4cxx - Building Apache log4cxx with Apple Xcode</title>
@@ -220,24 +254,23 @@
 <div class="section"><h3>Building log4cxx.dylib</h3>
 <p>Run configure to generate log4cxx.h and log4cxx_private.h then launch Xcode.</p>
 <div class="source"><pre>cd apache-log4cxx-0.10.0
-./autogen.sh
 ./configure
 open projects/log4cxx.xcodeproj</pre>
 </div>
 </div>
 <div class="section"><h3>Running unit tests</h3>
-<p>Generate include files are previously described, open projects/testsuite.xcodeproj or projects/testsuite-standalone.xcodeproj (test suite and implementation in one project) in Xcode and address issues described below. </p>
-<p>Select the executable in Groups &amp; Files and press Info and:</p>
+<p>Run configure then open projects/testsuite.xcodeproj or projects/testsuite-standalone.xcodeproj (test suite and implementation in one project) in Xcode.</p>
+<p>The unit tests require the working directory and several environment variables to be set. To set these, elect the executable in Groups &amp; Files and press Info and:</p>
 <ul><li>In the General pane, set Working Directory to Custom with path &quot;../src/test/resources&quot;.</li>
 <li>In the Arguments pane, add following key value pairs to &quot;Variables to be set in the environment&quot;: TOTO=wonderful, key1=value1 and key2=value2.</li>
 <li>In the Arguments pane, add &quot;-v&quot; for verbose output, or individual test names in &quot;Arguments to be passed on launch&quot;.</li>
 </ul>
 </div>
 <div class="section"><h3>Issues</h3>
-<p>The project file generation does does not properly create an entry in the &quot;Link Binary with Libraries&quot; build phase for projects that depend on log4cxx. To work around the problem, open the project in Xcode and in the Groups &amp; Files pane, drag log4cxx.dylib and drop on the &quot;Link Binary with Libraries&quot; folder under Targets.</p>
-<p>See issue <a href="http://issues.apache.org/jira/browse/LOGCXX-245" class="externalLink">LOGCXX-245</a>
+<p>The project file generation does does not properly create an entry in the &quot;Link Binary with Libraries&quot; build phase for projects (such as the examples and unit tests) that depend on log4cxx. To work around the problem, open the project in Xcode and in the Groups &amp; Files pane, drag log4cxx.dylib and drop on the &quot;Link Binary with Libraries&quot; folder under Targets.</p>
+<p>See issue <a class="externalLink" href="http://issues.apache.org/jira/browse/LOGCXX-245">LOGCXX-245</a>
  for further information.</p>
-<p>Thw generated projects us the Mac OS/X 10.5 SDK which provides APR and APR-Util. To generated XCode projects that do not use Mac OS/X, set up the ant build and then &quot;ant build-projects-xcode&quot;.</p>
+<p>The projects provided in the release target Mac OS/X 10.5 which provides preinstalled APR and APR-Util libraries. To generate XCode projects to target Mac OS/X 10.4, set up the ant build and then &quot;ant build-projects-xcode -Dfind=false&quot;.</p>
 </div>
 </div>
 

Modified: logging/site/trunk/docs/log4cxx/download.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/download.html?rev=642470&r1=642469&r2=642470&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/download.html (original)
+++ logging/site/trunk/docs/log4cxx/download.html Fri Mar 28 18:19:42 2008
@@ -27,6 +27,40 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
 --><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>log4cxx - Download Apache log4cxx 0.10.0</title>
@@ -217,7 +251,7 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Download Apache log4cxx 0.10.0</h2>
-<p>Apache log4cxx 0.10.0 is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink"> Apache License, version 2.0</a>
+<p>Apache log4cxx 0.10.0 is distributed under the <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html"> Apache License, version 2.0</a>
 .</p>
 <p>The link in the Mirrors column should display a list of available mirrors with a default selection based on your inferred location. If you do not see that page, try a different browser. The checksum and signature are links to the originals on the main distribution server.</p>
 <table class="bodyTable"><tbody><tr class="a"><td align="left"></td>
@@ -226,27 +260,27 @@
 <td align="left">Signature</td>
 </tr>
 <tr class="b"><td align="left">Apache log4cxx 0.10.0 (tar.gz)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz" class="externalLink"> apache-log4cxx-0.10.0.tar.gz</a>
+<td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz"> apache-log4cxx-0.10.0.tar.gz</a>
 </td>
-<td align="left"><a href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.md5" class="externalLink"> apache-log4cxx-0.10.0.tar.gz.md5</a>
+<td align="left"><a class="externalLink" href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.md5"> apache-log4cxx-0.10.0.tar.gz.md5</a>
 </td>
-<td align="left"><a href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.asc" class="externalLink"> apache-log4cxx-0.10.0.tar.gz.asc</a>
+<td align="left"><a class="externalLink" href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.asc"> apache-log4cxx-0.10.0.tar.gz.asc</a>
 </td>
 </tr>
 <tr class="a"><td align="left">Apache log4cxx 0.10.0 (zip)</td>
-<td align="left"><a href="http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip" class="externalLink"> apache-log4cxx-0.10.0.zip</a>
+<td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip"> apache-log4cxx-0.10.0.zip</a>
 </td>
-<td align="left"><a href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.md5" class="externalLink"> apache-log4cxx-0.10.0.zip.md5</a>
+<td align="left"><a class="externalLink" href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.md5"> apache-log4cxx-0.10.0.zip.md5</a>
 </td>
-<td align="left"><a href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.asc" class="externalLink"> apache-log4cxx-0.10.0.zip.asc</a>
+<td align="left"><a class="externalLink" href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.asc"> apache-log4cxx-0.10.0.zip.asc</a>
 </td>
 </tr>
 </tbody>
 </table>
-<p>Please read <a href="http://httpd.apache.org/dev/verification.html" class="externalLink">Verifying Apache HTTP Server Releases</a>
+<p>Please read <a class="externalLink" href="http://httpd.apache.org/dev/verification.html">Verifying Apache HTTP Server Releases</a>
  for more information on why you should verify our releases.</p>
 <div class="section"><h3>Previous Releases</h3>
-<p>All previous releases of Apache log4cxx can be found in the <a href="http://archive.apache.org/dist/logging/log4cxx" class="externalLink">archive repository</a>
+<p>All previous releases of Apache log4cxx can be found in the <a class="externalLink" href="http://archive.apache.org/dist/logging/log4cxx">archive repository</a>
 .</p>
 </div>
 </div>

Modified: logging/site/trunk/docs/log4cxx/faq.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/faq.html?rev=642470&r1=642469&r2=642470&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/faq.html (original)
+++ logging/site/trunk/docs/log4cxx/faq.html Fri Mar 28 18:19:42 2008
@@ -27,6 +27,40 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
 --><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>log4cxx - Frequently Asked Technical Questions</title>

Modified: logging/site/trunk/docs/log4cxx/index.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/index.html?rev=642470&r1=642469&r2=642470&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/index.html (original)
+++ logging/site/trunk/docs/log4cxx/index.html Fri Mar 28 18:19:42 2008
@@ -27,6 +27,40 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
 --><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>log4cxx - Short introduction to Apache log4cxx</title>
@@ -221,16 +255,16 @@
 <h2>Introduction</h2>
 
 Apache log4cxx is a logging framework for C++ patterned after 
-<a href="http://logging.apache.org/log4j" class="externalLink">Apache log4j</a>
+<a class="externalLink" href="http://logging.apache.org/log4j">Apache log4j</a>
 .
-Apache log4cxx uses <a href="http://apr.apache.org" class="externalLink">Apache Portable Runtime</a>
+Apache log4cxx uses <a class="externalLink" href="http://apr.apache.org">Apache Portable Runtime</a>
 
 for most platform-specific code and should be usable on any
 platform supported by APR.  Apache log4cxx is licensed under the 
-<a href="http://www.apache.org/licenses/" class="externalLink">Apache License</a>
+<a class="externalLink" href="http://www.apache.org/licenses/">Apache License</a>
 ,
 an open source license certified by the 
-<a href="http://www.opensource.org/" class="externalLink">Open Source Initiative</a>
+<a class="externalLink" href="http://www.opensource.org/">Open Source Initiative</a>
 .
 
 <p>Almost every large application includes its own logging or tracing

Modified: logging/site/trunk/docs/log4cxx/stylesheets/project.html
URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/stylesheets/project.html?rev=642470&r1=642469&r2=642470&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/stylesheets/project.html (original)
+++ logging/site/trunk/docs/log4cxx/stylesheets/project.html Fri Mar 28 18:19:42 2008
@@ -27,6 +27,40 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+--><!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
 --><html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>log4cxx - </title>