summaryrefslogtreecommitdiffstats
path: root/doc/quanta/extending-quanta.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/quanta/extending-quanta.docbook')
-rw-r--r--doc/quanta/extending-quanta.docbook8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/quanta/extending-quanta.docbook b/doc/quanta/extending-quanta.docbook
index 6dd0629e..df92f408 100644
--- a/doc/quanta/extending-quanta.docbook
+++ b/doc/quanta/extending-quanta.docbook
@@ -1195,8 +1195,8 @@ First you have to enter the name of your script with the interpreter as well. Ex
<para>
Although you can use full paths, the recommended way is to use the <command>%scriptdir</command> variable in the command line, like <command>sh %scriptdir/myScript.sh</command>. This way &quantaplus; will try to locate your script in the following places:
<itemizedlist>
-<listitem><para>global script folder: <filename><envar>$KDEDIR</envar>/share/apps/quanta/scripts</filename></para></listitem>
-<listitem><para>local script folder: <filename><envar>$KDEHOME</envar>/share/apps/quanta/scripts</filename></para></listitem>
+<listitem><para>global script folder: <filename><envar>$TDEDIR</envar>/share/apps/quanta/scripts</filename></para></listitem>
+<listitem><para>local script folder: <filename><envar>$TDEHOME</envar>/share/apps/quanta/scripts</filename></para></listitem>
<listitem><para>your path: <envar>$PATH</envar></para></listitem>
</itemizedlist>
There are other special variables that you can use in the command line:
@@ -1700,7 +1700,7 @@ addslashes=function.addslashes.html
Now you can just save your <filename>docrc</filename> file, save it in
<filename class="directory">$<envar>HOME</envar>/.kde/share/apps/quanta/doc</filename>
or <filename
-class="directory">$<envar>KDEDIR</envar>/share/apps/quanta/doc</filename>
+class="directory">$<envar>TDEDIR</envar>/share/apps/quanta/doc</filename>
for local or global use respectively. Then create a folder (the one
specified in your <filename>docrc</filename> file) in the same folder
as your <filename>docrc</filename> file and copy your &HTML; pages in
@@ -1771,7 +1771,7 @@ After a resource was downloaded, but before it is installed, &quantaplus; verifi
</para>
<para>The entries are:</para>
<itemizedlist>
- <listitem><para><guilabel>Target directory name:</guilabel>the newly created &DTEP; will go under this name to the <filename><envar>$KDEHOME</envar>/share/apps/quanta/dtep</filename> folder.
+ <listitem><para><guilabel>Target directory name:</guilabel>the newly created &DTEP; will go under this name to the <filename><envar>$TDEHOME</envar>/share/apps/quanta/dtep</filename> folder.
</para>
</listitem>
<listitem><para><guilabel>Name:</guilabel>the name (definition string) of the DTD</para></listitem>