Difference between revisions of "User:Wohlgemuth/ToDo"

From Glottopedia
Jump to navigation Jump to search
m (→‎Modules and Plugins: wunschzettel)
m (→‎To Do: sic)
Line 22: Line 22:
  
 
* Cross-linking Rutgers Optimality Archive (?)
 
* Cross-linking Rutgers Optimality Archive (?)
 
 
  
  

Revision as of 16:15, 19 February 2009

To Do

  • Import Utrecht-Daten
  • Verlinkung SIL-Artikel
  • Erstellen von Wartungskategorien (mehrsprachig)
    • Fehlerhaft / Ortho
    • Unvollständig / Stub /
    • IPA missing
    • Illustration needed
    • Tree/Graph missing
    • Example needed
    • Biased / Inobjective
    • Unbelegt (Reference missing)
    • Übersetzung fehlt
  • Import / Erstellen von:
    • Dokumentation / Anleitung
    • Hilfe
    • FAQ
    • Guidelines
  • Cross-linking Rutgers Optimality Archive (?)


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;