Hi

Am I wrong or did metacpan "break" some extended display options cpan.org had?

Like:

  • (distribution) internal hyper links with L<...>
  • embedded images
  • display .html files as html and not raw

    On a similar note, github is using README as main entry page and allows using README.pod as alternative to markdown.

    But while markdown seems to allow internal links and images this seems hard in pod.

    I can't figure out how to write a L<> to link to the main module.

    I suppose this is due to ambiguous definition of POD standard.

    edit
    Example: Emacs::PDE used to link in SEE ALSO to extensive html docs inside the distribution.

    These links are broken now, going manually to the html files only shows the raw text for me.

    update

    OK the link L<lisp/doc/pde/index.html> doesn't use a scheme like html: I suppose this used to work in the old times.

    lisp is interpreted as a module name.

    On github prepending a ./ will not search a relative path inside the distribution.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice


    In reply to POD: embedding/linking/displaying html and images on metacpan and github by LanX

    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.