In principle this is a good idea - we already have linking schemes to Perl documentation and CPAN, so we should also provide convenient ways to link to the ever changing Perl6 documentation. As [bareword] links are traditionally on-site links, I propose a different scheme, similar to [doc://] and [cpan://]:

  1. [syn://S(\d\d)(?::(\d+))?] could link to "http://perlcabal.org/syn/S$1.html#$2"
  2. [syn://S(\d\d)(?:/(\w+))?] could link to "http://perlcabal.org/syn/S$1.html#$2"

This is a bit off the cuff, but as both kinds of links are to Perl6 synopses, using the pseudo-protocol syn:// makes sense to me - maybe a different name like perl6syn:// makes more sense (yet makes it more verbose)...

What I wouldn't like is making the traditionally local links [\w+] going off-site, even for a class of special cases.

Update: I wrote handlelinks settings - (patch), which implements this scheme, but have neither tested nor applied that patch yet.


In reply to Re: Request for Perl 6 links by Corion
in thread Request for Perl 6 links by moritz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.