Difference between revisions of "User:Wohlgemuth/Wishlist"

From Glottopedia
Jump to navigation Jump to search
m (→‎Modules and Plugins: aktualisiert)
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, pdf upload
+
** 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


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