I found pods2html to be pretty cool. You can specify the css to use and it'll include a reference to that in every doc page. I use the following command and css. (actually I just cut out a heap of guff from the css, it was a bit of a mess.. could probably do with more work, but it's a starting point)

pods2html --css http://www.example.com/css/perldoc.css --index MyDocs +--toc /path/to/modules /path/where/docs/should/go BODY { background: white; color: black; font-family: arial,sans-serif; margin: 0; padding: 1ex; } TABLE { border-collapse: collapse; border-spacing: 0; border-width: 0; color: inherit; } TD { margin: 0; padding: 0; } DIV { border-width: 0; } DT { margin-top: 1em; } TH { background: #bbbbbb; color: inherit; padding: 0.4ex 1ex; text-align: left; } TH A:link, TH A:visited { background: transparent; color: black; } PRE { background: #dddddd; border: 1px solid black; color: black; padding-top: 1em; padding-bottom: 1em; white-space: pre; } H1 { background: transparent; color: #006699; font-size: large; } H2 { background: transparent; color: #006699; font-size: medium; } LI { line-height: 1.2em; list-style-type: none; }

cheers,

J


In reply to Re: pod2html by edoc
in thread Better pod2html, like www.perldoc.com ? by agarsha

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.