diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 18:58:28 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-22 18:58:28 +0000 |
commit | 83b9bf0e3bfb1d842b10b80bbe749095b2c661a1 (patch) | |
tree | b05b1793361693ae88106648c2a953bed988f423 /doc/en/more.docbook | |
download | krusader-83b9bf0e3bfb1d842b10b80bbe749095b2c661a1.tar.gz krusader-83b9bf0e3bfb1d842b10b80bbe749095b2c661a1.zip |
Added old KDE3 version of Krusader
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krusader@1094427 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/en/more.docbook')
-rw-r--r-- | doc/en/more.docbook | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/en/more.docbook b/doc/en/more.docbook new file mode 100644 index 0000000..a5d097c --- /dev/null +++ b/doc/en/more.docbook @@ -0,0 +1,65 @@ +<chapter id="more-features"> +<!-- ********************************************************************** + 4 more.docbook + 5 +++++++++++++++++++++++++++ + 6 copyright : (C) 2000 - 2008 + 7 Rafi Yanai, Shie Erlich, Frank Schoolmeesters + 8 & the Krusader Krew + 9 e-mail : [email protected] + 10 web site : http://www.krusader.org + 11 description : a Krusader Documentation File + 12 + 13 *************************************************************************** + 14 * Permission is granted to copy, distribute and/or modify this * + 15 * document under the terms of the GNU Free Documentation License, * + 16 * Version 1.1 or any later version published by the Free Software * + 17 * Foundation; with no Invariant Sections, no Front-Cover Texts and * + 18 * no Back-Cover Texts. A copy of the license is available on the * + 19 * GNU site http://www.gnu.org/licenses/fdl.html or by writing to: * + 20 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * + 21 * MA 02110-1301, USA. * + 22 *********************************************************************** --> +<title>Advanced functions</title> +<!-- call the vfs sect1 section --> +&vfs; +<!-- call the compare sect1 section --> +&compare; +<!-- call the occupied space sect1 section --> +&occupied-space; +<!-- call the splitter sect1 section --> +&splitter; +<!-- call the checksum sect1 section --> +&checksum; +<sect1 id="send-email"> + <title>Send Files by e-mail</title> + <para>Select a file and use + <emphasis role="bold"> + <menuchoice> + <guimenu>Right-Click menu</guimenu> + <guimenuitem>Send by Email</guimenuitem> + </menuchoice> + </emphasis>. Selecting this option will open a new + &kmail; window with the file already attached. Just + fill in the subject and recipient(s) and send it. Of course, + &kmail; must be properly configured.</para> +</sect1> +<!-- call the profiles sect1 section --> +&profiles; +<sect1 id="acl"> + <title>ACL permissions</title> + <para> + <link linkend="gloss-acl">ACL permissions</link> are fully + supported when using properties, preserve attributes and the + synchronizer. To view/modify the ACL permissions, select a file + and use the &context-menu-lnk;: + <emphasis role="bold"> + <menuchoice> + <guimenu>Properties</guimenu> + <guimenuitem>Permissions</guimenuitem> + <guimenuitem>Advanced permissions</guimenuitem> + </menuchoice> + </emphasis>. At Copy/Move if + <guilabel>preserve attributes</guilabel> are selected, the ACL + permissions are also copied. The synchronizer keeps the ACL + permissions as well.</para> +</sect1></chapter> |