Git commit f01c5ef31d3dce23af61329b8c15cd8060c1b208 by Burkhard Lück. Committed on 03/01/2017 at 20:51. Pushed by lueck into branch 'master'.
update network, smb, thumbnail ioslave docbooks bump date + releaseinfo network: use double slash (//) smb: fix systemsettings modul, remove para about really old samba version thumbnail: add dolphin, fix link to sources REVIEW:129652 M +5 -5 doc/kioslave/network/index.docbook M +4 -10 doc/kioslave/smb/index.docbook M +6 -5 doc/kioslave/thumbnail/index.docbook https://commits.kde.org/kio-extras/f01c5ef31d3dce23af61329b8c15cd8060c1b208 diff --git a/doc/kioslave/network/index.docbook b/doc/kioslave/network/index.docbook index 697d366e..15975b2d 100644 --- a/doc/kioslave/network/index.docbook +++ b/doc/kioslave/network/index.docbook @@ -18,8 +18,8 @@ <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> - <date>2009-04-28</date> - <releaseinfo>0.1</releaseinfo> + <date>2016-12-11</date> + <releaseinfo>Applications 16.12</releaseinfo> </articleinfo> @@ -32,17 +32,17 @@ <para> To see all the devices found, enter - <userinput><command>network:/</command></userinput>. + <userinput><command>network://</command></userinput>. </para> <para> - <userinput><command>network:/</command><replaceable>hostname_of_device</replaceable></userinput> + <userinput><command>network://</command><replaceable>hostname_of_device</replaceable></userinput> will list the services found to be running on a device. </para> <para> Selecting a service will forward to a url which matches the service, given there is a suitable, e.g. - <userinput><command>ssh:/</command>hostname_of_device:port/</userinput> for a <acronym>SSH</acronym> service. + <userinput><command>ssh://</command>hostname_of_device:port/</userinput> for a <acronym>SSH</acronym> service. Each known service type has a mimetype assigned to it, so a user can assign new handlers for the resulting urls. This is done with the control module <menuchoice><guimenuitem>File Associations</guimenuitem></menuchoice> in &systemsettings;. diff --git a/doc/kioslave/smb/index.docbook b/doc/kioslave/smb/index.docbook index aef3adba..b711be84 100644 --- a/doc/kioslave/smb/index.docbook +++ b/doc/kioslave/smb/index.docbook @@ -12,6 +12,8 @@ <author>&Alexander.Neundorf; &Alexander.Neundorf.mail;</author> <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> +<date>2016-12-11</date> +<releaseinfo>Applications 16.12</releaseinfo> </articleinfo> <para> The smb ioslave enables you to browse the shares of a &Windows; (or Samba) @@ -45,20 +47,12 @@ The smb ioslave requires that you have libsmbclient to use this ioslave. <para> You can set your default user name and password in the &systemsettings; -category <guilabel>Network and Connectivity</guilabel> in -<menuchoice><guisubmenu>Sharing</guisubmenu><guimenuitem> +category <guilabel>Network</guilabel> in +<menuchoice><guisubmenu>Connectivity</guisubmenu><guimenuitem> Windows Shares</guimenuitem></menuchoice>. This is especially useful if you are a member of a &Windows; <acronym>NT</acronym> domain. There you can also set your workgroup name, but in most cases this is not required. The kioslave will ask for your username and password if a default is not set. </para> -<para> -This ioslave is tested and developed using mainly Samba 2.0.7, but other -versions of Samba should work too. -</para> - -<para> -Author: Alexander Neundorf <email>[email protected]</email> -</para> </article> diff --git a/doc/kioslave/thumbnail/index.docbook b/doc/kioslave/thumbnail/index.docbook index 334bf6dc..c17e747a 100644 --- a/doc/kioslave/thumbnail/index.docbook +++ b/doc/kioslave/thumbnail/index.docbook @@ -12,6 +12,8 @@ <author>&Carsten.Pfeiffer; &Carsten.Pfeiffer.mail;</author> <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> +<date>2016-12-11</date> +<releaseinfo>Applications 16.12</releaseinfo> </articleinfo> <para>The thumbnail kioslave is used by &kde; for network transparent and persistent generation of thumbnails.</para> @@ -20,16 +22,15 @@ and persistent generation of thumbnails.</para> thumbnails. You can enable viewing of these thumbnails from the <menuchoice><guimenu>View</guimenu> <guisubmenu>Preview</guisubmenu></menuchoice> submenu, available in -&konqueror; in file manager mode.</para> +&dolphin; or in &konqueror; in file manager mode.</para> <para>The thumbnail kioslave 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> <para>See the documentation in the sources for more information. You -will find these at -<filename>$<envar>KDEDIR</envar>/include/kio/thumbcreator.h</filename> or -in the source folder <filename -class="directory">kdebase/runtime/kioslave/thumbnail</filename></para> +will find these in the source folder +<ulink url="https://commits.kde.org/kio-extras?path=thumbnail">thumbnail</ulink> +</para> </article>
