D'oh - I messed up the quoting on that node and I can't even edit and change it ... Stupid me :(

So here's the "real" version :

Perlmonks already has some Perl documentation online, available under the various keywords of the documentation, mostly perlman: and perlfunc:. When mentioning module names like HTTP::Message, the engine dosen't find that node here and on the Not found-page, there is a hint like "Maybe you want the CPAN information for HTTP::Message.

What I would like would be another prefix like for example CPAN: so I could reference documentation for a module available on CPAN directly from a node. The engine for that should be relatively simple if there is any provision of parsing node links for a prefix. Another addition along the same lines would be a link to the RFCsearch engine so that RFCs could be referenced using [RFC:2068].

Of course, all of this can already currently be done by looking up the "right" link and using <A href="...">, so it's not really necessary but the lazy ones among us (that is, I :)) would benefit from that, as would the persons needing the links to RFCs and CPAN documentation.


In reply to RE: Direct links to module documentation by Corion
in thread Direct links to module documentation by Corion

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.