summaryrefslogtreecommitdiffstats
path: root/tde-i18n-sl/docs/tdebase/tdeioslave/mac
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-sl/docs/tdebase/tdeioslave/mac
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-sl/docs/tdebase/tdeioslave/mac')
-rw-r--r--tde-i18n-sl/docs/tdebase/tdeioslave/mac/CMakeLists.txt7
-rw-r--r--tde-i18n-sl/docs/tdebase/tdeioslave/mac/Makefile.am4
-rw-r--r--tde-i18n-sl/docs/tdebase/tdeioslave/mac/index.docbook57
3 files changed, 68 insertions, 0 deletions
diff --git a/tde-i18n-sl/docs/tdebase/tdeioslave/mac/CMakeLists.txt b/tde-i18n-sl/docs/tdebase/tdeioslave/mac/CMakeLists.txt
new file mode 100644
index 00000000000..a43d366ab66
--- /dev/null
+++ b/tde-i18n-sl/docs/tdebase/tdeioslave/mac/CMakeLists.txt
@@ -0,0 +1,7 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+tde_create_handbook(
+ DESTINATION tdeioslave/mac
+ NOINDEX
+ LANG sl
+)
diff --git a/tde-i18n-sl/docs/tdebase/tdeioslave/mac/Makefile.am b/tde-i18n-sl/docs/tdebase/tdeioslave/mac/Makefile.am
new file mode 100644
index 00000000000..429e6252856
--- /dev/null
+++ b/tde-i18n-sl/docs/tdebase/tdeioslave/mac/Makefile.am
@@ -0,0 +1,4 @@
+KDE_LANG = sl
+SUBDIRS = $(AUTODIRS)
+KDE_DOCS = tdeioslave/mac
+KDE_MANS = AUTO
diff --git a/tde-i18n-sl/docs/tdebase/tdeioslave/mac/index.docbook b/tde-i18n-sl/docs/tdebase/tdeioslave/mac/index.docbook
new file mode 100644
index 00000000000..7167d6d058e
--- /dev/null
+++ b/tde-i18n-sl/docs/tdebase/tdeioslave/mac/index.docbook
@@ -0,0 +1,57 @@
+<?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 % Slovenian "INCLUDE"> <!-- change language only here -->
+]>
+
+<article lang="&language;" id="mac">
+ <title>mac</title>
+
+ <para>The mac ioslave lets you read an HFS+ partition from
+ &konqueror; or any other &kde; file dialog. It uses
+ <ulink
+ url="http://www.google.com/search?hl=en&amp;q=hfsplus+utils">
+ hfsplus tools</ulink>,
+ so you will need these installed for it to work.</para>
+
+ <para>Enter <command>mac:/</command>
+ into &konqueror; and you should see the contents of your &MacOS;
+ partition. If you have not used tdeio-mac before, you will
+ probably get an error message saying you have not specified the
+ right partition. Enter something like
+ <command>mac:/?dev=/dev/hda2</command>
+ to specify the partition (if you don't know which partition &MacOS;
+ is on, you can probably guess by changing hda2 to hda3 and so on
+ or use the print command from
+ <command>mac-fdisk</command>). This partition will be used the next
+ time, so you do not have to specify it each time.</para>
+
+ <para><command>Hfsplus tools</command> let you see the file and copy
+ data from the HFS+ partition, but not to copy data to it or change
+ the filenames.</para>
+
+ <para>HFS+ actually keeps two files for every one you see (called
+ forks), a resource fork and a data fork. The default copy mode
+ when you are copying files across to your native drive is raw data,
+ which means it only copies the data fork. Text files are copied
+ in text mode (same as raw format but changes the line endings to
+ be &UNIX; friendly and gets rid of some extra characters - strongly
+ advised for text files), unless you specify otherwise. You can
+ also copy the files across in Mac Binary II format or specify
+ text or raw format with another query:
+ <command>mac:/myfile?mode=b</command> or
+ <command>mac:/myfile?mode=t</command>. See <command>man
+ hpcopy</command> for more.</para>
+
+ <para>Note that you need permissions to read your HFS+ partition.
+ How you get this depends on your distribution, do a
+ <command>ls -l /dev/hdaX</command> on it to see. Under Debian you
+ have to be in the 'disk' group (just add your username to the end of
+ the entry in /etc/group).</para>
+
+ <para>For some reason some directories in &MacOS; end in a funny
+ tall 'f' character. This seems to confuse hfstools.</para>
+
+ <para>Author: Jonathan Riddell <email>jr@jriddell.org</email></para>
+</article>
+