1 Jan 02:10
Re: Deprecate 'sysop' throughout MediaWiki?
Aryeh Gregor <Simetrical+wikilist <at> gmail.com>
2009-01-01 01:10:15 GMT
2009-01-01 01:10:15 GMT
On Wed, Dec 31, 2008 at 6:00 PM, Chris Down <neuro.wikipedia <at> googlemail.com> wrote: > As far as I am aware, the term 'sysop' is only used on more behind the > scenes places - places where the average Wikipedia editor or reader is not > likely to go. Sysop is, at least in my opinion, the more technically adept > term, but I suppose the traditional meaning of it does not describe the job > of a Wikipedia administrator correctly. > > I think a wide consensus needs to be gathered before such a change is made, > even if it is perhaps considered relatively minor. Note that individual wikis could change back if they liked it. We're talking about the software defaults here, not enwiki or any other single wiki.
The application works from the wiki text found in XML dumps, and
includes MediaWiki
to parse them. Unlike other existing programs[1], MediaWiki isn't
working in a web server
fashion, the whole app is written in PHP, using PHP-GTK [2]. MediaWiki
is run as a
subquery, using the runkit extension [3]. The html result is fed back to
GtkIEEmbed for the
display.
The format for the files, is the same XML as the dumps, and the problem
of bzip files being
too big [5] is overcome by using separated borrow-wheels blocks (in
fact, for easiness I'm
using full bzip2 files concatenated) each N articles. Similar to the
(independent) approach
taken by Thanassis Tsiodras (ttsiod) on [6]. However, instead of
splitting the existing files,
RSS Feed