Re: [ANNOUNCE] pod2.perl.org!
[email protected] (Enrico Sorcinelli) Wed, 7 Oct 2009 14:30:52 +0200
| Newsgroups | perl.pod2 |
|---|---|
| Message-ID | <[email protected]> |
Hi Joergen, 2009/10/7 Joergen W. Lang <[email protected]>: > > > Enrico Sorcinelli schrieb: >> >> Hi Joergen, >> >> 2009/10/6 Joergen W. Lang <[email protected]>: >>> >>> Congratulations!!! >> >> Thanks :-) >> >> I hope to see you also in [email protected] mailing list: > > I just subscribed. That process should be *much* easier. BTW, all @perl.org lists are running with ezmlm. There is no web interface at all :-( >> there are a lot >> of good things in your perldoc2 specifications that IMHO we should >> resume and I think that your help will be important. > > Browsing through the initial page on pod2.perl.org I found the following: > > %> perldoc -L <country_code> perl > > May I suggest: > > %> perldoc perl > > defaults to whatever language is set in $ENV{'LANG'}. If no translation is > available an automatic fallback to english could take place. I already sent a similar patch to perl5-porters (seems that it has been applied, see http://www.nntp.perl.org/group/perl.perl5.porters/2009/09/msg150799.html) the improve Pod::Perldoc in that sense. That is, with PERLDOC_POD2 environment variabile you can set (once) preferred language or use language set in LC_ALL" "LC_LANG" "LANG" environment variables respectively. > Also: Default encoding should be UTF8 (16?). Existing pages should be > converted. > What do you think? It seems an interesting idea. Best - Enrico