As a rule of thumb any sitedoclet will have an associated superdoc to go along with it. Normally it will have the same name but for omitting the 'sitedoclet' part of the title. So Recently Active Threads Faqlet sitedoclet is the sitedoclet used by Recently Active Threads Faqlet. The reason these arent the more usual sitefaqlet type (where there is no need for a superdoc) is because the RAT Faqlet needs to be able to output html that isnt legal in a sitefaqlet. Thus the illegal stuff is handled by the superdoc, and the normal stuff is contained in the sitedoclet so the SDC can manage it.

sitefaqlets are text nodes maintained by SDC that are directly visible to the user. sitedoclets are text nodes maintained by SDC that will be inserted into a superdoc as dictated by the pmdevil responsible. Thus allowing SDC to maintain the documentation/text independently of pmdev.


---
demerphq

    First they ignore you, then they laugh at you, then they fight you, then you win.
    -- Gandhi

    Flux8



In reply to Re^2: Help wanted on Recently Active Threads by demerphq
in thread Help wanted on Recently Active Threads 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.