That brings our total number of links to edit/create to 88 for each release cycle. Add the need to create 5 links for every file for local, torrent, and mirrors, and it gets unweildly.

That being said, I'd like to find a better way to present these on the website.

So there are 88 distinct files for customers to choose from, and they can take one or more of these from at least five different servers? Sounds like, rather than putting all those links directly into a page, you'd rather put up a form with some combination of listbox(es), check-buttons and/or radio buttons to let the customer see the choices in a compact layout.

For example, you could start with a listbox for the user to choose which server they prefer. Then a set radio buttons to establish the OS, and another set for download format (torrent/rpm/bz2, etc. -- the choices might need to have explanations to indicate which OS choices they're valid for). Finally, a set of check-box buttons (user can turn on one or more) to indicate which particular apps/versions they want.

Then it's a matter of assembling the posted information from the form into the corresponding link targets, and putting up a simple page that parrots back the user's choices in human-readable format, together with the set of tailored links ("Here are the links to the items you requested...").


In reply to Re: A Hash is a Hash (of course, of course) by graff
in thread A Hash is a Hash (of course, of course) by hacker

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.