Author: carnold
Date: Fri Feb 22 23:56:28 2008
New Revision: 630409
URL: http://svn.apache.org/viewvc?rev=630409&view=rev
Log:
LOGCXX-62: log4cxx 0.10.0 rc2
Modified:
logging/site/trunk/docs/log4cxx/.htaccess
logging/site/trunk/docs/log4cxx/apidocs/tabs.css
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/changes-report.html
logging/site/trunk/docs/log4cxx/css/maven-theme.css
logging/site/trunk/docs/log4cxx/dependencies.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/issue-tracking.html
logging/site/trunk/docs/log4cxx/license.html
logging/site/trunk/docs/log4cxx/mail-lists.html
logging/site/trunk/docs/log4cxx/project-info.html
logging/site/trunk/docs/log4cxx/project-reports.html
logging/site/trunk/docs/log4cxx/source-repository.html
logging/site/trunk/docs/log4cxx/stylesheets/project.html
Modified: logging/site/trunk/docs/log4cxx/.htaccess
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/.htaccess?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/.htaccess (original)
+++ logging/site/trunk/docs/log4cxx/.htaccess Fri Feb 22 23:56:28 2008
@@ -19,9 +19,13 @@
# rewrite site requests to equivalent new URLs
#
RewriteRule ^contributing\.html$
http://logging.apache.org/log4cxx/issue-tracking.html [R=permanent,L]
+ RewriteRule ^roadmap\.html$
http://logging.apache.org/log4cxx/issue-tracking.html [R=permanent,L]
RewriteRule ^support\.html$ http://logging.apache.org/log4cxx/index.html
[R=permanent,L]
RewriteRule ^team\.html$ http://logging.apache.org/team-list.html
[R=permanent,L]
+ RewriteRule ^performance\.html$ http://logging.apache.org/log4cxx/index.html
[R=permanent,L]
RewriteRule ^ChangeLog$
http://logging.apache.org/log4cxx/changes-report.html [R=permanent,L]
+ RewriteRule ^news$ http://logging.apache.org/log4cxx/changes-report.html
[R=permanent,L]
+ RewriteRule ^manual\.html$ http://logging.apache.org/log4cxx/index.html
[R=permanent,L]
RewriteRule ^manual/index\.html$
http://logging.apache.org/log4cxx/manual.html [R=permanent,L]
RewriteRule ^manual/(.*)$ http://logging.apache.org/log4cxx/apidocs/$1
[R=permanent,L]
RewriteRule ^manual\.html/index\.html$
http://logging.apache.org/log4cxx/manual.html [R=permanent,L]
Modified: logging/site/trunk/docs/log4cxx/apidocs/tabs.css
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/tabs.css?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/apidocs/tabs.css (original)
+++ logging/site/trunk/docs/log4cxx/apidocs/tabs.css Fri Feb 22 23:56:28 2008
@@ -1,102 +1,23 @@
-/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
-DIV.tabs
-{
- float : left;
- width : 100%;
- background : url("tab_b.gif") repeat-x bottom;
- margin-bottom : 4px;
-}
+/*
-DIV.tabs UL
-{
- margin : 0px;
- padding-left : 10px;
- list-style : none;
-}
-
-DIV.tabs LI, DIV.tabs FORM
-{
- display : inline;
- margin : 0px;
- padding : 0px;
-}
-
-DIV.tabs FORM
-{
- float : right;
-}
-
-DIV.tabs A
-{
- float : left;
- background : url("tab_r.gif") no-repeat right top;
- border-bottom : 1px solid #84B0C7;
- font-size : x-small;
- font-weight : bold;
- text-decoration : none;
-}
-
-DIV.tabs A:hover
-{
- background-position: 100% -150px;
-}
-
-DIV.tabs A:link, DIV.tabs A:visited,
-DIV.tabs A:active, DIV.tabs A:hover
-{
- color: #1A419D;
-}
-
-DIV.tabs SPAN
-{
- float : left;
- display : block;
- background : url("tab_l.gif") no-repeat left top;
- padding : 5px 9px;
- white-space : nowrap;
-}
-
-DIV.tabs INPUT
-{
- float : right;
- display : inline;
- font-size : 1em;
-}
-
-DIV.tabs TD
-{
- font-size : x-small;
- font-weight : bold;
- text-decoration : none;
-}
-
-
-
-/* Commented Backslash Hack hides rule from IE5-Mac \*/
-DIV.tabs SPAN {float : none;}
-/* End IE5-Mac hack */
-
-DIV.tabs A:hover SPAN
-{
- background-position: 0% -150px;
-}
-
-DIV.tabs LI#current A
-{
- background-position: 100% -150px;
- border-width : 0px;
-}
-
-DIV.tabs LI#current SPAN
-{
- background-position: 0% -150px;
- padding-bottom : 6px;
-}
-
-DIV.nav
-{
- background : none;
- border : none;
- border-bottom : 1px solid #84B0C7;
+ 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.
+
+*/
+/* Minimal replacement for GPL'd tabs.css */
+DIV.tabs {
+ display : none ;
}
Modified: logging/site/trunk/docs/log4cxx/building/ant.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/ant.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/ant.html (original)
+++ logging/site/trunk/docs/log4cxx/building/ant.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/building/autotools.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/autotools.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/autotools.html (original)
+++ logging/site/trunk/docs/log4cxx/building/autotools.html Fri Feb 22 23:56:28
2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/building/maven.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/maven.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/maven.html (original)
+++ logging/site/trunk/docs/log4cxx/building/maven.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/building/vstudio.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/vstudio.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/vstudio.html (original)
+++ logging/site/trunk/docs/log4cxx/building/vstudio.html Fri Feb 22 23:56:28
2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/building/xcode.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/building/xcode.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/building/xcode.html (original)
+++ logging/site/trunk/docs/log4cxx/building/xcode.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/changes-report.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/changes-report.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/changes-report.html (original)
+++ logging/site/trunk/docs/log4cxx/changes-report.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/css/maven-theme.css
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/css/maven-theme.css?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/css/maven-theme.css (original)
+++ logging/site/trunk/docs/log4cxx/css/maven-theme.css Fri Feb 22 23:56:28 2008
@@ -82,7 +82,7 @@
h5 {
padding: 4px 4px 4px 6px;
color: #900;
- font-size: normal;
+ font-size: medium;
}
p {
line-height: 1.3em;
Modified: logging/site/trunk/docs/log4cxx/dependencies.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/dependencies.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/dependencies.html (original)
+++ logging/site/trunk/docs/log4cxx/dependencies.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/download.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/download.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/download.html (original)
+++ logging/site/trunk/docs/log4cxx/download.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/faq.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/faq.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/faq.html (original)
+++ logging/site/trunk/docs/log4cxx/faq.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/index.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/index.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/index.html (original)
+++ logging/site/trunk/docs/log4cxx/index.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/issue-tracking.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/issue-tracking.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/issue-tracking.html (original)
+++ logging/site/trunk/docs/log4cxx/issue-tracking.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/license.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/license.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/license.html (original)
+++ logging/site/trunk/docs/log4cxx/license.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/mail-lists.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/mail-lists.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/mail-lists.html (original)
+++ logging/site/trunk/docs/log4cxx/mail-lists.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/project-info.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/project-info.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/project-info.html (original)
+++ logging/site/trunk/docs/log4cxx/project-info.html Fri Feb 22 23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/project-reports.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/project-reports.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/project-reports.html (original)
+++ logging/site/trunk/docs/log4cxx/project-reports.html Fri Feb 22 23:56:28
2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/source-repository.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/source-repository.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/source-repository.html (original)
+++ logging/site/trunk/docs/log4cxx/source-repository.html Fri Feb 22 23:56:28
2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>
Modified: logging/site/trunk/docs/log4cxx/stylesheets/project.html
URL:
http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/stylesheets/project.html?rev=630409&r1=630408&r2=630409&view=diff
==============================================================================
--- logging/site/trunk/docs/log4cxx/stylesheets/project.html (original)
+++ logging/site/trunk/docs/log4cxx/stylesheets/project.html Fri Feb 22
23:56:28 2008
@@ -59,7 +59,7 @@
<div class="xleft">
- Last Published: 2008-02-22
+ Last Published: 2008-02-23
|
<a href="http://www.apache.org/"
class="externalLink">Apache</a>
>