Google's HTML-to-WML gateway pretty much throws away anything inside of a <form> (since they don't support the filling in and submitting of forms, I guess they consider hiding all of the text of the form to be "helpful" in preventing "confusion", *sigh*).

This is why surfing PerlMonks as AnonyMonk no longer generates an empty <form> that would be used for voting (and perhaps updating text) for a non-anonymous user. This change allows you to read the content of most PerlMonks nodes via Google's HTML-to-WML gateway.

blakem's version of CbLast includes a <form> that appears to have no purpose and that causes Google to render it in WML as little more than showing the time (no chatter is visible).

I'll ask blakem to remove the <form> and provide the source code to his script so perhaps Chady can switch over to it as well.

        - tye

In reply to (tye)Re2: A call for cblast35 mirrors by tye
in thread A call for cblast35 mirrors by crazyinsomniac

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.