FYI: I've added three lines to tnx.nl's 404 handler:

        /^A\d\d$/ and $_ = "http://dev.perl.org/perl6/apocalypse/$_.html"; and 
next;
        /^E\d\d$/ and $_ = "http://dev.perl.org/perl6/exegesis/$_.html"; and 
next;
        /^S\d\d$/ and $_ = "http://dev.perl.org/perl6/synopsis/$_.html"; and 
next;

Which makes links like http://tnx.nl/S03 available. A handy tool for
those who discuss Perl 6 on IRC. As with other tnx.nl redirects, they
can be combined using a comma: http://tnx.nl/A05,S05

A list of these and other available redirection tags is at http://tnx.nl/404


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html

Reply via email to