summaryrefslogtreecommitdiffstats
path: root/kturtle
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:50:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:50:19 -0600
commitc954cd41d38d75615d182ca8649fb4320148bdb3 (patch)
tree125eb6216c2d08800783cf36d87013b4df8d8b3e /kturtle
parent3fe5b9df0c463a3e9508242ab01f4c0242cf988b (diff)
downloadtdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.tar.gz
tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.zip
Additional renaming of kde to tde
Diffstat (limited to 'kturtle')
-rw-r--r--kturtle/TODO30
-rw-r--r--kturtle/data/README.data8
-rw-r--r--kturtle/data/logokeywords.en_US.xml2
-rw-r--r--kturtle/file.txt10
-rw-r--r--kturtle/kturtle.kdevelop4
-rw-r--r--kturtle/kturtle.kdevses32
-rw-r--r--kturtle/scripts/README.scripts16
7 files changed, 51 insertions, 51 deletions
diff --git a/kturtle/TODO b/kturtle/TODO
index efe2701a..ed20a391 100644
--- a/kturtle/TODO
+++ b/kturtle/TODO
@@ -65,7 +65,7 @@ WISHes
My [cies] TODO list (in this order!):
-- the connection with the manual should be fixed (might need a change in kdelibs) FIXED tnx Waldo!
+- the connection with the manual should be fixed (might need a change in tdelibs) FIXED tnx Waldo!
- bug, wishes, errmsgs-fixes concering the interpreter HAS TO RESULT IN HUGE REFACTORING
- spice up the errormessage window with my great ideas ON HOLD
@@ -269,7 +269,7 @@ print command is buggy, examples: FIXED!
RESEARCH ON THE HELP PROBLEM
-then the help-kioslave is kdelibs/kdoctools
+then the help-kioslave is tdelibs/kdoctools
little help needed: when i use konq to go
"help:/kate?anchor=kate-part-selection-persistent" (which is the proper way to go
@@ -292,7 +292,7 @@ dcop khelpcenter KHelpCenterIface openUrl "help:/kate/index.html#kate-part-selec
Im tryered of this... I can fix it; too much for me. Sorry
-in kdelibs/tdecore/kapp... :
+in tdelibs/tdecore/kapp... :
url = QString("help:/%1?anchor=%2").tqarg(appname).tqarg(anchor);
and
DCOPRef( "khelpcenter", "KHelpCenterIface" ).send( "openUrl", url, startup_id );
@@ -325,21 +325,21 @@ cvs login
mkdir kdecvs
cd kdecvs/
-cvs co -l kdeedu
-cvs co kdeedu/kturtle
-cvs co -l kde-i18n
-cvs co -l kde-i18n/nl
-cvs co -l kde-i18n/nl/data
-cvs co -l kde-i18n/nl/data/kdeedu
-cvs co kde-i18n/nl/data/kdeedu/kturtle
-cvs co -l kdeedu/doc
-cvs co kdeedu/doc/kturtle
-
-cd kdeedu/
+cvs co -l tdeedu
+cvs co tdeedu/kturtle
+cvs co -l tde-i18n
+cvs co -l tde-i18n/nl
+cvs co -l tde-i18n/nl/data
+cvs co -l tde-i18n/nl/data/tdeedu
+cvs co tde-i18n/nl/data/tdeedu/kturtle
+cvs co -l tdeedu/doc
+cvs co tdeedu/doc/kturtle
+
+cd tdeedu/
cvs co admin
make -f Makefile.cvs && ./configure
-cd ../kde-i18n
+cd ../tde-i18n
cvs co admin
make -f Makefile.cvs && ./configure
diff --git a/kturtle/data/README.data b/kturtle/data/README.data
index 8bce26c0..cb75146a 100644
--- a/kturtle/data/README.data
+++ b/kturtle/data/README.data
@@ -7,7 +7,7 @@ KTurtle currently has 3 types of 'data' (as we call it), namely:
- logokeyword.*.xml files
- logohighlightstyle.*.xml files
-In this kdeedu/kturtle/data directory we only store the 'en_US' (default) versions of this data.
+In this tdeedu/kturtle/data directory we only store the 'en_US' (default) versions of this data.
This means that here we store:
- the English logo examples (a, hopefully ever growing, bunch of *.logo files)
- the definition used to translate these examples in "logokeyword.en_US.xml"
@@ -16,10 +16,10 @@ This means that here we store:
The makefile system makes sure every part gets installed to the right place.
(if you dont believe me see the Makefile.am in this dir)
-For the other localizations a dir like this, containing these files for an other language, can be found in the kde-i18n module of kde.
-On kdecvs this is: kde-i18n/*/data/kdeedu/kturtle (for Dutch this would be: kde-i18n/nl/data/kdeedu/kturtle)
+For the other localizations a dir like this, containing these files for an other language, can be found in the tde-i18n module of kde.
+On kdecvs this is: tde-i18n/*/data/tdeedu/kturtle (for Dutch this would be: tde-i18n/nl/data/tdeedu/kturtle)
-If the localization of KTurtle to you favorite language does not exist yet, you might concider making it. In the documentation of KTurtle you can find some pointers on how to start. Also make sure to see the contents of the kdeedu/kturtle/scripts directory since it contains Rafael Beccar's nifty tranlaton perl scripts that can make translating KTurtle human resource friendly. If you face difficulty translating feel free to contact one of the KTrutle developers.
+If the localization of KTurtle to you favorite language does not exist yet, you might concider making it. In the documentation of KTurtle you can find some pointers on how to start. Also make sure to see the contents of the tdeedu/kturtle/scripts directory since it contains Rafael Beccar's nifty tranlaton perl scripts that can make translating KTurtle human resource friendly. If you face difficulty translating feel free to contact one of the KTrutle developers.
Thanks for reading,
diff --git a/kturtle/data/logokeywords.en_US.xml b/kturtle/data/logokeywords.en_US.xml
index 44001590..3678a1ce 100644
--- a/kturtle/data/logokeywords.en_US.xml
+++ b/kturtle/data/logokeywords.en_US.xml
@@ -19,7 +19,7 @@ TO THE TRANSLATORS:
Translate the terms between the KEYWORD tags to the appropriate term in your language.
You might want to checkout what terms other Logo languages have chosen in the past (google is your friend).
-Make sure to see the scripts and the README file in the kdeedu/kturtle/scripts directory, they help you!
+Make sure to see the scripts and the README file in the tdeedu/kturtle/scripts directory, they help you!
If you did not read it allready: there is a chapter on how to translate KTurtle in the KTurtle documentation.
Thanks for your efford, we love you!
diff --git a/kturtle/file.txt b/kturtle/file.txt
index a39f8b5c..b3e13796 100644
--- a/kturtle/file.txt
+++ b/kturtle/file.txt
@@ -12,15 +12,15 @@ Recommended packages:
libqt3-mt-dev libqt3-dev
The following packages will be REMOVED:
arts gideon gideon-data gideon-plugins kaddressbook kalarm kalarmd kandy
- kappfinder karm kate kcontrol kde-cvs-snapshot kdeartwork kdeartwork-misc
- kdeartwork-style kdeartwork-theme-desktop kdeartwork-theme-window kdebase
- kdebase-bin kdebase-data kdebase-kio-plugins kdelibs kdelibs-bin kdelibs-data
- kdelibs4 kdelibs4-doc tdepim tdepim-kfile-plugins tdepim-libs tdeprint
+ kappfinder karm kate kcontrol kde-cvs-snapshot tdeartwork tdeartwork-misc
+ tdeartwork-style tdeartwork-theme-desktop tdeartwork-theme-window tdebase
+ tdebase-bin tdebase-data tdebase-kio-plugins tdelibs tdelibs-bin tdelibs-data
+ tdelibs4 tdelibs4-doc tdepim tdepim-kfile-plugins tdepim-libs tdeprint
kdesktop kdm kfind kgpgcertmanager khelpcenter kicker kitchensync klipper
kmail kmailcvt kmenuedit knode knotes konqueror konqueror-nsplugins konsole
kontact korganizer korn kpager kpersonalizer kpilot kscreensaver ksmserver
ksplash ksync ksysguard ksysguardd ktip ktnef twin libarts1 libarts1-dev
- libartsc0 libkcal2 libkdenetwork2 libkgantt0 libkonq4 libmimelib1
+ libartsc0 libkcal2 libtdenetwork2 libkgantt0 libkonq4 libmimelib1
x-window-system-core xlibmesa-dri xlibmesa-gl xlibmesa-glu
The following NEW packages will be installed:
alsa-headers libasound2-dev libaudio-dev libaudiofile-dev libfontconfig1-dev
diff --git a/kturtle/kturtle.kdevelop b/kturtle/kturtle.kdevelop
index 6cd625dd..2cddc3cd 100644
--- a/kturtle/kturtle.kdevelop
+++ b/kturtle/kturtle.kdevelop
@@ -1,5 +1,5 @@
<?xml version = '1.0'?>
-<kdevelop>
+<tdevelop>
<general>
<author>Cies Breijs</author>
<email>cies # showroommama ! nl</email>
@@ -157,4 +157,4 @@
<implementationsuffix>.cpp</implementationsuffix>
</filetemplates>
</cppsupportpart>
-</kdevelop>
+</tdevelop>
diff --git a/kturtle/kturtle.kdevses b/kturtle/kturtle.kdevses
index 9eb9c8b8..1864d53d 100644
--- a/kturtle/kturtle.kdevses
+++ b/kturtle/kturtle.kdevses
@@ -2,52 +2,52 @@
<!DOCTYPE KDevPrjSession>
<KDevPrjSession>
<DocsAndViews NumberOfDocuments="16" >
- <Doc0 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/TODO" >
+ <Doc0 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/TODO" >
<View0 Type="Source" />
</Doc0>
- <Doc1 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/main.cpp" >
+ <Doc1 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/main.cpp" >
<View0 Type="Source" />
</Doc1>
- <Doc2 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/kturtle.h" >
+ <Doc2 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/kturtle.h" >
<View0 Type="Source" />
</Doc2>
- <Doc3 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/kturtle.cpp" >
+ <Doc3 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/kturtle.cpp" >
<View0 Type="Source" />
</Doc3>
- <Doc4 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/dialogs.h" >
+ <Doc4 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/dialogs.h" >
<View0 Type="Source" />
</Doc4>
- <Doc5 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/dialogs.cpp" >
+ <Doc5 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/dialogs.cpp" >
<View0 Type="Source" />
</Doc5>
- <Doc6 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/executer.cpp" >
+ <Doc6 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/executer.cpp" >
<View0 Type="Source" />
</Doc6>
- <Doc7 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/translate.h" >
+ <Doc7 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/translate.h" >
<View0 line="0" Type="Source" />
</Doc7>
- <Doc8 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/lexer.cpp" >
+ <Doc8 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/lexer.cpp" >
<View0 line="408" Type="Source" />
</Doc8>
- <Doc9 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/translate.cpp" >
+ <Doc9 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/translate.cpp" >
<View0 line="104" Type="Source" />
</Doc9>
- <Doc10 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/canvas.cpp" >
+ <Doc10 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/canvas.cpp" >
<View0 line="390" Type="Source" />
</Doc10>
- <Doc11 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/parser.cpp" >
+ <Doc11 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/parser.cpp" >
<View0 line="1052" Type="Source" />
</Doc11>
- <Doc12 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/settings.cpp" >
+ <Doc12 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/settings.cpp" >
<View0 line="50" Type="Source" />
</Doc12>
- <Doc13 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/token.cpp" >
+ <Doc13 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/token.cpp" >
<View0 line="0" Type="Source" />
</Doc13>
- <Doc14 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/treenode.cpp" >
+ <Doc14 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/treenode.cpp" >
<View0 line="219" Type="Source" />
</Doc14>
- <Doc15 NumberOfViews="1" URL="file:/home/cies/kdecvs/kdeedu/kturtle/src/value.cpp" >
+ <Doc15 NumberOfViews="1" URL="file:/home/cies/kdecvs/tdeedu/kturtle/src/value.cpp" >
<View0 line="247" Type="Source" />
</Doc15>
</DocsAndViews>
diff --git a/kturtle/scripts/README.scripts b/kturtle/scripts/README.scripts
index 2df17a38..f3b3aed3 100644
--- a/kturtle/scripts/README.scripts
+++ b/kturtle/scripts/README.scripts
@@ -6,9 +6,9 @@ When translating KTurtle more than just the usual 'documantation and strings' ha
- the logokeyword.*.xml files, and
- the logohighlightstyle.*.xml files.
-These files are called data files, and their English originals can be found in kdeedu/kturtle/data.
+These files are called data files, and their English originals can be found in tdeedu/kturtle/data.
For more information on these files and their translation read:
-kdeedu/kturtle/data/README.data
+tdeedu/kturtle/data/README.data
In this directory you find Rafael Beccar's nifty tranlaton perl scripts that can make translating KTurtle human resourcefriendly.
@@ -20,26 +20,26 @@ If everything is working fine the general process is something like:
1. MANUALLY TRANSLATE THE KEYWORD
-Copy the logokeywords.en_US.xml file (from kdeedu/kturtle/data) to the kturtle directory in your branch of the kde-i18n module (for Dutch this would be: kde-i18n/nl/data/kdeedu/kturtle). Translate the file, and change the name to:
+Copy the logokeywords.en_US.xml file (from tdeedu/kturtle/data) to the kturtle directory in your branch of the tde-i18n module (for Dutch this would be: tde-i18n/nl/data/tdeedu/kturtle). Translate the file, and change the name to:
logokeywords.YOURLANGCODE.xml
2. AUTOMAGICALLY GENERATE THE HIGHLIGHTSTYLE FOR YOUR LANGUAGE
-- Copy logokeywords.YOURLANGCODE.xml to kdeedu/kturtle/scripts
-- change directory to kdeedu/kturtle/sripts, and run:
+- Copy logokeywords.YOURLANGCODE.xml to tdeedu/kturtle/scripts
+- change directory to tdeedu/kturtle/sripts, and run:
./i18n_highlighting.pl logokeywords.YOURLANGCODE.xml
-- Now you have a translated logohighlightstyle.YOURLANGCODE.xml under current directory (kdeedu/kturtle/scripts)
+- Now you have a translated logohighlightstyle.YOURLANGCODE.xml under current directory (tdeedu/kturtle/scripts)
3. AUTOMAGICALLY GENERATE NEARLY FINISHED TRANSLATIONS OF THE EXAMPLES
-- change directory to kdeedu/kturtle/scripts, and run:
+- change directory to tdeedu/kturtle/scripts, and run:
./i18n_examples.pl logokeywords.YOURLANGCODE.xml
- the translated examples can then be found in current directory. Some manual adjusments are
needed, namely: the sings in the code and the comments
4. LAST BUT NOT LEAST!!! CHECK IF EVERYTHING WORKS
-- move all the generated files to the kturtle directory in your branch of the kde-i18n module
+- move all the generated files to the kturtle directory in your branch of the tde-i18n module
- check if it installs correctly
- check if the fresh logo examples in your language run when KTurtle is set to your language (see the Settings)