I'm posting about the checkboxes idea. We could do it with checkboxes, or a pulldown menu or links.

Each section of the site could then be virtually segmented into subtopics and maybe become more self-organizing. It could reduce the number of repeated newbie questions (well maybe). It might be an interesting way to preserve good bits, if this doesn't encroach on the Editors' territory.

This is similar to how I added a products page to a search engine here by making a multiple keyword search (like "millimeter or microwave or wave or antenna" for millimeter wave products) as you can see from the HTML source. The terms were chosen by working backward to cover as many pages as possible, and then a multiple keyword search is run on the inverted index.

I'm a little worried that it might really slow the site down though if Super Search is used without changes, since searching would become a major part of navigation. We might need to have more programming done and a new keyword index added in that case. Would like to hear from anyone with experience working on the search facility at PM.


In reply to Re: Seekers of mod_perl Wisdom? by mattr
in thread Seekers of mod_perl Wisdom? by Sinister

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.