Re: how is the html on search.cpan.org generated?
[email protected] (nadim)
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <1256120189.9942.3.camel@naquadim> |
On Tue, 2009-10-20 at 14:19 +0100, Mitch Gower wrote: > Hello, > > I originally asked this on cpan-discuss, but I'm guessing pod-people > is a better list. > > The pod to html conversion used on search.cpan.org seems to produce > quite > nice output. What tool is being used there, and is it publicly > available? I couldn't see any evidence in the html itself of what's > being used. > > thanks, Mitch check pod2projdocs. That's what I use to check my docs before uploading. we also used it to document a big project. A very useful module that deserves a serious try. Nadim.