diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:31 +0200 |
commit | 7b4e49e1a69712dcb2943a15660f92ea3655233c (patch) | |
tree | 27276564d4895b312118ef7224e2d0b16822cfe2 /doc/en/index.docbook | |
parent | 704ef6982dc25952f1dde89ee6d26e5091ef83f2 (diff) | |
download | tdeio-locate-7b4e49e1a69712dcb2943a15660f92ea3655233c.tar.gz tdeio-locate-7b4e49e1a69712dcb2943a15660f92ea3655233c.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r-- | doc/en/index.docbook | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index e3b93be..5669826 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -1,9 +1,9 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY app "kio-locate"> + <!ENTITY app "tdeio-locate"> <!ENTITY app_date "2005-09-15"> <!-- (YYYY-MM-DD) --> <!ENTITY app_version "0.4.3"> <!-- (V.MM.LL) --> - <!ENTITY kio-locate "<application>&app;</application>"> + <!ENTITY tdeio-locate "<application>&app;</application>"> <!ENTITY kappname "<application>&app; &app_version;</application>"><!-- Do *not* replace kappname--> <!ENTITY my_email "tobivollebregt@gmail.com"> @@ -70,18 +70,18 @@ <abstract> <para> -&kio-locate; is a KDE I/O Slave for the locate command. +&tdeio-locate; is a KDE I/O Slave for the locate command. </para> </abstract> <keywordset> <keyword>KDE</keyword> -<keyword>kio-locate</keyword> +<keyword>tdeio-locate</keyword> <keyword>tdeio_locate</keyword> <keyword>kiolocate</keyword> <keyword>locate</keyword> <keyword>slocate</keyword> -<keyword>kio-slave</keyword> +<keyword>tdeio-slave</keyword> <keyword>tdeio_slave</keyword> <keyword>tdeioslave</keyword> <keyword>search</keyword> @@ -100,25 +100,25 @@ problems. Basically a long version of the abstract. Don't include a revision history. (see installation appendix comment) --> <para> -&kio-locate; is a KDE I/O Slave for the locate command. +&tdeio-locate; is a KDE I/O Slave for the locate command. </para> <para> - This means that you can use &kio-locate; by simply typing in konquerors address box. You can e.g. type <command>locate:index.html</command> to find all files that contain "index.html" in their name. + This means that you can use &tdeio-locate; by simply typing in konquerors address box. You can e.g. type <command>locate:index.html</command> to find all files that contain "index.html" in their name. </para> <para> -There's even more: You can use &kio-locate; in all TDE applications that accept URLs. +There's even more: You can use &tdeio-locate; in all TDE applications that accept URLs. </para> <para> -To find out more about &kio-locate; and to look for new versions, you should take a look at <ulink url="http://arminstraub.de">arminstraub.de</ulink>. +To find out more about &tdeio-locate; and to look for new versions, you should take a look at <ulink url="http://arminstraub.de">arminstraub.de</ulink>. </para> </chapter> -<chapter id="using-kio-locate"> +<chapter id="using-tdeio-locate"> <title>How to use this?</title> <para> - You can use &kio-locate; mostly as you use locate. Instead of typing <command>locate pattern</command> at a command prompt, you start the search with &kio-locate; directly in konqueror. You just enter <command>locate:pattern</command> as the address. + You can use &tdeio-locate; mostly as you use locate. Instead of typing <command>locate pattern</command> at a command prompt, you start the search with &tdeio-locate; directly in konqueror. You just enter <command>locate:pattern</command> as the address. </para> <para> By default, a search <command>locate:pattern</command> is case insensitive if the pattern is lowercase. If the pattern is mixed- or uppercase the search is case sensitive. This default behaviour can be overridden. @@ -127,12 +127,12 @@ To find out more about &kio-locate; and to look for new versions, you should tak <emphasis>Hint:</emphasis> Type <command>locater:config</command> in the konqueror address bar to show the configuration dialog. Likewise, <command>locater:help</command> shows this help document. </para> -<sect1 id="kio-locate-patterns"> +<sect1 id="tdeio-locate-patterns"> <title>How to write patterns</title> <para> <itemizedlist> - <listitem><para>Regular wildcard characters may be used in the patterns passed to &kio-locate;: A star (*) matches any string with nonzero length, a question mark (?) matches a single character, and a character list ([abc-z]) matches the characters in the list. A character list can be inverted by putting a caret after the first square bracket ([^abc-z]).</para></listitem> + <listitem><para>Regular wildcard characters may be used in the patterns passed to &tdeio-locate;: A star (*) matches any string with nonzero length, a question mark (?) matches a single character, and a character list ([abc-z]) matches the characters in the list. A character list can be inverted by putting a caret after the first square bracket ([^abc-z]).</para></listitem> <listitem><para>Every plus (+) in a search is used just as a star (*) is. Instead of <command>locate:*.html</command> you may also type <command>locate:+.html</command>. This is because you can't use the star in konqueror. In other apps both ways are supported.</para></listitem> <listitem><para>Should you need to use a plus in your search you have to escape it with a backslash. Instead of <command>locate:g++</command> you have to use <command>locate:g\+\+</command>.</para></listitem> <listitem><para>Furthermore you can't use a slash as the last character of your query. O.k. you can, but KDE will ignore it. In such a case you can quote your pattern: Write <command>locate:"servicemenus/"</command> rather than <command>locate:servicemenus/</command>.</para></listitem> @@ -146,12 +146,12 @@ To find out more about &kio-locate; and to look for new versions, you should tak </sect1> -<sect1 id="kio-locate-screenshot"> -<title>Take a look at &kio-locate;</title> +<sect1 id="tdeio-locate-screenshot"> +<title>Take a look at &tdeio-locate;</title> <para> <screenshot> - <screeninfo>Here's a screenshot of &kio-locate;</screeninfo> + <screeninfo>Here's a screenshot of &tdeio-locate;</screeninfo> <mediaobject> <imageobject> <imagedata fileref="screenshot.png" format="PNG"/> |