diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 18:02:20 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 18:02:20 -0600 |
commit | 9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 (patch) | |
tree | 795b1aa8dbbe6582aa5ad0d2b7505789d0dc1408 /tde-i18n-en_GB/docs/tdebase/tdeioslave/fish | |
parent | f9dfb6416745710680d26abcc774b4146cd3ef2b (diff) | |
download | tde-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-en_GB/docs/tdebase/tdeioslave/fish')
3 files changed, 38 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/fish/CMakeLists.txt b/tde-i18n-en_GB/docs/tdebase/tdeioslave/fish/CMakeLists.txt new file mode 100644 index 00000000000..6691eaf7937 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/fish/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/fish + LANG en_GB +) diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/fish/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdeioslave/fish/Makefile.am new file mode 100644 index 00000000000..6162fc0cfb9 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/fish/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = en_GB +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/fish +KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/fish/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/fish/index.docbook new file mode 100644 index 00000000000..1c2df8ea24d --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/fish/index.docbook @@ -0,0 +1,28 @@ +<?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 % British-English "INCLUDE"> <!-- change language only here --> +]> + +<article lang="&language;" id="fish"> +<title>fish</title> +<articleinfo> +<authorgroup> +<author>&Joerg.Walter; &Joerg.Walter.mail;</author> +<othercredit role="translator"><firstname>Malcolm</firstname><surname>Hunter</surname><affiliation><address><email>malcolm.hunter@gmx.co.uk</email></address></affiliation><contrib>Conversion to British English</contrib></othercredit> +</authorgroup> + +<date>2002-06-23</date> +<releaseinfo>1.1.1</releaseinfo> + +</articleinfo> + +<para>Allows you to access another computer's files using a simple <acronym>SSH</acronym> shell account and standard &UNIX; utilities on the remote side. This way, no server software is needed and you gain access to that computer's files as if they were local (or on <acronym>NFS</acronym>, since it is slower than local access). It uses the same protocol as <application>MidnightCommander</application>'s #sh <acronym>VFS</acronym> handler.</para> + +<para>Fish should work with any roughly <acronym>POSIX</acronym> compatible &UNIX; based remote computer. It uses the shell commands <command>cat</command>, <command>chgrp</command>, <command>chmod</command>, <command>chown</command>, <command>cp</command>, <command>dd</command>, <command>env</command>, <command>expr</command>, <command>grep</command>, <command>ls</command>, <command>mkdir</command>, <command>mv</command>, <command>rm</command>, <command>rmdir</command>, <command>sed</command>, and <command>wc</command>. Fish starts <command>/bin/sh</command> as its shell and expects it to be a Bourne shell (or compatible, like <command>bash</command>). If the <command>sed</command> and <command>file</command> commands are available, as well as a <filename>/etc/apache/magic</filename> file with &MIME; type signatures, these will be used to guess &MIME; types. </para> + +<para>If <application>Perl</application> is available on the remote machine, it will be used instead. Then only <command>env</command> and <command>/bin/sh</command> are needed. Using <application>Perl</application> has the additional benefit of being faster.</para> + +<para>Fish may even work on &Windows; machines, if tools like <application>Cygwin</application> are installed. All the above utilities must be in the system <envar>PATH</envar>, and the initial shell must be able to process the command <command>echo FISH:;/bin/sh</command> correctly.</para> + +</article> |