You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ih...@apache.org on 2011/06/20 10:53:30 UTC

svn commit: r1137549 - in /logging/log4php/trunk/src/site: apt/index.apt apt/showcase.apt site.xml

Author: ihabunek
Date: Mon Jun 20 08:53:30 2011
New Revision: 1137549

URL: http://svn.apache.org/viewvc?rev=1137549&view=rev
Log:
Updates to the site:
* Created a more user-friendly frontpage
* Merged showcase to the front page
* Updated the link to the new log4php wiki

Removed:
    logging/log4php/trunk/src/site/apt/showcase.apt
Modified:
    logging/log4php/trunk/src/site/apt/index.apt
    logging/log4php/trunk/src/site/site.xml

Modified: logging/log4php/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/index.apt?rev=1137549&r1=1137548&r2=1137549&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/index.apt (original)
+++ logging/log4php/trunk/src/site/apt/index.apt Mon Jun 20 08:53:30 2011
@@ -13,28 +13,28 @@
 ~~ See the License for the specific language governing permissions and
 ~~ limitations under the License.
  ------
-What is Apache log4php?
+Welcome
  ------
  ------
  ------
 
 What is Apache log4php?
  
-	Apache log4php\u2122 is a logging framework for PHP at the {{{http://www.apache.org}Apache Software Foundation}}, it is a part of the {{{http://logging.apache.org}Apache Logging Services}} project. 
+	Apache log4php\u2122 is a versatile logging framework for PHP. 
   
-	Apache log4php\u2122 supports:
+	Feature highligts:
 	
-	* Configuration through XML, properties and PHP files
+	* Configuration through XML, properties or PHP files
 
-	* Various logging destinations (appenders) including:
+	* Various logging destinations, including:
 	
-		* Console and standard outputs (stdout, stderr)
+		* Console (stdout, stderr)
 	
 		* Files (including daily and rolling files)
 	
 		* Email
 		
-		* Databases (using PDO)
+		* Databases
 		
 		* Sockets
 		
@@ -42,22 +42,52 @@ What is Apache log4php?
 		
 		[]
 
-	* Several built-in log message formats (layouts): 
+	* Several built-in log message formats, including: 
 	
-		* Simple
-		
-		* TTCC
-		
 		* HTML
 		
 		* XML
 		
-		* Pattern (user defined)
+		* User defined pattern
 		
 		[]
 	
 	* Nested (NDC) and Mapped (MDC) Diagnostic Contexts. 
 	
 	[]
+	
+
+The Apache log4php project
+	
+	Apache log4php\u2122 is an open source project at the {{{http://www.apache.org}Apache Software Foundation}}, a part the {{{http://logging.apache.org}Apache Logging Services}} project.
 
 	Apache log4php\u2122 graduated in March 2010.
+
+Who uses Apache log4php?
+
+	This sections lists some of the projects which use Apache log4php. 
+	
+	In alphabetic order:
+	
+	* {{{http://cmsmadesimple.org}CMS Made Simple}} - an open source (GPL) CMS
+	
+	* {{{http://sourceforge.net/projects/helpzilla/}Helpzilla}} - interactive solutions for customer care
+	
+	* {{{http://www.imento.dk}Imento}} - A danish company which uses log4php in their commercial
+		MVC framework
+	
+	* {{{http://www.paloose.org}Paloose}} - a simplified version of Cocoon using PHP
+	
+	* {{{http://piwi.googlecode.com/}PIWI Framework}} - A framework for quick website building and
+		PHP Dependency Injection similar to Apache Cocoon and Apache Forrest.
+	
+	* {{{http://code.google.com/p/scalr/}Scalr}} - a fully redundant, self-curing and self-scaling hosting environment using Amazon's EC2
+	
+	* {{{http://www.sitesupra.com/}SiteSupra}} - enterprise PHP platform
+	
+	* {{{http://www.sugarcrm.com}SugarCRM}} - low-cost customer relationship management solutions
+	
+	* {{{http://www.vtiger.com}vtiger}} - an open source CRM
+	
+	If you think that you should be on this list, please let us know by sending a 
+	message to the {{{./mail-lists.html}log4php user lists}}.

Modified: logging/log4php/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/site.xml?rev=1137549&r1=1137548&r2=1137549&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/site.xml (original)
+++ logging/log4php/trunk/src/site/site.xml Mon Jun 20 08:53:30 2011
@@ -36,17 +36,13 @@
 			<item name="log4php" href="http://logging.apache.org/log4php" />
 		</breadcrumbs>
 
-		<menu name="About log4php">
-			<item name="What is it?" href="/index.html" />
-			<item name="Who uses it?" href="/showcase.html" />
-		</menu>
-
-		<menu name="Get log4php">
+		<menu name="Apache log4php">
+			<item name="About" href="/index.html" />
 			<item name="Download" href="/download.html" />
 			<item name="Upgrading" href="/upgrading.html" />
 		</menu>
 
-		<menu name="User Documentation">
+	    <menu name="Documentation">
 			<item name="Quick start" href="/quickstart.html" />
 			<item name="Manual" collapse="false" href="/docs/introduction.html">
 				<item name="Introduction" href="/docs/introduction.html" />
@@ -66,7 +62,7 @@
 		<menu name="Community">
 			<item name="Mailing Lists" href="/mail-lists.html" />
 			<item name="Issue Tracking" href="/issue-tracking.html" />
-			<item name="Wiki" href="http://wiki.apache.org/logging/Log4PHP" />
+			<item name="Wiki" href="http://wiki.apache.org/logging-log4php" />
 			<item name="Blog" href="http://blogs.apache.org/logging/" />
 		</menu>