Boris Zentner wrote:
Am Dienstag, 20. Januar 2004 22:17 schrieb Stas Bekman:

So my idea was to list all Apache::RequestRec methods in the
Apache::RequestRec manpage, but have the bodies of most of them spread
across Apache::RequestIO, etc, just like it is now. That's if you use the
web interface. It won't quite work for 'perldoc'.

So now that you know what the problem is, please tell us your ideas on how
to approach that.


Like perl does it already. for example:

perldoc perl gives this list:
  ....
          perltrap            Perl traps for the unwary
           perldebtut          Perl debugging tutorial

           perlfaq             Perl frequently asked questions
             perlfaq1          General Questions About Perl
             perlfaq2          Obtaining and Learning about Perl
             perlfaq3          Programming Tools
             perlfaq4          Data Manipulation
             perlfaq5          Files and Formats
             perlfaq6          Regexes
             perlfaq7          Perl Language Issues
             perlfaq8          System Interaction
             perlfaq9          Networking

translated to mp2 this may look like

        Apache::Request(Rec|Handle) request record accessors
          Apache::RequestIO Discription of IO methods of Apache::RequestRec
          Apache::Request::* bla bla bla

I hope the spaces are correct in your mailers. Just to be sure Apache::RequestIO and Apache::Request::* are indented.

We have that already accomplished more or less. May be some more polishing is needed.


but it doesn't quite follow your previous suggestion that you should be able to find *all* Apache::RequestRec object's methods in the Apache::RequestRec manpage.


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to