From kde-commits Sun Apr 03 20:58:51 2011 From: Jeremy Paul Whiting Date: Sun, 03 Apr 2011 20:58:51 +0000 To: kde-commits Subject: KDE/kdeedu Message-Id: <20110403205851.1C022AC8CE () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130186437502461 SVN commit 1226987 by whiting: change README to point to new git repos M +9 -48 README --- trunk/KDE/kdeedu/README #1226986:1226987 @@ -1,54 +1,15 @@ -In this file: +kde-edu has moved to KDE's Git hosting facilities. -* What it is -* Common Mistakes -* Debugging -* More Info +See http://projects.kde.org/projects/kde/kde-edu/ for the clone URLs. -What it is ----------- +Instead of remembering the above URL prefixes, you can also put the following in your ~/.gitconfig: -* blinken: the KDE version of the well-known game Simon Says -* kalgebra: mathematics: editor and plotting -* kalzium: periodic table of elements -* kanagram: an anagram game -* kbruch: fraction excercise trainer -* kgeography: geography learning program -* khangman: hangman game. The child should guess a word letter by letter. -* kig: interactive geometry -* kiten: japanese reference tool -* klettres: helps child to learn the alphabet and to read some syllables -* kmplot: mathematical function plotter -* kpercentage: math application to improve skills in calculating percentages -* kstars: desktop planetarium -* ktouch: program for learning touch typing -* kturtle: educational programming environment -* kwordquiz: a powerful way to master new vocabularies -* marble: a virtual globe -* parley: vocabulary trainer -* step: a physics simulator -* cantor: a frontend for mathematical software + [url "git://anongit.kde.org/"] + insteadOf = kde: + [url "git@git.kde.org:"] + pushInsteadOf = kde: -Common Mistakes ---------------- +Then, to clone e. g. the khangman repo, just do -If CMake claims Qt cannot be found, have a look at http://www.trolltech.com -to get a copy of Qt 4.4.x or later. + $ git clone kde:khangman -Debugging ---------- -To help the developers fixing bugs, especially crashses, we recommend running -CMake with "MAKE_BUILD_TYPE=debugfull". This will included debug-information -in the applications and allow the developers to fix bugs. - -More Info ---------- - -Have a look at the individual subdirectories, if you want to know, what -versions of apps are included. - -Please direct any bug reports to our bug list by visiting -http://bugs.kde.org. - -General KDE discussions should go to the KDE mailing list (kde@kde.org). -