Everyone has the option of watching their own pages, but no one is responsible for content at the moment. The thinking behind the monitor script was that we would want to check & verify the data every few months to make sure it is still accurate (we use another piece of software that goes through constant revisions).

The MediaWiki version is 1.8.2 I check in on the special pages every now and again to see what I can be doing to clean up, but I've been looking to automate when possible. For example, my next project is a script that will do a regexp search using the titles of articles, match them against the text of articles, and create a wiki link on the first instance of a match in the text of an article. Some people are very comfortable making edits on the fly, and some are not, but just about everyone around here loves it (our old help system had no search ability).

I've already made up some simple instructions for editing, and we've shown it off to everyone, and while the theory is that everyone will be doing the editing, in practice it's going to come down to myself and a few others, and anyway I can make the machine do the work is helpful; especially if it's work I need to repeat across every article in there.


In reply to Re^2: Tricks for Maintaining a Wiki by starX
in thread Tricks for Maintaining a Wiki by starX

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.