Added KEditBookmarks handbook. This resolves bug 1881.

pull/2/head
Michele Calgaro 10 years ago
parent 030d09e784
commit 4b94b06997

@ -0,0 +1,12 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
tde_create_handbook( DESTINATION keditbookmarks )

@ -0,0 +1,3 @@
KDE_LANG = en
KDE_DOCS = AUTO
KDE_MANS = AUTO

@ -0,0 +1,87 @@
<chapter id="bookmarks">
<chapterinfo>
<authorgroup><author>&tde-authors;</author></authorgroup>
</chapterinfo>
<title>Editing bookmarks</title>
<para>The <guilabel>Bookmark Editor</guilabel> shows a tree view of your bookmarks
and bookmark subfolders. As is usual for tree views in &tde;, subfolders are shown
with a small square at the left of the folder name; if the square contains a
<keycap>+</keycap> sign <mousebutton>left</mousebutton> clicking on it will expand
the view to show the contents of that subfolder and the <keycap>+</keycap> sign will
change to <keycap>-</keycap>, <mousebutton>left</mousebutton> clicking on the
<keycap>-</keycap> sign will collapse the subfolder view.</para>
<para>To select an item in the list you can <mousebutton>left</mousebutton>
click on it, or you can navigate through the list by using the <keysym>
Up arrow</keysym> and <keysym>Down arrow</keysym> keys to move around,
<keysym>Right arrow</keysym> to expand a subfolder and <keysym>
Left arrow</keysym> to collapse it.</para>
<para>You can move an item to a different place in the list by using the
normal Drag and Drop or <guimenuitem>Cut</guimenuitem> and <guimenuitem>
Paste</guimenuitem> methods. The order in which the items appear in
the <guilabel>Bookmark Editor</guilabel> is the order they will appear in the
<guimenu>Bookmarks</guimenu> drop down list. The <menuchoice><guimenu>Insert
</guimenu><guimenuitem>Insert Separator</guimenuitem></menuchoice> option can
be used to insert separating lines into the list wherever you wish.</para>
<para>A new subfolder can be created at the selected point in the list by
using the <guimenuitem>Create New Folder...</guimenuitem> option in the
<guimenu>Insert</guimenu> menu or from the drop down menu you get when you
<mousebutton>right</mousebutton> click on an item in the main part of the
window, or with <keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>
</para>
<para>To change the name of a bookmark or folder select it then press
<keycap>F2</keycap> or choose the <guimenuitem>Rename</guimenuitem> item from
the <guimenu>Edit</guimenu> menu or the pop up menu that appears when you
<mousebutton>right</mousebutton> click on the item. Similarly, you can edit
the &URL; by pressing <keycap>F3</keycap> or choosing the <guimenuitem>
Change URL</guimenuitem> menu item.</para>
<para>The <guilabel>Bookmark Editor</guilabel> lets you import bookmarks from
a range of other browsers into &konqueror;'s bookmark list, putting them into
a new folder or replacing all current bookmarks. To do this select
<guisubmenu>Import</guisubmenu> from the <guimenu>File</guimenu> menu. The
<menuchoice><guimenu>File</guimenu><guisubmenu>Export</guisubmenu>
</menuchoice> option can be used to export &konqueror;'s bookmarks to a
&Netscape; or Mozilla browser.</para>
<para>If you often use the &Netscape; browser as well as &konqueror;, then
rather than importing your &Netscape; bookmarks into &konqueror; it is
better to select the <guimenuitem>Show Netscape Bookmarks in Konqueror
Windows</guimenuitem> item in the <guimenu>Settings</guimenu> menu. If you
do this any updates to &Netscape;'s bookmarks are automatically seen by
&konqueror;.</para>
<para>To select which bookmark subfolder is used to hold the Bookmark
Toolbar items select the subfolder then choose <guimenuitem>Set as Toolbar
Folder</guimenuitem> from the <guimenu>Edit</guimenu> menu.</para>
<para>If you are tiding up your bookmarks and have forgotten what a
particular web page is, you can easily open it from within the <guilabel>
Bookmark Editor</guilabel> by <mousebutton>right</mousebutton> clicking
on the item and selecting <guimenuitem>Open in Konqueror</guimenuitem> from
the pop up menu. If you just want to check that the &URL; is still valid
select <guimenuitem>Check Status</guimenuitem> instead.</para>
<important><para>Don't forget to save your changes with <menuchoice>
<guimenu>File</guimenu><guimenuitem>Save</guimenuitem></menuchoice> or
<keycombo action="simul">&Ctrl;<keycap>S</keycap></keycombo> before you leave
the <guilabel>Bookmark Editor</guilabel>.
</para></important>
</chapter>
<!--
Local Variables:
mode: sgml
sgml-omittag: nil
sgml-shorttag: t
sgml-minimize-attributes: nil
sgml-general-insert-case: lower
sgml-parent-document:("index.docbook" "book" "chapter")
End:
-->

@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&keditbookmarks;">
<!ENTITY package "tdebase">
<!ENTITY keditbookmarks-bookmarks SYSTEM "bookmarks.docbook">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
<!ENTITY % addindex "IGNORE">
]>
<book lang="&language;">
<title>The &keditbookmarks; Handbook</title>
<bookinfo>
<authorgroup><author>&tde-authors;</author></authorgroup>
<copyright>
<year>&tde-copyright-date;</year>
<holder>&tde-team;</holder>
</copyright>
<legalnotice>&FDLNotice;</legalnotice>
<date>April 27, 2014</date>
<releaseinfo>&tde-release-version;</releaseinfo>
<abstract><para>&keditbookmarks; is &tde;'s editor for bookmarks.</para></abstract>
<keywordset>
<keyword>TDE</keyword>
<keyword>KEditBookmarks</keyword>
<keyword>tdebase</keyword>
</keywordset>
</bookinfo>
&keditbookmarks-bookmarks;
<chapter id="credits">
<title>Credits and License</title>
&underFDL; <!-- FDL: do not remove -->
&underGPL; <!-- GPL License -->
</chapter>
&documentation.index;
</book>
<!--
Local Variables:
mode: sgml
sgml-omittag: nil
sgml-shorttag: t
sgml-minimize-attributes: nil
sgml-general-insert-case: lower
End:
-->
Loading…
Cancel
Save