diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:18 -0600 |
commit | dc6974ef6a48769ddf686426ae05bc00ba9de492 (patch) | |
tree | 84b71b2fd51c40ad39317e21c3a78f003ae7c6a8 /doc | |
parent | 11433c5e3b04586d6955b0fc36f2a5136d766f63 (diff) | |
download | tdeaddons-dc6974ef6a48769ddf686426ae05bc00ba9de492.tar.gz tdeaddons-dc6974ef6a48769ddf686426ae05bc00ba9de492.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kate-plugins/filetemplates.docbook | 8 | ||||
-rw-r--r-- | doc/kate-plugins/xmltools.docbook | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/kate-plugins/filetemplates.docbook b/doc/kate-plugins/filetemplates.docbook index 8b91a5d..c472c5f 100644 --- a/doc/kate-plugins/filetemplates.docbook +++ b/doc/kate-plugins/filetemplates.docbook @@ -41,11 +41,11 @@ from an open document.</para> <para>The template folder is part of the &kde; file system, and consists of at least - KDEDIR/share/applications/kate/plugins/katefiletemplates/templates and - KDEHOME/share/applications/kate/plugins/katefiletemplates/templates. If your - KDEDIRS environment variable contains additional directories, those are + TDEDIR/share/applications/kate/plugins/katefiletemplates/templates and + TDEHOME/share/applications/kate/plugins/katefiletemplates/templates. If your + TDEDIRS environment variable contains additional directories, those are searched for a similar subdirectory as well. If equally named templates are - found, the one in the local (KDEHOME) folder is chosen.</para> + found, the one in the local (TDEHOME) folder is chosen.</para> <sect1 id="katefiletemplates-menu"> <title>Menu Structure</title> diff --git a/doc/kate-plugins/xmltools.docbook b/doc/kate-plugins/xmltools.docbook index fcbadd2..b0972f3 100644 --- a/doc/kate-plugins/xmltools.docbook +++ b/doc/kate-plugins/xmltools.docbook @@ -39,7 +39,7 @@ open tag on the left.</para> <para>The <acronym>DTD</acronym> must exist in &XML; format, as produced by the Perl program <command>dtdparse</command>. We will call a DTD in this format <quote>meta DTD</quote>. Some meta DTDs are supplied. They are installed in -<filename class="directory">$KDEDIR/share/apps/katexmltools/</filename>, +<filename class="directory">$TDEDIR/share/apps/katexmltools/</filename>, which is also the default folder when you choose <guimenuitem>Assign Meta DTD...</guimenuitem>. To produce your own meta DTDs, get <command>dtdparse</command> from @@ -93,7 +93,7 @@ current element if you are inside a tag.</para> <title>Features and Limitations</title> <para>You can test all functions and limitations by loading -<filename>$KDEDIR/share/apps/katexmltools/testcases.xml</filename> +<filename>$TDEDIR/share/apps/katexmltools/testcases.xml</filename> into &kate; and following the instructions. Note that working with more than one view per document is not yet correctly supported by this plugin.</para> |