I don't support any more outside links directly to the default nodelets. The Leftover nodelet already has I think eight, at least that many have I counted in the personal css rule that removes them.

These kind of links should go to one of the pages reachable from the Other info sources page which is linked from the Information nodelet.

In case there's anyone else who doesn't like all the outside links on the Leftover nodelet which otherwise has important in-site navigation links too, here's the rule. Just copy to the personal CSS box in Display Settings.

/* hide some links from the nodelets */ .nodelet#leftovers a[href="http://www.cafepress.com/perlmonks,perlmonk +s_too,pm_more"], .nodelet#leftovers a[href="http://www.cafepress.com/ +perlmonks,perlmonks_too,pm_more"] + br, a[href="http://perlbuzz.com/"], .nodelet#leftovers a[href="http://perl +buzz.com/"] + br, a[href="http://perl.com/"], .nodelet#leftovers a[href="http://perl.com +/"] + br, a[href="http://www.perlfoundation.org/perl5/index.cgi"], .nodelet#left +overs a[href="http://www.perlfoundation.org/perl5/index.cgi"] + br, a[href="http://jobs.perl.org/"], .nodelet#leftovers a[href="http://job +s.perl.org/"] + br, a[href="http://www.pm.org/"], .nodelet#leftovers a[href="http://www.pm +.org/"] + br, a[href="http://planet.perl.org/"], .nodelet#leftovers a[href="http://p +lanet.perl.org/"] + br, a[href="http://use.perl.org/"], .nodelet#leftovers a[href="http://use. +perl.org/"] + br, a[href="http://www.perl.org/"], .nodelet#leftovers a[href="http://www. +perl.org/"] + br { display: none }
Note: this doesn't hide the Perl Documentation link and the link to CPAN. Add those too if you want.

Update: Fixed the rules to hide those remaining two links as well, for I decided I don't need those either. Here's the new rule:

.nodelet#leftovers a[href="http://www.cafepress.com/perlmonks,perlmonk +s_too,pm_more"], .nodelet#leftovers a[href="http://www.cafepress.com/ +perlmonks,perlmonks_too,pm_more"] + br, .nodelet#leftovers a[href="http://perlbuzz.com/"], .nodelet#leftovers +a[href="http://perlbuzz.com/"] + br, .nodelet#leftovers a[href="http://perl.com/"], .nodelet#leftovers a[hr +ef="http://perl.com/"] + br, .nodelet#leftovers a[href="http://www.perlfoundation.org/perl5/index.c +gi"], .nodelet#leftovers a[href="http://www.perlfoundation.org/perl5/ +index.cgi"] + br, .nodelet#leftovers a[href="http://jobs.perl.org/"], .nodelet#leftovers + a[href="http://jobs.perl.org/"] + br, .nodelet#leftovers a[href="http://www.pm.org/"], .nodelet#leftovers a[ +href="http://www.pm.org/"] + br, .nodelet#leftovers a[href="http://planet.perl.org/"], .nodelet#leftove +rs a[href="http://planet.perl.org/"] + br, .nodelet#leftovers a[href="http://use.perl.org/"], .nodelet#leftovers +a[href="http://use.perl.org/"] + br, .nodelet#leftovers a[href="http://www.perl.org/"], .nodelet#leftovers +a[href="http://www.perl.org/"] + br, .nodelet#leftovers a[href="http://perldoc.perl.org/"], .nodelet#leftov +ers a[href="http://perldoc.perl.org/"] + br, .nodelet#leftovers a[href="http://cpan.perl.org/"], .nodelet#leftovers + a[href="http://cpan.perl.org/"] + br { display: none }

Update: added newlines to the css rules, I hope that doesn't break it.


In reply to Re: active state community page and other missing links by ambrus
in thread active state community page and other missing links by SilasTheMonk

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.