["FrontPage"] > ["DebianWiki"] > Contents Administration

(!) [:/Discussion:Discussion]

Translation(s): none


This page is meant as a hub, a central place to list all the work in progress related to the administration of this wiki's content. See [:DebianWiki/Contact#content-admins:content admins] to know who can help you about this Content Administration.

?TableOfContents(3)

Our rules

  1. Enforce policies and best practices in compliance with ["DebianWiki/EditorGuide"]

  2. Fight against spam in compliance with ["?DealingWithSpam"]

  3. Work together, coordonate our works, reason as a team, discuss about our ideas

Current tasks

Tasks to be handled by content administrators

Current Merging

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

Works on Category

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"]

I've marked old stuff that should be moved, merged or destroyed in CategoryObsolete... -- TheAnarcat ?DateTime(2006-05-15T02:08:52Z)

Old tasks