From cf14b1bd7803760ea4657269aeb424869e0058c6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:50:29 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- doc/tdeioslave/floppy/CMakeLists.txt | 9 ++++++ doc/tdeioslave/floppy/Makefile.am | 2 ++ doc/tdeioslave/floppy/index.docbook | 57 ++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 doc/tdeioslave/floppy/CMakeLists.txt create mode 100644 doc/tdeioslave/floppy/Makefile.am create mode 100644 doc/tdeioslave/floppy/index.docbook (limited to 'doc/tdeioslave/floppy') diff --git a/doc/tdeioslave/floppy/CMakeLists.txt b/doc/tdeioslave/floppy/CMakeLists.txt new file mode 100644 index 000000000..eb53e2871 --- /dev/null +++ b/doc/tdeioslave/floppy/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/floppy ) diff --git a/doc/tdeioslave/floppy/Makefile.am b/doc/tdeioslave/floppy/Makefile.am new file mode 100644 index 000000000..0ef5c361d --- /dev/null +++ b/doc/tdeioslave/floppy/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/floppy diff --git a/doc/tdeioslave/floppy/index.docbook b/doc/tdeioslave/floppy/index.docbook new file mode 100644 index 000000000..cabe3323e --- /dev/null +++ b/doc/tdeioslave/floppy/index.docbook @@ -0,0 +1,57 @@ + + + +]> + +
+Floppy + + +&Alexander.Neundorf; &Alexander.Neundorf.mail; + + + + + +The floppy ioslave gives you easy access to the floppy disk drives +installed on your system. + + + +The drive letter becomes the first subdirectory +in the floppy &URL;. Let's say there is a file logo.png on your floppy +disk in drive A, then the &URL; will be floppy:/a/logo.png + + + +If you want to access drive B, floppy:/b will do it. +floppy:/ is a shortcut for floppy:/a. + + +Note that floppy:/logo.png means you have a disk drive +named logo.png. + + +To use it you need to have the mtools package +installed, and the floppy ioslave supports everything the various mtools +command line utilities support. You don't have to mount your floppy disks, +simply enter floppy:/ in any &tde; 3.x app and you will be able to +read from and write to your floppy drive. + + +It also works with USB sticks, ZIP and JAZ drives. +You can use floppy:/u for the USB stick and floppy:/z for the zip drive, for example. +To make this work, you might need to adjust your /etc/mtools file. See the manpage +for documentation. + + +The ioslave gives read and write access to the floppy drive, but not +simultaneously. While you can read and write to the floppy during the same +session, reading and writing have to happen one after the other, not at the same +time. + +Author: Alexander Neundorf neundorf@kde.org + +
+ -- cgit v1.2.1