I dunno if anybody wants to take things in this direction, but lemme just spew forth something floating around in my brain. Mozilla / Netscape 6 and later have a neat sidebar functionality; basically, it's a very narrow HTML page that you can use to quickly access all sorts of content. It's great for Google (keeps the result of your searches in the sidebar so you can visit many results without using the back button etc.). But I'm not plugging Moz here so much as thinking it might be cool if PM (or the Everything engine) could generate a sidebar page with, say, the 5 most recently added nodes and the search box. It doesn't need to be fancy, and it wouldn't detract from the functionality of the site for other user agents. The URL could point to a page that's statically generated every so often so it wouldn't generate extra server load.

Building such a creature is easy: just spew out the HTML from a given URL, making sure it looks OK at around 150 px wide, and make sure all the links have a target attribute of "_content".

References:

I mistrust all systematizers and avoid them. The will to a system shows a lack of integrity -- F. Nietzsche


In reply to PM Sidebar for Mozilla / Netscape 6 users by arturo

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.