There were no big changes. Some bad actors (identifying as bots) have been blocked by their IP address, and I've marked some more links as "rel"="nofollow" in the hope that good actors won't hammer the site for little to no information gain. This is mostly for the print view and showing spoilers.

I'm thinking of changing the spoilers to be entirely client side by using the <details><summary>Reveal Spoiler</summary> Here is the hidden content</details> tag - it seems to be fairly well supported.

Testing this:

Reveal SpoilerThis is a spoiler that has been hidden.

The changes for this would be mostly made in ParseLinksInContent, replacing the link spoiler style with something that renders <details><summary>Reveal</summary>...</details>, and in Display Settings, changing the link spoiler style to details.

I'm for removing the link spoiler style alltogether, as modern (enough) user agents render it well enough. Revealing all spoilers can also be implemented in Javascript easily if needed.


In reply to Re^2: The recent outage by Corion
in thread The recent outage by Co-Rion

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.