User:Wohlgemuth/Wishlist

From Glottopedia
Jump to navigation Jump to search

Wishlist

  • Tools:
    • Edit and Input tools like we had them with linguipedia MediaWiki:Edittools
    • IPA Input
    • Parser functions
    • AJAX search
    • ogg embedding, pdf upload
    • Sound files of all IPA sounds
    • Sound files for languages (text excerpts)
    • Pronunciation files and IPA transcription of all head words


Modules and Plugins


Ü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;