Re: Patch for examples

2009-09-06 Thread Christian Grobmeier
Hi Patch is applied slightly modified (rv812001). I removed the examples.apt page, cause we already have an appender documentation page. I included the snippets there. Additionally I added the link to the property file in the phpdoc, cause this is the place were the magic happens :-) Just a sid

svn commit: r812001 - in /incubator/log4php/trunk/src: examples/php/mail.php examples/php/syslog.php examples/resources/mail.properties examples/resources/syslog.properties main/php/appenders/LoggerAp

2009-09-06 Thread grobmeier
Author: grobmeier Date: Mon Sep 7 05:42:45 2009 New Revision: 812001 URL: http://svn.apache.org/viewvc?rev=812001&view=rev Log: Patch from Christian Hammers: phpdoc and APT docs make use of example files. Modified: incubator/log4php/trunk/src/examples/php/mail.php incubator/log4php/trunk

Re: How to change the Maven dependency to Doxia?

2009-09-06 Thread Christian Grobmeier
Hi I am not sure why mvn is downloading this version, but I guess its related cause you tried to include it as a dependency. Doxia - in that case - is not a dependency to the project and you should delete that part out. Dependencies are f.e. compile time dependencies to the project. But we don't h

Re: The web site menu

2009-09-06 Thread Christian Grobmeier
Hi, most changes would work for me - if you have a slot left, the changes can be done in the site.xml :-) Otherwise I can do this in a few days Thanks Christian On Sun, Sep 6, 2009 at 5:19 PM, Christian Hammers wrote: > Hello > > After searching for the PHPdoc and finding it under "About log4php

Re: How to run just the Doxia plugin?

2009-09-06 Thread Christian Grobmeier
Hi there, if it is just for testing purposes, try to comment the following part out: phpdoct ... You can do it with the other executions too, if they are starting to getting on your nerves. If you could manage it to bring that examples in, think that would be a great addtion. I total

Patch for examples

2009-09-06 Thread Christian Hammers
Hello Attached is a patch that shows how the examples from src/examples could be linked to the phpdoc API docs as well as to the regular site documentation. As a suggestion I would rename them from syslog.php to appender_syslog.php and from xml.php to configurator_xml.php etc. so that it is not a

How to change the Maven dependency to Doxia?

2009-09-06 Thread Christian Hammers
Hi Sometimes I wish back the good ol' Makefile... why is Maven insisting on using doxia 1.0-alpha-11? There is no visible dependency in the pom.xml and it does so even if I add a dependency to 1.1.1:

How to run just the Doxia plugin?

2009-09-06 Thread Christian Hammers
Hi Can anybody give me a hint how to tell maven to just recreate the *.apt files without running the phpdoc stuff (26 seconds) as a "mvn site" does? I figured that one can probably¹ use {snippet|file://../../examples/syslog.php} in an .apt file and @example ../../examples/php/sysl

The web site menu

2009-09-06 Thread Christian Hammers
Hello After searching for the PHPdoc and finding it under "About log4php" and not under "User documentation" and thought that the menu could be improved a bit :) Why not design it in the order a newcomer would want to use it: What is this / How to install / How to use / How to get involved bye,