Author: grobmeier
Date: Tue Mar 23 06:59:17 2010
New Revision: 926477

URL: http://svn.apache.org/viewvc?rev=926477&view=rev
Log:
modiefied site content to fit to new website url

Modified:
    logging/log4php/trunk/pom.xml
    logging/log4php/trunk/src/site/apt/index.apt
    logging/log4php/trunk/src/site/apt/install.apt
    logging/log4php/trunk/src/site/site.xml

Modified: logging/log4php/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/pom.xml?rev=926477&r1=926476&r2=926477&view=diff
==============================================================================
--- logging/log4php/trunk/pom.xml (original)
+++ logging/log4php/trunk/pom.xml Tue Mar 23 06:59:17 2010
@@ -22,7 +22,7 @@
        <version>2.0.1-incubating-SNAPSHOT</version>
        <name>Apache log4php.</name>
        <description>Logging framework for PHP.</description>
-       <url>http://incubator.apache.org:80/log4php</url>
+       <url>http://logging.apache.org/log4php</url>
        <issueManagement>
                <system>JIRA</system>
                <url>http://issues.apache.org/jira/browse/LOG4PHP</url>
@@ -57,9 +57,9 @@
                </license>
        </licenses>
        <scm>
-               
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/log4php/trunk</connection>
-               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/log4php/trunk</developerConnection>
-               
<url>http://svn.apache.org/viewcvs.cgi/incubator/log4php/trunk</url>
+               
<connection>scm:svn:https://svn.apache.org/repos/asf/logging/log4php/trunk</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4php/trunk</developerConnection>
+               
<url>http://svn.apache.org/viewcvs.cgi/logging/log4php/trunk</url>
        </scm>
        <organization>
                <name>Apache Software Foundation</name>

Modified: logging/log4php/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/index.apt?rev=926477&r1=926476&r2=926477&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/index.apt (original)
+++ logging/log4php/trunk/src/site/apt/index.apt Tue Mar 23 06:59:17 2010
@@ -18,15 +18,10 @@
  ------
  ------
 
-   Log4php is logging framework for PHP undergoing incubation at the Apache 
Software Foundation (ASF), 
+   Log4php is logging framework for PHP at the Apache Software Foundation 
(ASF), 
    sponsored by the Apache Logging Services project. 
-   Incubation is required of all newly accepted projects until a further 
review 
-   indicates that the infrastructure, communications, and decision making 
process 
-   have stabilized in a manner consistent with other successful ASF projects. 
-   While incubation status is not necessarily a reflection of the completeness 
or 
-   stability of the code, it does indicate that the project has yet to be 
-   fully endorsed by the ASF. 
-
+  
+   Log4PHP has completed graduation in March 2010. 
 
    log4php supports:
    

Modified: logging/log4php/trunk/src/site/apt/install.apt
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/install.apt?rev=926477&r1=926476&r2=926477&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/install.apt (original)
+++ logging/log4php/trunk/src/site/apt/install.apt Tue Mar 23 06:59:17 2010
@@ -34,7 +34,7 @@ Installation from repository
 
   * Make sure you have an SVN client installed on your machine
   
-  * Type: svn co http://svn.apache.org/repos/asf/incubator/log4php/trunk 
log4php
+  * Type: svn co http://svn.apache.org/viewcvs.cgi/logging/log4php/trunk 
log4php
   
   * Alternative, use TortoiseSVN or Eclipse and check out the directory above
   

Modified: logging/log4php/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/site.xml?rev=926477&r1=926476&r2=926477&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/site.xml (original)
+++ logging/log4php/trunk/src/site/site.xml Tue Mar 23 06:59:17 2010
@@ -24,16 +24,11 @@
     <src>images/ls-logo.jpg</src>
     <href>http://logging.apache.org/</href>
   </bannerLeft>  
-  <bannerRight>
-    <name>Apache Incubator</name>
-    <src>images/apache-incubator-logo.png</src>
-    <href>http://incubator.apache.org/</href>
-  </bannerRight>
   <body>
         <breadcrumbs>
           <item name="Apache" href="http://www.apache.org/"/>
-          <item name="Incubator" href="http://incubator.apache.org/"/>
-          <item name="log4php" href="http://incubator.apache.org:80/log4php/"/>
+          <item name="Logging" href="http://logging.apache.org"/>
+          <item name="log4php" href="http://logging.apache.org/log4php"/>
         </breadcrumbs>
 
         <menu name="About log4php">


Reply via email to