KVTML
KVTML steht für "Kool Vokabel Trainer Markup Language" und ist ein Datenformat zum Speichern von Vokabellisten unter Linux. Entwickelt wird es vom KDE Education Project.[1] Programme die mit diesem Format umgehen können, sind Parley, KHangMan, KVocTrain und KWordQuiz.
Beispiel
<?xml version="1.0"?>
<DOCTYPE kvtml PUBLIC "kvtml2.dtd" "http://edu.kde.org/kvtml/kvtml2.dtd">
<kvtml version="2.0">
<information>
<generator>converter</generator>
<title>Animals</title><!--Translate tag content-->
<comment>Animals from across the planet</comment><!--Translate tag content-->
</information>
<identifiers>
<identifier id="0" >
<locale>en</locale>
</identifier>
</identifiers>
...
<entry id="0" >
<inactive>false</inactive>
<inquery>false</inquery>
<translation id="0" >
<text>bear</text><!--Translate all text tags content-->
<comment>Large heavy animal with thick fur</comment><!--Translate all comment tags content-->
</translation>
</entry>
</kvtml>
Siehe auch
Weblinks
Quellenangaben
- Phil Hughes: Wie man KVTML-Dateien erstellt.. In: linuxjournal.com. 31. Dezember 2008. Abgerufen am 1. Februar 2012.
- Burkhard Lück: Wörter für eine neue Sprache für das Spiel.. In: docs.kde.org. 25. September 2011. Abgerufen am 2. März 2012.
Einzelnachweise
- KVTML. Abgerufen am 12. September 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. The authors of the article are listed here. Additional terms may apply for the media files, click on images to show image meta data.