Git commit 34c8927af3e9c611ef29609d74ffeb0cd81bf915 by Xavier Vello. Committed on 29/09/2008 at 18:07. Pushed by lueck into branch 'master'.
kio_bookmarks finaly moved to kdebase/runtime ! svn path=/trunk/KDE/kdebase/runtime/; revision=865987 A +2 -0 doc/kcontrol/bookmarks/CMakeLists.txt A +77 -0 doc/kcontrol/bookmarks/index.docbook http://commits.kde.org/konqueror/34c8927af3e9c611ef29609d74ffeb0cd81bf915 diff --git a/doc/kcontrol/bookmarks/CMakeLists.txt b/doc/kcontrol/bookmarks/CMakeLists.txt new file mode 100644 index 0000000..2f98e64 --- /dev/null +++ b/doc/kcontrol/bookmarks/CMakeLists.txt @@ -0,0 +1,2 @@ +########### install files ############### +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/bookmarks) diff --git a/doc/kcontrol/bookmarks/index.docbook b/doc/kcontrol/bookmarks/index.docbook new file mode 100644 index 0000000..c656ec6 --- /dev/null +++ b/doc/kcontrol/bookmarks/index.docbook @@ -0,0 +1,77 @@ +<?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 % English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;"> +<articleinfo> + +<title>Bookmarks home page</title> +<authorgroup> +<author> +<personname><firstname>Xavier</firstname><surname>Vello</surname></personname> +<email>[email protected]</email> +</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<date>2008-08-31</date> +<releaseinfo>0.2</releaseinfo> + +<keywordset> +<keyword>KDE</keyword> +<keyword>KControl</keyword> +<keyword>bookmarks</keyword> +<keyword>KIO</keyword> +</keywordset> +</articleinfo> +<sect1 id="conf"> +<title>Configuration options</title> +<sect2 id="conf-general"> +<title>General settings</title> +<variablelist> +<varlistentry> +<term><guilabel>Number of columns to show</guilabel></term> +<listitem> +<para>Folders are automatically distributed in several columns. The optimal number of columns depends on the width of the konqueror window and the number of bookmarks you have.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Show folder backgrounds</guilabel></term> +<listitem> +<para>Disable it on slow system to disable background images.</para> +</listitem> +</varlistentry> +</variablelist> +</sect2> + +<sect2 id="conf-bookmark"> +<title>Bookmarks</title> +<variablelist> +<varlistentry> +<term><guilabel>Show bookmarks without folder</guilabel></term> +<listitem> +<para>If this option is unchecked, bookmarks at the root of the hierarchy (not in a folder) are not displayed. If checked, they are gathered in a "root" folder.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Flatten bookmarks tree</guilabel></term> +<listitem> +<para>Sub-folders are show within their parent by default. If you activate this option, sub-folders are displayed on their own. It looks less nice but it may help if you have a very big folder you want to spread in two columns.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Show system places</guilabel></term> +<listitem> +<para>Show a box with KDE places (Home, Network, ...). Useful if you use konqueror as a file manager.</para> +</listitem> +</varlistentry> +</variablelist> +</sect2> +</sect1> +</article>
