summaryrefslogtreecommitdiffstats
path: root/tde-i18n-tr/docs/tdebase/tdeioslave/smb
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 18:02:20 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 18:02:20 -0600
commit9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 (patch)
tree795b1aa8dbbe6582aa5ad0d2b7505789d0dc1408 /tde-i18n-tr/docs/tdebase/tdeioslave/smb
parentf9dfb6416745710680d26abcc774b4146cd3ef2b (diff)
downloadtde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.tar.gz
tde-i18n-9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195.zip
Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks.
Diffstat (limited to 'tde-i18n-tr/docs/tdebase/tdeioslave/smb')
-rw-r--r--tde-i18n-tr/docs/tdebase/tdeioslave/smb/CMakeLists.txt7
-rw-r--r--tde-i18n-tr/docs/tdebase/tdeioslave/smb/Makefile.am4
-rw-r--r--tde-i18n-tr/docs/tdebase/tdeioslave/smb/index.docbook68
3 files changed, 79 insertions, 0 deletions
diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/smb/CMakeLists.txt b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/CMakeLists.txt
new file mode 100644
index 00000000000..3a252bead8a
--- /dev/null
+++ b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/CMakeLists.txt
@@ -0,0 +1,7 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION tdeioslave/smb
+ NOINDEX
+ LANG tr
+)
diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/smb/Makefile.am b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/Makefile.am
new file mode 100644
index 00000000000..0168457c7c5
--- /dev/null
+++ b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/Makefile.am
@@ -0,0 +1,4 @@
+KDE_LANG = tr
+SUBDIRS = $(AUTODIRS)
+KDE_DOCS = tdeioslave/smb
+KDE_MANS = AUTO
diff --git a/tde-i18n-tr/docs/tdebase/tdeioslave/smb/index.docbook b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/index.docbook
new file mode 100644
index 00000000000..93171025029
--- /dev/null
+++ b/tde-i18n-tr/docs/tdebase/tdeioslave/smb/index.docbook
@@ -0,0 +1,68 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
+ <!ENTITY % addindex "IGNORE">
+ <!ENTITY % Turkish "INCLUDE"> <!-- change language only here -->
+]>
+
+<article lang="&language;" id="smb">
+<title>SMB</title>
+
+<para>
+The smb ioslave enables you to browse the shares of a &Windows; (or Samba)
+network.
+</para>
+
+<para>
+To see the workgroups, enter
+<userinput><command>smb:/</command></userinput>.
+</para>
+<para>
+<userinput><command>smb:/</command><replaceable>a_workgroup</replaceable></userinput>
+will list the hosts in this workgroup.
+</para>
+<para>
+To see the shares of a host, enter
+<userinput><command>smb://</command><replaceable>the_host</replaceable></userinput>
+or
+<userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host</replaceable></userinput>.
+</para>
+<para>
+To access a share directly enter
+<userinput><command>smb://</command><replaceable>the_host/the_share</replaceable></userinput>
+or
+<userinput><command>smb:/</command><replaceable>a_workgroup</replaceable>/<replaceable>the_host</replaceable>/<replaceable>the_share</replaceable></userinput>
+</para>
+
+<para>
+The smb ioslave is a wrapper around the command line tool
+<command>smbclient</command>, which is part of the Samba package. This means
+you need to have Samba installed to use this ioslave.
+</para>
+
+<para>
+To be able to authenticate to &Windows; <acronym>NT</acronym> Domain
+Controllers, you need at least Samba 2.0. To access the shares of &Windows; 2000
+machines, you need at least Samba 2.0.7. To be able to write to Windows shares,
+you need at least Samba 2.2.4 or the patch from
+<ulink url="http://lisa-home.sourceforge.net/smbclientpatch.html">http://lisa-home.sourceforge.net/smbclientpatch.html</ulink>.
+
+</para>
+
+<para>
+You can set your default user name and password in the &kcontrol; in
+<menuchoice><guisubmenu>Network</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.
+</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>neundorf@kde.org</email>
+</para>
+</article>
+