Author: carnold Date: Fri Jul 20 17:53:44 2007 New Revision: 558206 URL: http://svn.apache.org/viewvc?view=rev&rev=558206 Log: Rework LS web content to use Maven Added: logging/site/trunk/author/ (with props) logging/site/trunk/author/build.xml - copied, changed from r557491, logging/site/trunk/build.xml logging/site/trunk/author/pom.xml - copied, changed from r557491, logging/site/trunk/pom.xml logging/site/trunk/author/src/ - copied from r557491, logging/site/trunk/src/ logging/site/trunk/author/src/site/apt/log4j/2.0/ - copied from r557491, logging/site/trunk/src/site/apt/sandbox/ logging/site/trunk/author/src/site/apt/log4php/ logging/site/trunk/author/src/site/apt/log4php/index.apt logging/site/trunk/author/src/site/apt/maintenance.apt logging/site/trunk/author/src/site/apt/site/ logging/site/trunk/author/src/site/apt/site/binindex.apt logging/site/trunk/author/src/site/apt/site/bugreport.apt logging/site/trunk/author/src/site/resources/site/ logging/site/trunk/author/src/site/resources/site/.htaccess Removed: logging/site/trunk/author/src/site/apt/sandbox/ logging/site/trunk/author/src/xdocs/ logging/site/trunk/build.properties.sample logging/site/trunk/build.xml logging/site/trunk/docs/BoardReports/ logging/site/trunk/docs/LICENSE logging/site/trunk/docs/css/ logging/site/trunk/docs/images/chris.jpg logging/site/trunk/docs/images/paul-glezen.jpg logging/site/trunk/docs/images/space.gif logging/site/trunk/docs/site/bylaws.html logging/site/trunk/docs/site/cvs-repositories.html logging/site/trunk/docs/site/logging-site.html logging/site/trunk/docs/site/mailing-lists.html logging/site/trunk/docs/site/mission-statement.html logging/site/trunk/docs/site/news.html logging/site/trunk/docs/site/repositories.html logging/site/trunk/docs/site/who-we-are.html logging/site/trunk/lib/ logging/site/trunk/pom.xml logging/site/trunk/src/ Modified: logging/site/trunk/author/src/site/apt/log4j/2.0/index.apt logging/site/trunk/author/src/site/apt/log4j/companions/index.apt logging/site/trunk/author/src/site/apt/log4j/index.apt logging/site/trunk/author/src/site/site.xml logging/site/trunk/author/src/site/xdoc/charter.xml logging/site/trunk/author/src/site/xdoc/index.xml logging/site/trunk/author/src/site/xdoc/news.xml Propchange: logging/site/trunk/author/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Fri Jul 20 17:53:44 2007 @@ -0,0 +1 @@ +target Copied: logging/site/trunk/author/build.xml (from r557491, logging/site/trunk/build.xml) URL: http://svn.apache.org/viewvc/logging/site/trunk/author/build.xml?view=diff&rev=558206&p1=logging/site/trunk/build.xml&r1=557491&p2=logging/site/trunk/author/build.xml&r2=558206 ============================================================================== --- logging/site/trunk/build.xml (original) +++ logging/site/trunk/author/build.xml Fri Jul 20 17:53:44 2007 @@ -1,79 +1,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - These are the targets supported by this ANT build scpript: - - site - build Logging Services web-site + This file provides services to the Maven build and is not + intended for independent use. - - - - - - - - - - - - AnakiaTask is not present! Please check to make sure that - velocity.jar is in your classpath. - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + Copied: logging/site/trunk/author/pom.xml (from r557491, logging/site/trunk/pom.xml) URL: http://svn.apache.org/viewvc/logging/site/trunk/author/pom.xml?view=diff&rev=558206&p1=logging/site/trunk/pom.xml&r1=557491&p2=logging/site/trunk/author/pom.xml&r2=558206 ============================================================================== --- logging/site/trunk/pom.xml (original) +++ logging/site/trunk/author/pom.xml Fri Jul 20 17:53:44 2007 @@ -91,7 +91,27 @@ http://mail-archives.apache.org/mod_mbox/logging-log4net-dev/ http://marc.info/?l=log4net-dev - + http://dir.gmane.org/gmane.comp.apache.logging.log4net.devel + + + + log4php-user : log4php usage + log4php-user-subscribe@logging.apache.org + log4php-user-unsubscribe@logging.apache.org + log4php-user@logging.apache.org + http://mail-archives.apache.org/mod_mbox/logging-log4php-user/ + + http://marc.info/?l=log4php-user + + + + log4php-dev : log4net development + log4php-dev-subscribe@logging.apache.org + log4php-dev-unsubscribe@logging.apache.org + log4php-dev@logging.apache.org + http://mail-archives.apache.org/mod_mbox/logging-log4php-dev/ + + http://marc.info/?l=log4php-dev @@ -206,6 +226,28 @@ log4j + + alvero + Alvero Carrasco + alvero@apache.org + http://people.apache.org/list_C.html#alvero + ASF + http://www.apache.org + + log4php + + + + kurdalen + Knut Urdalen + kurdalen@apache.org + http://people.apache.org/list_U.html#kurdalen + ASF + http://www.apache.org + + log4php + + @@ -218,7 +260,63 @@ Apache Software Foundation http://www.apache.org + + scm:svn:http://svn.apache.org/repos/asf/logging/site/trunk/author + scm:svn:https://svn.apache.org/repos/asf/logging/site/trunk/author + http://svn.apache.org/viewcvs.cgi/logging/site/trunk/author + + + + maven-antrun-plugin + + + site + untag-site + + + + + + + + run + + + + post-site + post-site + + + + + + + run + + + + site-deploy + site-deploy + + + + + + + run + + + + + + ant + ant-nodeps + 1.6.5 + + + + true @@ -229,6 +327,7 @@ + scm license project-team mailing-list @@ -241,7 +340,7 @@ logging.site - http://people.apache.org/www/logging.apache.org/test/ + scp://localhost/${user.dir}/target/site-deploy Modified: logging/site/trunk/author/src/site/apt/log4j/2.0/index.apt URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/apt/log4j/2.0/index.apt?view=diff&rev=558206&r1=557491&r2=558206 ============================================================================== --- logging/site/trunk/author/src/site/apt/log4j/2.0/index.apt (original) +++ logging/site/trunk/author/src/site/apt/log4j/2.0/index.apt Fri Jul 20 17:53:44 2007 @@ -13,27 +13,12 @@ ~~ See the License for the specific language governing permissions and ~~ limitations under the License. --- -Apache log4j +Apache log4j 2.0 --- -Curt Arnold --- -2007-05-04 --- -Apache log4j - - Apache log4j has three development branches: a stable branch, {{{/1.2}1.2}}, - a discontinued branch, {{{/1.3}1.3}} and an experimental branch {{{/2.0}2.0}}. - - Apache log4j 1.2 releases are widely deployed. Development on the - 1.2 branch is generally limited to bug fixing and minor enhancements. - - Apache log4j 1.3 alpha releases are - in limited use. Apache log4j 1.3 added many interesting - features, but was compatibility with log4j 1.2 - was problematic. Many features original developed - for log4j 1.3 have been back-ported as {{{/companions}companions}} - for log4j 1.2. No further development is anticipated. +Apache log4j 2.0 Apache log4j 2.0 is an experimental development branch for logging services designed for Java 5 and later. Modified: logging/site/trunk/author/src/site/apt/log4j/companions/index.apt URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/apt/log4j/companions/index.apt?view=diff&rev=558206&r1=557491&r2=558206 ============================================================================== --- logging/site/trunk/author/src/site/apt/log4j/companions/index.apt (original) +++ logging/site/trunk/author/src/site/apt/log4j/companions/index.apt Fri Jul 20 17:53:44 2007 @@ -15,9 +15,7 @@ --- Apache log4j companions --- -Curt Arnold --- -2007-05-04 --- Apache log4j companions Modified: logging/site/trunk/author/src/site/apt/log4j/index.apt URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/apt/log4j/index.apt?view=diff&rev=558206&r1=557491&r2=558206 ============================================================================== --- logging/site/trunk/author/src/site/apt/log4j/index.apt (original) +++ logging/site/trunk/author/src/site/apt/log4j/index.apt Fri Jul 20 17:53:44 2007 @@ -15,15 +15,13 @@ --- Apache log4j --- -Curt Arnold --- -2007-05-04 --- Apache log4j - Apache log4j has three development branches: a stable branch, {{{/1.2}1.2}}, - a discontinued branch, {{{/1.3}1.3}} and an experimental branch {{{/2.0}2.0}}. + Apache log4j has three development branches: a stable branch, {{{1.2/index.html}1.2}}, + a discontinued branch, {{{1.3/index.html}1.3}} and an experimental branch {{{2.0/index.html}2.0}}. Apache log4j 1.2 releases are widely deployed. Development on the 1.2 branch is generally limited to bug fixing and minor enhancements. @@ -32,7 +30,7 @@ in limited use. Apache log4j 1.3 added many interesting features, but was compatibility with log4j 1.2 was problematic. Many features original developed - for log4j 1.3 have been back-ported as {{{/companions}companions}} + for log4j 1.3 have been back-ported as {{{companions/index.html}companions}} for log4j 1.2. No further development is anticipated. Apache log4j 2.0 is an experimental development branch for Added: logging/site/trunk/author/src/site/apt/log4php/index.apt URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/apt/log4php/index.apt?view=auto&rev=558206 ============================================================================== --- logging/site/trunk/author/src/site/apt/log4php/index.apt (added) +++ logging/site/trunk/author/src/site/apt/log4php/index.apt Fri Jul 20 17:53:44 2007 @@ -0,0 +1,22 @@ +~~ 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. + --- +log4php + --- + --- + --- + + {{{http://incubator.apache.org/log4php}log4php}} is a logging framework for PHP + currently undergoing incubation at the Apache Software Foundation. Added: logging/site/trunk/author/src/site/apt/maintenance.apt URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/apt/maintenance.apt?view=auto&rev=558206 ============================================================================== --- logging/site/trunk/author/src/site/apt/maintenance.apt (added) +++ logging/site/trunk/author/src/site/apt/maintenance.apt Fri Jul 20 17:53:44 2007 @@ -0,0 +1,42 @@ +~~ 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. + --- +Website Maintenance + --- + --- + --- + +Website Maintenance + + All Logging Services content is generated by Maven 2.0. The site project + contains generic Logging Services content. Content for a specific + product (for example, log4cxx) is contained within the source repository + for that product. + + Running "mvn site" will generate the web content in target/site. Running "mvn site-deploy" + generate the site and commit the changes to the Apache Subversion repository. The SVN_EDITOR + environment variable must be set to allow the user to provide an appropriate commit message. + + The staged content can be reviewed by browsing + {{{https://svn.apache.org/repos/asf/logging/site/trunk/docs}http://svn.apache.org/repos/asf/logging/site/trunk/docs}}. + + To publish the staged content: + ++-- +ssh -l username people.apache.org +cd /www/logging.apache.org +svn update ++-- + \ No newline at end of file Added: logging/site/trunk/author/src/site/apt/site/binindex.apt URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/apt/site/binindex.apt?view=auto&rev=558206 ============================================================================== --- logging/site/trunk/author/src/site/apt/site/binindex.apt (added) +++ logging/site/trunk/author/src/site/apt/site/binindex.apt Fri Jul 20 17:53:44 2007 @@ -0,0 +1,24 @@ +~~ 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. + --- +Downloads + --- + --- + --- + +Downloads + + Release Downloads have moved to individual project pages: {{{log4j/1.2/download.html}log4j 1.2}}, + {{{log4j/1.3/download.html}log4j 1.3}}, {{{chainsaw/download.html}chainsaw}}, {{{log4cxx/download.html}log4cxx}}. Added: logging/site/trunk/author/src/site/apt/site/bugreport.apt URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/apt/site/bugreport.apt?view=auto&rev=558206 ============================================================================== --- logging/site/trunk/author/src/site/apt/site/bugreport.apt (added) +++ logging/site/trunk/author/src/site/apt/site/bugreport.apt Fri Jul 20 17:53:44 2007 @@ -0,0 +1,24 @@ +~~ 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. + --- +Issue Tracking + --- + --- + --- + +Issue Tracking + + Chainsaw, log4j and the log4j companions currently use {{{http://issues.apache.org/bugzilla}Bugzilla}} + and log4cxx, log4net and log4php use {{{http://issues.apache.org/jira}JIRA}}. \ No newline at end of file Added: logging/site/trunk/author/src/site/resources/site/.htaccess URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/resources/site/.htaccess?view=auto&rev=558206 ============================================================================== --- logging/site/trunk/author/src/site/resources/site/.htaccess (added) +++ logging/site/trunk/author/src/site/resources/site/.htaccess Fri Jul 20 17:53:44 2007 @@ -0,0 +1,28 @@ +# 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. + + + RewriteEngine on + # + # rewrite request for logging-site.html to ../maintenance.html + # + RewriteRule ^logging-site\.html$ ../maintenance.html + RewriteRule ^mailing-lists\.html$ ../mail-lists.html + RewriteRule ^who-we-are\.html$ ../team-list.html + RewriteRule ^cvs-repositories\.html$ ../repositories.html + RewriteRule ^bylaws\.html$ ../guidelines.html + RewriteRule ^mission-statement\.html$ ../charter.html + RewriteRule ^news\.html$ ../news.html + Modified: logging/site/trunk/author/src/site/site.xml URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/site.xml?view=diff&rev=558206&r1=557491&r2=558206 ============================================================================== --- logging/site/trunk/author/src/site/site.xml (original) +++ logging/site/trunk/author/src/site/site.xml Fri Jul 20 17:53:44 2007 @@ -32,7 +32,7 @@ - + @@ -46,21 +46,34 @@ - - - - + - + - - + + + + + + + + + + + + + + + + + + Modified: logging/site/trunk/author/src/site/xdoc/charter.xml URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/xdoc/charter.xml?view=diff&rev=558206&r1=557491&r2=558206 ============================================================================== --- logging/site/trunk/author/src/site/xdoc/charter.xml (original) +++ logging/site/trunk/author/src/site/xdoc/charter.xml Fri Jul 20 17:53:44 2007 @@ -19,7 +19,6 @@ Charter of the Logging Services PMC - Curt Arnold
Modified: logging/site/trunk/author/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/logging/site/trunk/author/src/site/xdoc/index.xml?view=diff&rev=558206&r1=557491&r2=558206 ============================================================================== --- logging/site/trunk/author/src/site/xdoc/index.xml (original) +++ logging/site/trunk/author/src/site/xdoc/index.xml Fri Jul 20 17:53:44 2007 @@ -19,7 +19,6 @@ Welcome to Apache Logging Services - Curt Arnold
@@ -27,9 +26,10 @@ to the logging of application behavior and released at no charge to the public.

-

The products of the Apache Logging Services Project included three logging frameworks: log4j - for Java, log4cxx for C++ and log4net for the Microsoft .NET framework - and a log viewer and analysis tool: Chainsaw.

+

The products of the Apache Logging Services Project included three logging frameworks: log4j + for Java, log4cxx for C++ and log4net for the Microsoft .NET framework + and a log viewer and analysis tool: Chainsaw.

+

Apache Logging Services is also sponsoring the incubation of log4php.