Git commit fb24d13b3d8b94a0c45aaa0729376aa147e604a7 by Friedrich W. H. Kossebau. Committed on 18/11/2022 at 10:58. Pushed by kossebau into branch 'master'.
Refer to KIO worker in docs M +5 -5 doc/kioslave/bzip2/index.docbook M +1 -1 doc/kioslave/fish/index.docbook M +5 -5 doc/kioslave/gzip/index.docbook M +2 -2 doc/kioslave/info/index.docbook M +2 -2 doc/kioslave/man/index.docbook M +3 -3 doc/kioslave/recentdocuments/index.docbook M +3 -3 doc/kioslave/thumbnail/index.docbook M +5 -5 doc/kioslave/xz/index.docbook M +5 -5 doc/kioslave/zstd/index.docbook https://invent.kde.org/network/kio-extras/commit/fb24d13b3d8b94a0c45aaa0729376aa147e604a7 diff --git a/doc/kioslave/bzip2/index.docbook b/doc/kioslave/bzip2/index.docbook index 13909c5b0..9a995be09 100644 --- a/doc/kioslave/bzip2/index.docbook +++ b/doc/kioslave/bzip2/index.docbook @@ -16,18 +16,18 @@ <para><command>bzip2</command> is a compression program.</para> -<para>The bzip2 kioslave is not directly usable, and is intended for use -as a filter. For example, the tar kioslave can filter a file through -the bzip2 kioslave, in order to display the contents of a <literal +<para>The bzip2 KIO worker is not directly usable, and is intended for use +as a filter. For example, the tar KIO worker can filter a file through +the bzip2 KIO worker, in order to display the contents of a <literal role="extension">tar.bz2</literal> file directly in a &konqueror; window.</para> <para>If you click on a file compressed with a <literal -role="extension">.bz2</literal> in &konqueror;, this kioslave is used to +role="extension">.bz2</literal> in &konqueror;, this KIO worker is used to uncompress it and display it as a normal (uncompressed) file.</para> <para>If you are a developer, and would like to use the bzip2 filter, -you can find documentation on using kioslaves at <ulink +you can find documentation on using KIO workers at <ulink url="http://techbase.kde.org">http://techbase.kde.org</ulink></para> <para> See the manual: <ulink url="man:/bzip2">bzip2</ulink>. diff --git a/doc/kioslave/fish/index.docbook b/doc/kioslave/fish/index.docbook index dfb6cb6a5..23ebeb52f 100644 --- a/doc/kioslave/fish/index.docbook +++ b/doc/kioslave/fish/index.docbook @@ -21,7 +21,7 @@ <para>Allows you to access another computer's files using the <emphasis>S</emphasis>ecure <emphasis>SH</emphasis>ell (<acronym>SSH</acronym>) protocol. The remote computer needs to be running the <acronym>SSH</acronym> daemon, but the remainder of the protocol uses standard commandline tools as discussed below.</para> -<para>You can use the fish kioslave like this: +<para>You can use the fish KIO worker like this: <userinput>fish://<replaceable>hostname</replaceable></userinput> or <userinput>fish://<replaceable>username</replaceable>@<replaceable>hostname</replaceable></userinput>.</para> <note><para>You need to use double forward slashes.</para></note> diff --git a/doc/kioslave/gzip/index.docbook b/doc/kioslave/gzip/index.docbook index f2ddb3232..252024fbd 100644 --- a/doc/kioslave/gzip/index.docbook +++ b/doc/kioslave/gzip/index.docbook @@ -16,19 +16,19 @@ <para><command>gzip</command> is a compression program</para> -<para>The gzip kioslave is not directly usable, and is intended for use -as a filter. For example, the tar kioslave can filter a file through -the gzip kioslave, in order to display the contents of a <literal +<para>The gzip KIO worker is not directly usable, and is intended for use +as a filter. For example, the tar KIO worker can filter a file through +the gzip KIO worker, in order to display the contents of a <literal role="extension">tar.gz</literal> file directly in a &konqueror; window.</para> <para>If you click on a file compressed with a <literal -role="extension">gz</literal> extension in &konqueror;, this kioslave is +role="extension">gz</literal> extension in &konqueror;, this KIO worker is used to uncompress it and display it as a normal (uncompressed) file.</para> <para>If you are a developer, and would like to use the gzip filter, you -can find documentation on using kioslaves at <ulink +can find documentation on using KIO workers at <ulink url="http://techbase.kde.org">http://techbase.kde.org</ulink></para> <para> See the manual: <ulink url="man:/gzip">gzip</ulink>. diff --git a/doc/kioslave/info/index.docbook b/doc/kioslave/info/index.docbook index a60628bbd..9de6c6aec 100644 --- a/doc/kioslave/info/index.docbook +++ b/doc/kioslave/info/index.docbook @@ -23,7 +23,7 @@ format called texinfo, and can be read on the command line with the <ulink url="info:/info"><command>info</command></ulink> program.</para> -<para>The Info ioslave allows you to read the info pages installed on +<para>The Info KIO worker allows you to read the info pages installed on your system, from within &konqueror;. You can use it very easily:</para> <screen><userinput><command>info:</command><replaceable>gcc</replaceable></userinput></screen> @@ -37,7 +37,7 @@ for the &gcc; compiler.</para> <para>You can quite easily browse the info documentation you have installed from within the &khelpcenter; application, or you can use the -info ioslave directly from within both &konqueror; and the +info KIO worker directly from within both &konqueror; and the mini-cli.</para> </article> diff --git a/doc/kioslave/man/index.docbook b/doc/kioslave/man/index.docbook index b68e0fc30..bf88c9c5d 100644 --- a/doc/kioslave/man/index.docbook +++ b/doc/kioslave/man/index.docbook @@ -20,7 +20,7 @@ </articleinfo> <para> -Using the man ioslave you are able to read the man pages installed +Using the man KIO worker you are able to read the man pages installed on your system. It is easy to use: </para> @@ -80,7 +80,7 @@ or adjust the environment variables </para> <para> -As with any other &kde; ioslave, it is possible to enter a &URL;, like +As with any other KIO worker, it is possible to enter a &URL;, like <userinput><command>man:/socket</command></userinput> in <emphasis>any</emphasis> &kde; application. Try it in &kwrite; and you will see the man page in &HTML; format. diff --git a/doc/kioslave/recentdocuments/index.docbook b/doc/kioslave/recentdocuments/index.docbook index 6931a33c0..57510325a 100644 --- a/doc/kioslave/recentdocuments/index.docbook +++ b/doc/kioslave/recentdocuments/index.docbook @@ -20,15 +20,15 @@ </articleinfo> -<para>A kioslave to display recent documents or &URL;s in the file dialog, in the file manager, in &krunner; and in the Application Menu.</para> +<para>A KIO worker to display recent documents or &URL;s in the file dialog, in the file manager, in &krunner; and in the Application Menu.</para> -<para>You can use the kioslave like this:</para> +<para>You can use the KIO worker like this:</para> <para>Type <userinput>recentdocuments:/</userinput> in the location bar of &dolphin;, &konqueror; and the file dialog to list the recently opened documents or &URL;s.</para> <para>You can add an entry to the Places sidebar: right click on the sidebar, choose <guimenuitem>Add Entry</guimenuitem>, enter <userinput>recentdocuments:/</userinput> in the <guilabel>Location</guilabel> field and save it. It should be available now in all file dialogs unless you check to show the entry only in this application.</para> -<para>In the &systemsettings; module <guilabel>Plasma Search</guilabel> enable the search plugin <guilabel>Recent Documents</guilabel> to use this kioslave in &krunner;.</para> +<para>In the &systemsettings; module <guilabel>Plasma Search</guilabel> enable the search plugin <guilabel>Recent Documents</guilabel> to use this KIO worker in &krunner;.</para> <para>In the <guilabel>Application Menu</guilabel> add a menu item with recent documents at the top of the menu by enabling <guilabel>Show recent documents</guilabel> on the settings page.</para> diff --git a/doc/kioslave/thumbnail/index.docbook b/doc/kioslave/thumbnail/index.docbook index c17e747a3..3f13cb28c 100644 --- a/doc/kioslave/thumbnail/index.docbook +++ b/doc/kioslave/thumbnail/index.docbook @@ -15,16 +15,16 @@ <date>2016-12-11</date> <releaseinfo>Applications 16.12</releaseinfo> </articleinfo> -<para>The thumbnail kioslave is used by &kde; for network transparent +<para>The thumbnail KIO worker is used by &kde; for network transparent and persistent generation of thumbnails.</para> -<para>The thumbnail kioslave uses plugins to generate the actual +<para>The thumbnail KIO worker uses plugins to generate the actual thumbnails. You can enable viewing of these thumbnails from the <menuchoice><guimenu>View</guimenu> <guisubmenu>Preview</guisubmenu></menuchoice> submenu, available in &dolphin; or in &konqueror; in file manager mode.</para> -<para>The thumbnail kioslave is not directly useful to a user, but if +<para>The thumbnail KIO worker is not directly useful to a user, but if you are a developer, you can use it within your own applications to create file previews.</para> diff --git a/doc/kioslave/xz/index.docbook b/doc/kioslave/xz/index.docbook index 9a6f1a1ce..18548afdf 100644 --- a/doc/kioslave/xz/index.docbook +++ b/doc/kioslave/xz/index.docbook @@ -16,19 +16,19 @@ <para>Xz is a compression program</para> -<para>The xz kioslave is not directly usable, and is intended for use -as a filter. For example, the tar kioslave can filter a file through -the xz kioslave, in order to display the contents of a <literal +<para>The xz KIO worker is not directly usable, and is intended for use +as a filter. For example, the tar KIO worker can filter a file through +the xz KIO worker, in order to display the contents of a <literal role="extension">tar.lzma</literal> or <literal role="extension">tar.xz</literal> file directly in a &konqueror; window.</para> <para>If you click on a file compressed with a <literal role="extension">.lzma</literal> or <literal role="extension">tar.xz</literal> -in &konqueror;, this kioslave is used to +in &konqueror;, this KIO worker is used to uncompress it and display it as a normal (uncompressed) file.</para> <para>If you are a developer, and would like to use the xz filter, -you can find documentation on using kioslaves at <ulink +you can find documentation on using KIO workers at <ulink url="http://techbase.kde.org">http://techbase.kde.org</ulink></para> <para>See the manual: <ulink url="man:/xz">xz</ulink>. diff --git a/doc/kioslave/zstd/index.docbook b/doc/kioslave/zstd/index.docbook index 3784b6ef5..e9ad6552e 100644 --- a/doc/kioslave/zstd/index.docbook +++ b/doc/kioslave/zstd/index.docbook @@ -16,19 +16,19 @@ <para><command>zstd</command> is a compression program.</para> -<para>The zstd kioslave is not directly usable, and is intended for use -as a filter. For example, the tar kioslave can filter a file through -the zstd kioslave, in order to display the contents of a <literal +<para>The zstd KIO worker is not directly usable, and is intended for use +as a filter. For example, the tar KIO worker can filter a file through +the zstd KIO worker, in order to display the contents of a <literal role="extension">tar.zst</literal> file directly in a &konqueror; window.</para> <para>If you click on a file compressed with a <literal -role="extension">zst</literal> extension in &konqueror;, this kioslave is +role="extension">zst</literal> extension in &konqueror;, this KIO worker is used to uncompress it and display it as a normal (uncompressed) file.</para> <para>If you are a developer, and would like to use the zstd filter, you -can find documentation on using kioslaves at <ulink +can find documentation on using KIO workers at <ulink url="http://techbase.kde.org">http://techbase.kde.org</ulink></para> <para> See the manual: <ulink url="man:/zstd">zstd</ulink>.
