[:../:FrontPage] > ["DebianWiki"] > Administration ?BRTranslation: none

This page is meant as a hub, a central place to list all the pages related to the administration of this wiki (i.e. by Content Administrators).

Regular wiki Editors should visit [:DebianWiki/EditorGuide:Editor Guide] (or contact [:DebianWiki/Contact#content-admin:Content Administrators] for assistance).

Who are the administrators

Official Wiki policy

Here's a list of all policy documents that have been broadly agreed upon by the active wiki contributors. Before they are agreed upon, policy ideas can be discussed in the ["?DiscussionsStarter"] page.

Task to be handled by content administrators

Todo

Answer visitor questions

As the title implies ;). also, monitor the appropriate mailing lists.

Enforce Policy & Best practices

Try to enforce best practices and published policies (in [:DebianWiki/EditorGuide:Editor Guide], etc.)

Fight spam

  • ?DealingWithSpam - Unfortunately, we need a page for this.

Illegal pages names

  • #extract list of pages
    wget http://wiki.debian.org/TitleIndex?action=titleindex > /tmp/wdo-ti  
    #page with "illegal" name
    grep -E '[^[:alnum:]\/\.+, :_-]' /tmp/wdo-illegal-pagenames

  • #List wanted pages (broken links)
    links -dump 0 -no-numbering -no-references -dump-width 4096 http://wiki.debian.org/WantedPages | grep -E '^[ ]*[0-9]+\. ' | sed -e 's/^[ ]*[0-9]\+\. //' > /tmp/wdo-wp
    
    sed -e 's/^[^:]*: //' -e 's/, /\t/g' /tmp/wdo-wp | tr "\t" "\n" | sort | uniq -c | sort -n > /tmp/wdo-pages-with-lot-of-broken-links
    # page with ["  or http://
    grep -E '^(\[|http)' /tmp/wdo-wp > /tmp/wdo-broken-external-links

Notice about migration of this wiki

This wiki is a new, official [http://www.debian.org Debian] resource, based on MoinMoinWiki. The contents of the now discontinued wiki.debian.net by MichaelIvey are now all converted (MigrationStatus) over to this wiki. Thank you all very much for your patience, and thanks for MichaelIvey for maintaining the previous wiki for so long. --["Jeroen"]