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 content admins to know who can help you about this Content Administration.
Our rules
Enforce policies and best practices in compliance with DebianWiki/EditorGuide
Fight against spam in compliance with ../DealingWithSpam
- Work together, coordinate our works, reason as a team, discuss about our ideas
Things To Do regularly
Clean up
- Review new pages created more than 1 month ago, and do some cleanup.
- Remove wikihomepages of non-contributors
Delete CategoryProposedDeletion pages (or remove the tag)
Large attachments SystemAdmin
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-ti
Fix broken links
#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
Redirect to missing page
ToDo: we need to find a way to detect redirect pages that point to a missing (deleted?) page. (hint: list of redirect pages )
Double redirect
ToDo: we need to find a way to detect Double redirect (i.e redirect page, that point to a redirect pages). (hint: list of redirect pages )
Resolve Edit conflicts
If two users edit a page simultaneously, they will make and edit conflict when they both save. Those page should be cleaned. example :
Stub
ToDo: These are usually short, underdeveloped articles. You can help Debian Wiki by expanding them. a good way to detect them is to list wiki pages by page size (PageSize).
Current tasks
ToDo: Tasks to be handled by content administrators. Join and help us.
DebianWiki's theme should be served as static content
Works on Category
This wiki is a new, official 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 2006-05-15 02:08:52
CategoryCategory - list of all categories
CategoryRedundant - Current pages need to be centralized in one page. Show list of pages need to be merged.
CategoryProposedDeletion - Asking for deletion (see Editor Guide's Delete a page)
CategoryObsolete - Old pages that is currently preserved for historical purpose, or should be rewritten.
AbandonedPages - built-in Moinmoin page showing very old pages
Works on pages most viewed
Look at PageHits and try to improve pages most viewed.
Miscellaneous work
FixMe - Something needs to be fixed.
ToDo - Something that needs help to finish.
CleanMe - Problems related to last migration from Kwiki engine to current MoinMoin engine