Closed Grinnz closed 4 years ago
I understand the motivation for this, and I almost just merged it.
I have two concerns:
Maybe those don't matter?
The FAQ on learn.perl.org is currently 2 years out of date. I've just run the script to update it. So now it's not out of date. (As soon as the gears turn and caches clear.)
It wouldn't be too hard to automate the updating.
It's up to you. The metacpan style looks fine to me (though I also disagree with the max width wrapping). It just seems like a lot of infrastructure/setup for something that is already viewable online and automatically up to date. Linking to perldoc.perl.org's version would be sufficient (barring that site's issues) and also avoid the duplication.
Let's try perldoc.perl.org then.
Please also update the .htredirects file and delete the "local" copies of the faq.
Sorry for the delay. Rebased and changed to perldoc links and deleted the local copies. I'm not sure if anything in .htredirects needs updating because it's only pointing to the "beginner" pages which aren't part of core perldocs.
Ah, I updated .htredirects to have a redirect for existing links to perldoc.
Thanks! Merged!
Currently perlfaq is released to CPAN, pulled into core, and in addition seems to be duplicated on learn.perl.org. It seems like an unnecessary duplication that leads to more delay in making the latest perlfaqs visible to everyone. Metacpan is going to have the most up to date versions, since even if perldoc.perl.org was showing the latest stable release it would still be behind until the next stable release occurs. So this is a suggestion to just change all links to to the FAQ to link directly to the versions on metacpan. I also changed one link to
/faq
to such, because it was just a page linking to itself which didn't make much sense.