Sunday December 21, 2008
12:11 AM
perldoc.perl.org wish list
Here is my wish list for
perldoc.perl.org
- Be able to type in for, foreach, while, etc. or even $_ or $a and get a link to a good explanation.
For this the X<> tags, added in 5.10, need to be indexed.
- Have localized version of the site.
Eg.
fr.perldoc.perl.org (future link) should have the same thing just with the French documentation based on POD2::FR and
it.perldoc.perl.org (future link)
should have the Italian version
based on
POD2::IT, with each site linking to the other translation sites.
- Get access to the source code of perldoc.perl.org so I can reuse it and/or implement some of the above myself.
Re: perldoc.perl.org wish list (Score:2)
More people need to know about p3rl.org [p3rl.org].
[OT] Pod::POM::Web (Score:1)
I use Pod::POM::Web [cpan.org] instead. The advantages: 1) it works offline, 2) it only indexes the modules I have installed, 3) it's fast, 4) it's quite hackable.