Difference between revisions of "User:Wohlgemuth/Wishlist"
Jump to navigation
Jump to search
Wohlgemuth (talk | contribs) m (→Modules and Plugins: aktualisiert) |
Wohlgemuth (talk | contribs) m (→Wishlist: :)) |
||
Line 1: | Line 1: | ||
==Wishlist== | ==Wishlist== | ||
− | * Tools: | + | * '''Tools:''' |
** Edit and Input tools like we had them with linguipedia [[MediaWiki:Edittools]] | ** Edit and Input tools like we had them with linguipedia [[MediaWiki:Edittools]] | ||
** IPA Input | ** IPA Input | ||
** Parser functions | ** Parser functions | ||
** AJAX search | ** AJAX search | ||
− | ** ogg embedding | + | ** ogg file embedding |
+ | ** video embedding | ||
+ | ** pdf upload | ||
+ | |||
+ | * '''Other things:''' | ||
+ | ** favicon (the orange part of the GP logo in 16x16 px, in .ico format) | ||
** Sound files of all IPA sounds | ** Sound files of all IPA sounds | ||
** Sound files for languages (text excerpts) | ** Sound files for languages (text excerpts) | ||
** Pronunciation files and IPA transcription of all head words | ** Pronunciation files and IPA transcription of all head words | ||
− | |||
==Modules and Plugins== | ==Modules and Plugins== |
Revision as of 10:48, 13 May 2009
Wishlist
- Tools:
- Edit and Input tools like we had them with linguipedia MediaWiki:Edittools
- IPA Input
- Parser functions
- AJAX search
- ogg file embedding
- video embedding
- pdf upload
- Other things:
- favicon (the orange part of the GP logo in 16x16 px, in .ico format)
- Sound files of all IPA sounds
- Sound files for languages (text excerpts)
- Pronunciation files and IPA transcription of all head words
Modules and Plugins
- SpecialUserScore - Statistiken nach Beitragszahlen/User/Namensraum
- UserStatistics - Statistiken nach Beitragszahlen/User/Namensraum
- SpecialUserStats - Statistiken nach Beitragszahlen/User/Namensraum
- SpecialLastUserLogin2 - SysOp können nachsehen, wann ein User zuletzt aktiv war
- UserRightsList - einfachere Rechteverwaltung
- SpecialPermissions - dito
- SpecialRenameuser - Nutzernamen ändern statt User sperren (nur SysOp) http://www.mediawiki.org/wiki/Extension:Renameuser
- DeleteUser - Account löschen http://www.mediawiki.org/wiki/Extension:Deleteuser
- PasswordReset - Passwörter zurücksetzen bei vergessenem PW (nur SysOp)
- UserMerge - mehrere Accounts in einen zusammenführen (nur SysOp) http://www.mediawiki.org/wiki/Extension:User_Merge_and_Delete
- MergeAccount - dito http://meta.wikimedia.org/wiki/Help:Unified_login
- DynamicPageList - automatische Artikelverzeichnisse
- DynamicPageList2 - dito, aber komfortabler
- EditCount - Beitragszähler
- calc.php - Rechnerfunktion; wichtig für diverse Plugins
- RpnCalc.php - dito
- CharInsert.php - Eingabetool
- SubPageList2.php - Auflisten von Unterseiten; Auto-Index
- ExtensionClass.php - Grundlage für diverse Plugins
- SysopSidebar.php - Komfort ist alles
- AutoArchive für Diskussionen
- CategoryTree - Dynamische Kategorieanzeige http://www.mediawiki.org/wiki/Extension:CategoryTree
- AntiSpoof - verhindert irreführende Benutzernamen http://www.mediawiki.org/wiki/Extension:AntiSpoof
- TitleKey - Suchverbesserung - http://www.mediawiki.org/wiki/Extension:TitleKey
- Review System - http://www.mediawiki.org/wiki/Extension:FlaggedRevs
- So etwas in der Richtung: http://www.mediawiki.org/wiki/Extension:AutoLanguage
- Biblio: http://www.mediawiki.org/wiki/Extension:Biblio
Überhaupt sollte man hier mal stöbern: http://www.mediawiki.org/wiki/Category:All_extensions
Konfigurationseinstellungen
- Spielzeug für den Statistikfetischisten
$wgAllowPageInfo = true; $wgMaxCredits = 3; $wgShowCreditsIfMax = true; $wgAllowRealName = false; $wgAllowCategorizedRecentChanges = true;
- IP von Anonymen nicht im Header anzeigen, keine Talkseite anlegen
$wgShowIPinHeader = false; $wgDisableAnonTalk = true;
- Bessere Artikel-URLs
$wgArticlePath = "/wiki/$1";
- Auch nett:
$wgUseTeX = true;