SVN commit 488347 by hedlund: Updated version numbers and kvtml contribution information on edu website. M +14 -14 contrib/kvtml.php M +2 -2 kvoctrain/index.php M +1 -1 kwordquiz/index.php --- trunk/www/areas/edu/contrib/kvtml.php #488346:488347 @@ -5,14 +5,14 @@ include ( "header.inc" ); ?> -

- The learning files listed here are intended for use with KVocTrain, KWordQuiz and FlashKard (pre- KDE 3.4) which are both part of the KDE Education project. -

+ The learning files listed here are intended for use with KVocTrain and KWordQuiz which are both part of the KDE Edutainment project. The files can also be used with FlashKard, a program that was included in earlier versions of KDE. +

+

You can create a kvtml file using KWordQuiz. You add the back and front for each cards and then you save your data. It will be saved using the kvtml extension. Please see here for an example of a kvtml file if you want to create one with an editor.

-

Please send your contributed files to the KDE-Edu mailing list so they can be uploaded on this page. +

+Please send your contributed files to the KDE-Edu mailing list so they can be uploaded on this page.

Areas: @@ -33,7 +33,7 @@
  • Music Theory
  • -
  • Misc.
  • +
  • Geography
  • @@ -629,8 +629,8 @@

    - -

    Misc.

    + +

    Geography


    @@ -698,17 +698,17 @@

    - Despite the fact that all files can be loaded and used with both applications you - should keep in mind that FlashKard has a simpler design and might ignore some features from - the files. If you work with FlashKard and save afterwards you might lose some properties that are - available in KVocTrain. For that reason the table below lists advanced features that are only available + Despite the fact that all files can be loaded and used with both KWordQuiz and KVocTrain you + should keep in mind that KWordQuiz has a simpler design and might ignore some features from + the files. If you work with KWordQuiz and save afterwards you might lose some properties that are + available in KVocTrain. For that reason the table above lists advanced features that are only available in KVocTrain. Minor features like the names of lessons are not mentioned though they get lost with - FlashKard. + KWordQuiz. It is expected that this limitation will be removed in the next major version of KDE.

    Important note for KVocTrain users: - When changing the sources to be more compatible with FlashKard and the + When changing the sources to be more compatible with the XML standards I broke compatibility with older executables and did not notice. If your KVocTrain application reports Error in line 2 you only have to load this file with a simple text editor and change in line 2 lowercase system and doctype to uppercase SYSTEM and DOCTYPE. --- trunk/www/areas/edu/kvoctrain/index.php #488346:488347 @@ -6,7 +6,7 @@ $appinfo = new AppInfo( "KVocTrain" ); $appinfo->setIcon( "../pics/projects/cr32-app-kvoctrain.png", "32", "32" ); - $appinfo->setVersion( "0.8.1" ); + $appinfo->setVersion( "0.8.3" ); $appinfo->setLicense("gpl"); $appinfo->setCopyright( "2000", "Ewald Arnold" ); $appinfo->addAuthor( "Ewald Arnold", "kvoctrain AT ewald-arnold DOT de" ); @@ -17,7 +17,7 @@

    Description

    KVocTrain is an advanced vocabulary trainer. Like most of the other vocabulary trainers it uses the "flash card" approach. If you prefer a more general flash card program, please try KWordQuiz

    - +

    You remember: write the original expression on the front side of the card and the translation on the back. Then look at the cards one after another. If you knew the translation, put it away. If you failed, put it back to try again.

    --- trunk/www/areas/edu/kwordquiz/index.php #488346:488347 @@ -6,7 +6,7 @@ $appinfo = new AppInfo( "KWordQuiz" ); $appinfo->setIcon( "../pics/projects/cr32-app-kwordquiz.png", "32", "32" ); - $appinfo->setVersion( "0.8" ); + $appinfo->setVersion( "0.8.1" ); $appinfo->setLicense("gpl"); $appinfo->setCopyright( "2003", "Peter Hedlund" ); $appinfo->addAuthor( "Peter Hedlund", "peter AT peterandlinda DOT com" );