summaryrefslogtreecommitdiffstats
path: root/doc/en/faqs.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/faqs.docbook')
-rw-r--r--doc/en/faqs.docbook22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/en/faqs.docbook b/doc/en/faqs.docbook
index c07ff12..1b1b296 100644
--- a/doc/en/faqs.docbook
+++ b/doc/en/faqs.docbook
@@ -63,8 +63,8 @@ separating each value.</para>
<answer>
<para>Yes, most certainly. Find the file <filename>tellico-printing.xsl</filename> which
- should be in the $<envar>KDEDIR</envar>/share/apps/tellico/ directory. You can copy
- that to $<envar>KDEHOME</envar>/share/apps/tellico/ for personal modifications.
+ should be in the $<envar>TDEDIR</envar>/share/apps/tellico/ directory. You can copy
+ that to $<envar>TDEHOME</envar>/share/apps/tellico/ for personal modifications.
You'll have to know <ulink
url="http://www.w3.org/TR/xslt">&xslt;</ulink>, but modifying that file
is how you change the printing layout. &html; is generated from the
@@ -73,7 +73,7 @@ separating each value.</para>
url="&homepage;">the &appname; website</ulink>.</para>
<para>Be aware that the <filename>tellico-printing.xsl</filename> references another file, <filename>tellico-common.xsl</filename>, that contains some common &xslt; templates. If you copy
-<filename>tellico-printing.xsl</filename> to $<envar>KDEHOME</envar>, you must either modify the &lt;xsl:import&gt; element to point to the actual location of the <filename>tellico-common.xsl</filename> file or copy the common file as well.
+<filename>tellico-printing.xsl</filename> to $<envar>TDEHOME</envar>, you must either modify the &lt;xsl:import&gt; element to point to the actual location of the <filename>tellico-common.xsl</filename> file or copy the common file as well.
</para>
</answer>
</qandaentry>
@@ -153,15 +153,15 @@ the toolbar.</para>
<answer>
<para>Entry templates should be saved in
-<filename class="directory">$<envar>KDEHOME</envar>/share/apps/tellico/entry-templates/</filename>
+<filename class="directory">$<envar>TDEHOME</envar>/share/apps/tellico/entry-templates/</filename>
for access for a single user or
-<filename class="directory">$<envar>KDEDIR</envar>/share/apps/tellico/entry-templates/</filename>
-for access by everyone. Templates in $<envar>KDEHOME</envar> will
-override any files by the same name in $<envar>KDEDIRS</envar>. The
+<filename class="directory">$<envar>TDEDIR</envar>/share/apps/tellico/entry-templates/</filename>
+for access by everyone. Templates in $<envar>TDEHOME</envar> will
+override any files by the same name in $<envar>TDEDIRS</envar>. The
entry templates can be set on a per collection-type basis in the
settings dialog.</para>
-<para>Templates for the &report-dialog; are saved in <filename class="directory">$<envar>KDEHOME</envar>/share/apps/tellico/report-templates/</filename>.
+<para>Templates for the &report-dialog; are saved in <filename class="directory">$<envar>TDEHOME</envar>/share/apps/tellico/report-templates/</filename>.
</para>
</answer>
</qandaentry>
@@ -173,14 +173,14 @@ wrong?</para></question>
<answer>
<para>KDE programs look for data in the locations defined in the
- $<envar>KDEDIRS</envar> environmental variable. If you install in
+ $<envar>TDEDIRS</envar> environmental variable. If you install in
<filename class="directory">/usr/local</filename> for example, but
- $<envar>KDEDIRS</envar> is empty or just <filename class="directory">/usr</filename>,
+ $<envar>TDEDIRS</envar> is empty or just <filename class="directory">/usr</filename>,
then &appname; won't be able to find the files it needs. This is
particularly true for SuSE, for which you should compile with
<userinput><option>--prefix</option>=<filename class="directory">/opt/trinity</filename></userinput>. Alternatively,
you could add a line to your <filename>.profile</filename> file to
- set $<envar>KDEDIRS</envar>. Check the documentation for your
+ set $<envar>TDEDIRS</envar>. Check the documentation for your
shell.</para>
</answer>
</qandaentry>