|
Nicolas Lehuen made changes - 07/Mar/05 04:07 PM
Nicolas Lehuen made changes - 01/May/05 09:03 PM
Nicolas Lehuen made changes - 01/May/05 09:03 PM
OK, the handler is named mod_python.testhandler and display a whole range of information about the configuration. Now we need a little bit of documentation on how to use it.
I've also added a warning in the documentation, so that people using mod_python 2.7.x do not follow the 3.x testing instructions.
I've added a bit of documentation about testing and using the testhandler. Despite my efforts, I did not manage to install a proper LaTeX environnement to check my modifications, so I hope everything is OK.
Nicolas Lehuen made changes - 28/May/05 08:01 PM
You got the LaTex mostly right. There is one error (a stray backslash) which I've corrected in the attached patch.
As for the testing documentation itself, in section 2.4 item 7 you mention the need to "use a higher level handler such as mod_python publisher (see 3.1), mpservlets or Vampire". It may not be obvious to the reader that mpservlets and Vampire are not included with mod_python. Maybe add somthing at the end of section 2.4 such: \begin{seealso} \seeurl{http://home.comcast.net/~d.popowich/mpservlets}{mpservlets} \seeurl{http://www.dscpl.com.au/projects/vampire}{Vampire} \end{seealso} A few small documentation fixes.
Jim Gallacher made changes - 28/May/05 11:56 PM
OK, I have integrated your fixes.
Graham Dumpleton made changes - 05/Mar/06 01:44 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
for 3.1.X. Adding a test module in a future version will not change that. One
may be better off adding notes within the documentation of the latest version
on the web site where the mptest example is given, highlighting that it is only
valid for 3.1 and later and that people should check which version they are
using and refer to older documentation if they are using an older version. That
would stop a reasonable number of the questions.