in reply to Page showing all nodelets?

As I mainly surf Perlmonks via the Newest Nodes, I did set up The Monastery Gates as my alternative node page, as I can select the nodelets displayed there differently from the nodelets displayed otherwise. The poll nodelet for example lives only on the Monastery Gates node, as it isn't necessary for my daily PM habit.

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web

Replies are listed 'Best First'.
Re^2: Page showing all nodelets? (use the frontpage)
by Aristotle (Chancellor) on Apr 07, 2003 at 08:21 UTC
    That's what I did, too - and took it one step further: you can configure which sections to display on the frontpage, and how many entries each. So I turned them all off, and enabled (almost) all my nodelets for the frontpage so it has effectively become my "all nodelets page". (Or actually, my "nodelets I only want to check occasionally" page.)

    Makeshifts last the longest.