First, I very much dislike the new perdoc.perl.org design
- It's full of eye-candy and wasted screen space.
- It has a deep navigation hierarchy: you have to click and click and click to get where you're going.

perldoc.pl suits me much better
- It's text-only.
- It's big and flat. I can get the whole thing at once and scroll to find what I need.

Couple of things on perldoc.pl
- The code boxes are low-contrast and hard to read on my screen. Not sure why this is. The font is very lightweight; maybe needs to be heavier.
- The code boxes render in courier. Courier was designed for typewriters. For better readability, consider using a modern fixed-width font that was designed for screens. (Or just specify "fixed" and let the browser choose.)
- I need the row of index letters at the top of the perlfunc page that jump to the functions that start with that letter. I know they aren't in the POD, but scrolling through a page that big is awkward.


In reply to Re: Request for Feedback: Perl Documentation Site by swmcd
in thread Request for Feedback: Perl Documentation Site by Anonymous Monk

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.