On Sat, 2 Sep 2006, Philip M. Gollucci wrote:

Fred Moyer wrote:
Stas Bekman wrote:

I'd suggest to put the mapping somewhere in the user docs and link from
the above link there...

Probably somewhere around:
http://perl.apache.org/docs/2.0/user/handlers/http.html

Here are the proposed diffs.  You can view the html at this url:
http://redhotpenguin.com/mirrors/perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_Status_Codes

Stas do I need to add a reference to the modperlbook url this pod snippet
came from?  Comments on this welcome, I'll probably commit it revised
sometime soonish unless anyone has objections.

a little after this the intentation is off and thus the resulting HTML 
(text/code) isn't indented correctly.
Should be a trivial fix.
 sub unique_id {
     require APR::UUID;
     return APR::UUID->new->format;
 }

I'm cleaning some small stuff up also.
But you know I've running into problems here and there with getting the code
indented properly, I've been trying to do what you have above there and the
fact that I haven't gotten it yet is really bugging me. The pod source I have is

 sub unique_id {
  require APR::UUID;
  return APR::UUID->new->format;
 }

I can't seem to get the second level of indentation needed past the first verbatim paragraph.

I'm not entirely sure, but I think you were trying to have
lines like 'Successful 2xx:' not show up like code -- I think you meant to 
un-indent them.
(could be wrong here)

I actually tried that but the results were not what I expected so I just revised it to this style:

=head2 HTTP 1.1 Status Codes

=over 4

=item *

Informational 1xx:

 100...

I'd really like to get figured out how to indent all those code blocks properly but it looks like that's an issue in several places in the docs so I'm not sure if it's possible.

Looks fabulous to me.

Thanks!

P.S.
 Add yourself to the contributors page and related when you get a chance.

http://perl.apache.org/about/contributors/people.html

(CC'ed fwiles -- I think he needs to do the same)

Will do.

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

Reply via email to