diff options
Diffstat (limited to 'doc/ru/configuration-files.docbook')
-rw-r--r-- | doc/ru/configuration-files.docbook | 224 |
1 files changed, 224 insertions, 0 deletions
diff --git a/doc/ru/configuration-files.docbook b/doc/ru/configuration-files.docbook new file mode 100644 index 0000000..5e53d77 --- /dev/null +++ b/doc/ru/configuration-files.docbook @@ -0,0 +1,224 @@ +<appendix id = "config_files"> + +<!-- ********************************************************************** + configuration-files.docbook + +++++++++++++++++++++++++++++++++ + copyright : (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Rafi Yanai, Shie Erlich, Frank Schoolmeesters + & the Krusader Krew + e-mail : [email protected] + web site : http://www.krusader.org + description : a Krusader Documentation File + +*************************************************************************** +* Permission is granted to copy, distribute and/or modify this * +* document under the terms of the GNU Free Documentation License, * +* Version 1.1 or any later version published by the Free Software * +* Foundation; with no Invariant Sections, no Front-Cover Texts and * +* no Back-Cover Texts. A copy of the license is available on the * +* GNU site http://www.gnu.org/licenses/fdl.html or by writing to: * +* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * +* MA 02110-1301, USA. * +*********************************************************************** --> + + +<title +>Configuration files</title> +<para +>This appendix gives an overview of the configuration files used by &krusader;.</para> + + +<para +><emphasis role="bold" +>krusaderui.rc</emphasis +></para> +<para +>This file stores the users toolbar settings and the menu structure. Tip: please read also the <link linkend="faqi_krusaderui_rc" +>krusaderui.rc &FAQ;</link +>.</para> +<para +>Location: <filename +>$KDEDIR/share/apps/krusader/krusaderui.rc</filename +> or <filename +>~/.kde/share/apps/krusader/krusaderui.rc</filename +></para> + + + +<para +><emphasis role="bold" +>krusaderrc</emphasis +></para> +<para +>This file stores the &krusader; configuration.</para> +<para +>Location: <filename +>~/.kde/share/config/krusaderrc</filename +></para> + +<para +>The following settings are ⪚ stored:</para> +<itemizedlist> + <listitem +><para +>Actions Toolbar</para +></listitem> + <listitem +><para +>Archives</para +></listitem> + <listitem +><para +>Colors</para +></listitem> + <listitem +><para +>Dependencies</para +></listitem> + <listitem +><para +>DiskUsage</para +></listitem> + <listitem +><para +>DiskUsageViewer</para +></listitem> + <listitem +><para +>General</para +></listitem> + <listitem +><para +>HTML Settings</para +></listitem> + <listitem +><para +>KFileDialog</para +></listitem> + <listitem +><para +>KFileDialog Speedbar</para +></listitem> + <listitem +><para +>KrDetailedViewLeft</para +></listitem> + <listitem +><para +>KrDetailedViewRight</para +></listitem> + <listitem +><para +>KrViewerWindow</para +></listitem> + <listitem +><para +>KrViewerWindow Toolbar extraToolBar</para +></listitem> + <listitem +><para +>Look&Feel</para +></listitem> + <listitem +><para +>Notification Messages</para +></listitem> + <listitem +><para +>Panel Profiles</para +></listitem> + <listitem +><para +>Private</para +></listitem> + <listitem +><para +>Protocols</para +></listitem> + <listitem +><para +>Search</para +></listitem> + <listitem +><para +>Startup</para +></listitem> + <listitem +><para +>Synchronize</para +></listitem> + <listitem +><para +>Locate</para +></listitem> + <listitem +><para +>SynchronizerProfile - 1</para +></listitem> +</itemizedlist> + + +<para +><emphasis role="bold" +>krbookmarks.xml</emphasis +></para> +<para +>This file stores the &krusader; bookmarks and uses the &xbel_url; standard.</para> +<para +>Location: <filename +>~/.kde/share/apps/krusader/krbookmarks.xml</filename +></para> + + +<para +><emphasis role="bold" +>useractions.xml</emphasis +></para> +<para +>This file stores the &useractions_lnk; configuration. The file-structure is documented in doxygen-headers of UserActionXML.</para> +<para +>Location: <filename +>~/.kde/share/apps/krusader/useractions.xml</filename +></para> + +<para +><emphasis role="bold" +>useraction_examples.xml</emphasis +></para> +<para +>The default User-Actions provided by us. The file-structure is documented in doxygen-headers of UserActionXML.</para> +<para +>Location: <filename +>$KDEDIR/share/apps/krusader/useraction_examples.xml</filename +></para> + +<para +><emphasis role="bold" +>foo.keymap</emphasis +></para> +<para +>Is a ini file that holds a <link linkend="configure-shortcuts" +>Key-binding profile</link +>. Until &krusader;-1.70.0 this was a binary file, &krusader; is backwards compatible for importing this legacy binary format.</para> +<para +>Location: <filename +>$KDEDIR/share/apps/krusader/foo.keymap</filename +></para> + + +<para +><emphasis role="bold" +>foo.color</emphasis +></para> +<para +>Is a binary file that holds the <link linkend="konfig-color" +>Color Scheme</link +>.</para> +<para +>Location: <filename +>$KDEDIR/share/apps/krusader/foo.color</filename +></para> + + +</appendix> + |