Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 45839
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: dwheeler [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Add XHTML Index Support
Date: Thu, 7 May 2009 22:40:25 -0700
To: bug-pod-simple [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
Howdy, The attached patch adds support for an index (TOC) in the XHTML output. I'll soon be releasing Pod::Site, a revamp of the old Bricolage doc browser, and wanted to have indexes in the output pages. Thanks! David

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #45839] AutoReply: Add XHTML Index Support
Date: Thu, 7 May 2009 22:59:54 -0700
To: bug-Pod-Simple [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On May 7, 2009, at 10:41 PM, Bugs in Pod-Simple via RT wrote: Show quoted text
> Howdy, > > The attached patch adds support for an index (TOC) in the XHTML > output. I'll soon be releasing Pod::Site, a revamp of the old > Bricolage doc browser, and wanted to have indexes in the output pages.
Bah! Just found a few issues. New patch tomorrow, I hope. David
Subject: Re: [rt.cpan.org #45839] Add XHTML Index Support
Date: Fri, 8 May 2009 09:32:26 -0700
To: bug-Pod-Simple [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
Okay, here's a new patch that properly handles XHTML markup in indexable elements (=head[1-4]). I've also made the idify() method public, as I need it in my subclass. :-) Tests included, BTW. So, what's the status of Pod::Simple? Who is maintaining it now? Thanks, David

Message body is not shown because sender requested not to inline it.

Bump!
RT-Send-CC: dwheeler [...] cpan.org
Looks good, go ahead and apply it. Add a note in the ChangeLog for the next release. (One stray verbatim indent test change slipped into t/xhtml01.t, should be dropped.) Thanks! Allison
Subject: Re: [rt.cpan.org #45839] Add XHTML Index Support
Date: Thu, 20 Aug 2009 13:51:48 -0700
To: bug-Pod-Simple [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Aug 19, 2009, at 8:11 PM, ARANDAL via RT wrote: Show quoted text
> Looks good, go ahead and apply it. Add a note in the ChangeLog for the > next release. > > (One stray verbatim indent test change slipped into t/xhtml01.t, > should > be dropped.)
There were a few of them, actually. Fixed and committed in r371. Best, David