You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2007/01/28 16:43:36 UTC

svn commit: r500814 - /directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/

Author: seelmann
Date: Sun Jan 28 07:43:35 2007
New Revision: 500814

URL: http://svn.apache.org/viewvc?view=rev&rev=500814
Log:
Added tasks chapter, added rename and move dialog sections.

Added:
    directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.51_tools_rename_entry_dialog.xml
    directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.52_tools_move_entries_dialog.xml
Modified:
    directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/0_index.xml
    directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.21.9_tools_browser_view_contextmenu.xml
    directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.42_tools_attribute_wizard.xml
    directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.43_tools_search_dialog.xml
    directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2_tools.xml
    directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/3_tasks.xml

Modified: directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/0_index.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/0_index.xml?view=diff&rev=500814&r1=500813&r2=500814
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/0_index.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/0_index.xml Sun Jan 28 07:43:35 2007
@@ -49,6 +49,8 @@
 
   <!ENTITY tools_referrals_connection_dialog SYSTEM "2.49_tools_referrals_connection_dialog.xml">
   <!ENTITY tools_filter_editor_dialog SYSTEM "2.50_tools_filter_editor_dialog.xml">
+  <!ENTITY tools_rename_entry_dialog SYSTEM "2.51_tools_rename_entry_dialog.xml">
+  <!ENTITY tools_move_entries_dialog SYSTEM "2.52_tools_move_entries_dialog.xml">
 
   <!ENTITY tools_value_editors SYSTEM "2.70_tools_value_editors.xml">
 

Modified: directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.21.9_tools_browser_view_contextmenu.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.21.9_tools_browser_view_contextmenu.xml?view=diff&rev=500814&r1=500813&r2=500814
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.21.9_tools_browser_view_contextmenu.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.21.9_tools_browser_view_contextmenu.xml Sun Jan 28 07:43:35 2007
@@ -442,19 +442,11 @@
 				<listitem>
 					<para>
 						Description: Moves the selected entries to
-						another parent. The Move Entries dialog is
-						opened to select the new parent DN. Note: Some
-						directories doesn't support moving whole trees but
-						only moving leaf entries. Also it is not
-						possible to move base entries or the root DSE.
-						<screenshot>
-							<mediaobject>
-								<imageobject>
-									<imagedata
-										fileref="images/tools_browser_view_4.png" format="PNG" />
-								</imageobject>
-							</mediaobject>
-						</screenshot>
+						another parent. The 
+						<link linkend="tools_move_entries_dialog">
+							Move Entries dialog
+						</link> 
+						is opened to select the new parent DN. 
 					</para>
 				</listitem>
 				<listitem>
@@ -479,21 +471,11 @@
 						<itemizedlist>
 							<listitem>
 								Entry or Search Result: Renames the
-								selected entry in directory. The Rename
-								Entry dialog is opened to specify a new
-								RDN. Note: Some directories doesn't
-								support renaming whole trees but only
-								renaming leaf entries. Also it is not
-								possible to delete base entries or the
-								root DSE.
-								<screenshot>
-									<mediaobject>
-										<imageobject>
-											<imagedata
-												fileref="images/tools_browser_view_5.png" format="PNG" />
-										</imageobject>
-									</mediaobject>
-								</screenshot>
+								selected entry in directory. The 
+								<link linkend="tools_rename_entry_dialog">
+									Rename Entry dialog
+								</link>
+								is opened to specify a new RDN. 
 							</listitem>
 							<listitem>
 								Search: Renames the selected search.

Modified: directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.42_tools_attribute_wizard.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.42_tools_attribute_wizard.xml?view=diff&rev=500814&r1=500813&r2=500814
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.42_tools_attribute_wizard.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.42_tools_attribute_wizard.xml Sun Jan 28 07:43:35 2007
@@ -13,9 +13,14 @@
 			</imageobject>
 		</inlinemediaobject>
 		<emphasis role="strong">New Attribute...</emphasis>
-		button in the Entry editor or select
+		button in the Entry editor's tool bar or select
 		<emphasis role="strong">New Attribute...</emphasis>
-		from the Entry editor's context menu.
+		from the Entry editor's context menu or hit 
+		<shortcut><keycombo>
+			<keycap>Shift</keycap>
+			<keycap>Strg</keycap>
+			<keycap>+</keycap>
+		</keycombo></shortcut>.
 	</para>
 	<para>
 		To edit the attribute description select an attribute in the

Modified: directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.43_tools_search_dialog.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.43_tools_search_dialog.xml?view=diff&rev=500814&r1=500813&r2=500814
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.43_tools_search_dialog.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.43_tools_search_dialog.xml Sun Jan 28 07:43:35 2007
@@ -112,7 +112,6 @@
 							</emphasis>
 							to open the DN Selector dialog.
 						</entry>
-						to select a DN.
 						<entry>
 							<superscript>*</superscript>)
 						</entry>
@@ -120,15 +119,16 @@
 					<row>
 						<entry>Filter</entry>
 						<entry>
-							Enter a valid LDAP search filter. 
-							Hit Ctrl-Space to get
-							content assistance. The drop-down list
+							Enter a valid LDAP search filter. Hit 
+							<shortcut><keycombo><keycap>Strg</keycap><keycap>Space</keycap></keycombo></shortcut> 
+							to get content assistance. The drop-down list
 							provides a history of recently used
-							attributes. A click to the
+							filters. A click to the
 							<emphasis role="strong">
 								Filter Editor
 							</emphasis>
-							button opens the Filter Editor dialog.
+							button opens the 
+							<link linkend="tools_filter_editor_dialog">Filter Editor dialog</link>.
 						</entry>
 						<entry>
 							<superscript>*</superscript>)
@@ -139,7 +139,8 @@
 						<entry>
 							A comma-separated list of attributes
 							that should be returned and displayed in
-							the Search Result editor. Hit Ctrl-Space
+							the Search Result editor. Hit 
+							<shortcut><keycombo><keycap>Strg</keycap><keycap>Space</keycap></keycombo></shortcut>
 							to get content assistance. The drop-down
 							list provides a history of recently used
 							attributes.

Added: directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.51_tools_rename_entry_dialog.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.51_tools_rename_entry_dialog.xml?view=auto&rev=500814
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.51_tools_rename_entry_dialog.xml (added)
+++ directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.51_tools_rename_entry_dialog.xml Sun Jan 28 07:43:35 2007
@@ -0,0 +1,100 @@
+<section id="tools_rename_entry_dialog">
+	<title>Rename Entry dialog</title>
+	<para>
+		The Rename Entry dialog is used to rename an entry. 
+		In detail the relative distinguished name (RDN) is modified by sending a 
+		modrdn operation to the directory.
+	</para>
+	
+	<para>
+		To start the Rename Entry dialog select the entry you want to rename, then 
+		choose <emphasis role="strong">Rename...</emphasis> from context menu
+		or press <shortcut><keycap>F2</keycap></shortcut>.
+	</para>	
+	
+	<para>
+		Note: Some directories doesn't support renaming whole trees but only
+		renaming leaf entries. Also it is not possible to delete base entries 
+		or the Root DSE.
+	</para>
+								
+	<para>
+		<screenshot>
+			<mediaobject>
+				<imageobject>
+					<imagedata
+						fileref="images/tools_browser_view_5.png" format="PNG" />
+				</imageobject>
+			</mediaobject>
+		</screenshot>	
+	</para>
+	
+	<para>
+		<informaltable frame="all">
+			<tgroup cols="3">
+				<colspec colname="Option" />
+				<colspec colname="Description" />
+				<colspec colname="Default" />
+				<thead>
+					<row>
+						<entry>Option</entry>
+						<entry>Description</entry>
+						<entry>Default</entry>
+					</row>
+				</thead>
+				<tbody>
+				
+					<row>
+						<entry>RDN</entry>
+						<entry>
+							The new RDN of the entry. The drop-down list on the left side
+							contains possible attribute types. The input field on the right
+							side contains the attribute value.
+						</entry>
+						<entry>
+							Current attribute type and value
+						</entry>
+					</row>
+					<row>
+						<entry>+</entry>
+						<entry>
+							Adds a new name-value pair to RDN
+						</entry>
+						<entry>
+							-
+						</entry>
+					</row>
+					<row>
+						<entry>-</entry>
+						<entry>
+							Removes a name-value pair from RDN
+						</entry>
+						<entry>
+							-
+						</entry>
+					</row>
+					<row>
+						<entry>RDN Preview</entry>
+						<entry>
+							Shows a preview of the new RDN
+						</entry>
+						<entry>
+							Current RDN
+						</entry>
+					</row>
+					<row>
+						<entry>Delete old RDN</entry>
+						<entry>
+							If enabled the old RDN name-value pair is removed 
+							from entry, otherwise it remains.
+						</entry>
+						<entry>
+							on
+						</entry>
+					</row>
+				</tbody>
+			</tgroup>
+		</informaltable>
+	</para>
+	
+</section>
\ No newline at end of file

Added: directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.52_tools_move_entries_dialog.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.52_tools_move_entries_dialog.xml?view=auto&rev=500814
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.52_tools_move_entries_dialog.xml (added)
+++ directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2.52_tools_move_entries_dialog.xml Sun Jan 28 07:43:35 2007
@@ -0,0 +1,64 @@
+<section id="tools_move_entries_dialog">
+	<title>Move Entries dialog</title>
+	<para>
+		The Move Entries dialog is used to move entries to another parent. 
+	</para>
+	
+	<para>
+		To start the Move Entries dialog select the entries you want to move, then 
+		choose <emphasis role="strong">Move...</emphasis> from context menu.
+	</para>	
+	
+	<para>
+		Note: Some directories doesn't support moving whole trees but
+		only moving leaf entries. Also it is not possible to move base 
+		entries or the root DSE.
+	</para>
+								
+	<para>
+		<screenshot>
+			<mediaobject>
+				<imageobject>
+					<imagedata
+						fileref="images/tools_browser_view_4.png" format="PNG" />
+				</imageobject>
+			</mediaobject>
+		</screenshot>	
+	</para>
+	
+	<para>
+		<informaltable frame="all">
+			<tgroup cols="3">
+				<colspec colname="Option" />
+				<colspec colname="Description" />
+				<colspec colname="Default" />
+				<thead>
+					<row>
+						<entry>Option</entry>
+						<entry>Description</entry>
+						<entry>Default</entry>
+					</row>
+				</thead>
+				<tbody>
+				
+					<row>
+						<entry>Parent</entry>
+						<entry>
+							The new parent of the entries. 
+							You could edit the DN or select a
+							recently used DN from drop-down list or
+							click to
+							<emphasis role="strong">
+								Browse....
+							</emphasis>
+							to open the DN Selector dialog.
+						</entry>
+						<entry>
+							The current parent
+						</entry>
+					</row>
+				</tbody>
+			</tgroup>
+		</informaltable>
+	</para>
+</section>
\ No newline at end of file

Modified: directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2_tools.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2_tools.xml?view=diff&rev=500814&r1=500813&r2=500814
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2_tools.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/2_tools.xml Sun Jan 28 07:43:35 2007
@@ -40,6 +40,8 @@
 		
 		&tools_referrals_connection_dialog;
 		&tools_filter_editor_dialog;
+		&tools_rename_entry_dialog;
+		&tools_move_entries_dialog;
 
 	</section>
 	

Modified: directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/3_tasks.xml
URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/3_tasks.xml?view=diff&rev=500814&r1=500813&r2=500814
==============================================================================
--- directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/3_tasks.xml (original)
+++ directory/ldapstudio/trunk/ldapstudio-browser-help/src/main/resources/3_tasks.xml Sun Jan 28 07:43:35 2007
@@ -1,48 +1,418 @@
 <chapter id="tasks">
 	<title>Tasks</title>
-	<para>
-		TODO...
-	</para>
-	<para>
-		<itemizedlist>
-			<listitem>Create a connection</listitem>
-			<listitem>Modify connection parameters</listitem>
-			
-			<listitem>Create an entry: Wizard, LDIF, from scratch, use template</listitem>
-			<listitem>Duplicate entries/subtree</listitem>
-			<listitem>Move entries/subtree</listitem>
-			<listitem>Rename an entry/subtree</listitem>
-			<listitem>Delete entries/subtree</listitem>
-			<listitem>Handle large trees: count limit, folding, filter</listitem>
-			
-			<listitem>Modify an entry's attributes</listitem>
-			<listitem>Modify Aliases entries</listitem>
-			<listitem>Modify Referral entries</listitem>
-			<listitem>Modify multiple entries: Batch Operation, Search Result editor, LDIF</listitem>
+	
+	<section id="tasks_manage_connections">
+		<title>Managing connections</title>
+		<section id="tasks_manage_connections_create">
+			<title>Creating a connection</title>
+			<simplesect>
+				<title>Using the New Connection wizard</title>
+				<para>
+					To create a new connection please use the 
+					<link linkend="tools_newconnection_wizard">New Connection wizard</link>.
+				</para>
+			</simplesect>
+			<simplesect>
+				<title>Duplicating an existing connection</title>
+				<para>
+					It is also possible to duplicate an existing connection. This is helpful
+					if the new connection has similar connection parameters:
+					<orderedlist numeration="arabic">
+						<listitem>
+							<para>
+								Select the connection you want to duplicate and select 
+								<inlinemediaobject><imageobject><imagedata fileref="icons/copy.gif" format="GIF"/></imageobject></inlinemediaobject>
+								<emphasis role="strong">Copy Connection</emphasis> from context menu
+								or use the  
+								<shortcut><keycombo><keycap>Strg</keycap><keycap>C</keycap></keycombo></shortcut>
+								shortcut.
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								Afterward select
+								<inlinemediaobject><imageobject><imagedata fileref="icons/paste.gif" format="GIF"/></imageobject></inlinemediaobject>
+								<emphasis role="strong">Paste Connection</emphasis> from context menu
+								or use the  
+								<shortcut><keycombo><keycap>Strg</keycap><keycap>V</keycap></keycombo></shortcut>
+								shortcut. Observe the new connection, prefixed with "Copy of ".
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								<link linkend="tasks_manage_connections_rename">Rename</link> the connection to your needs.
+							</para>
+						</listitem>
+						<listitem>
+							<para>
+								<link linkend="tasks_manage_connections_modify">Modify</link> the connection parameters to your needs.
+							</para>
+						</listitem>
+					</orderedlist>
+				</para>
+			</simplesect>
+		</section>
+		<section id="tasks_manage_connections_modify">
+			<title>Modifying connection parameters</title>
+			<para>
+				The connection parameters could be modified in the 
+				<link linkend="tools_connection_properties">Connection properties</link>.
+				Select a connection and choose 
+				<emphasis role="strong">Properties...</emphasis>
+				from context menu or press 
+				<shortcut><keycombo><keycap>Alt</keycap><keycap>Enter</keycap></keycombo></shortcut>
+				to open the properties dialog.
+			</para>
+			<para>
+				Note: A connection must be closed in order to modify its connection parameters.
+			</para>
+		</section>
+		<section id="tasks_manage_connections_rename">
+			<title>Renaming a connection</title>
+			<para>
+				To rename a connection select a connection and choose 
+				<emphasis role="strong">Rename Connection...</emphasis>
+				from context menu or press 
+				<shortcut><keycap>F2</keycap></shortcut>.
+			</para>
+			<para>
+				In the opened dialog enter the new name and press 
+				<shortcut><keycap>OK</keycap></shortcut>.
+			</para>
+		</section>
+		<section id="tasks_manage_connections_delete">
+			<title>Deleting a connection</title>
+			<para>
+				To delete a connection select a connection and choose 
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata
+							fileref="icons/delete.gif" format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+				<emphasis role="strong">Delete Connection</emphasis>
+				from context menu or press <emphasis role="strong">Delete</emphasis>.
+			</para>
+			<para>
+				Note: A connection must be closed in order to delete it.
+			</para>
+		</section>
+		<section id="tasks_manage_connections_open">
+			<title>Opening a connection</title>
+			<para>
+				A connection is automatically opened when expanding the DIT or 
+				when performing a search.
+			</para>
+			<para>
+				To open a connection explicitely choose one of the following options:
+				<itemizedlist>
+					<listitem>
+						<para>
+							In the Connections view select a connection and choose
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata
+										fileref="icons/connection_connect.gif" format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+							<emphasis role="strong">Open Connection</emphasis>
+							from context menu or from toolbar.
+						</para>
+					</listitem>
+					<listitem>	
+						<para>
+							Double-click a connection.
+						</para>
+					</listitem>
+				</itemizedlist>				
+			</para>
+		</section>
+		<section id="tasks_manage_connections_close">
+			<title>Closing a connection</title>
+			<para>
+				To close a connection select a connection and choose
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata
+							fileref="icons/connection_disconnect.gif" format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+				<emphasis role="strong">Close Connection</emphasis>
+				from context menu or from toolbar.
+			</para>
+		</section>
+		<section id="tasks_manage_connections_secure">
+			<title>Enabling secure connections</title>
+			<para>
+				LDAP Studio supports secure connections with ldaps or StartTLS extension. 
+				Select a proper encryption method in the 
+				<link linkend="tools_connection_properties">Connection properties</link>.
+			</para>
+		</section>
+	</section>	
+
+	
+	<section id="tasks_browse_directory">
+		<title>Browsing directory</title>
+		
+		<section id="tasks_browse_directory_handle_large_trees">
+			<title>Handling large number of entries</title>
+			<para>
+				A directory may have entries with thousands of child entries. 
+				It is not recommended to fetch all these children when
+				browsing because this increases directory and network load 
+				and is very time consuming.
+			</para>
+			<simplesect id="tasks_browse_directory_handle_large_trees_limit">
+				<title>Limiting number of fetched entries</title>
+				<para>
+					It is recommended to limit the number of returned 
+					entries. The limit is defined in  
+					<link linkend="tools_connection_properties_options">Connection properties</link>.
+				</para>
+			</simplesect>
 			
-			<listitem>Search</listitem>
-			<listitem>Duplicate a Search</listitem>
-			<listitem>Navigation</listitem>
-			<listitem>Query by example</listitem>
+			<simplesect id="tasks_browse_directory_filter">
+				<title>Filtering children</title>
+				<para>
+					Another option is to use a filter to limit the fetched children.
+					Choose
+					<inlinemediaobject>
+						<imageobject>
+							<imagedata
+								fileref="icons/filter_dit.gif" format="GIF" />
+						</imageobject>
+					</inlinemediaobject>
+					<emphasis role="strong">Filter Children...</emphasis>
+					from context menu. In the opened dialog you could
+					define a LDAP filter. Hit 
+					<shortcut><keycombo><keycap>Strg</keycap><keycap>Space</keycap></keycombo></shortcut> 
+					to get content assistance. The drop-down list
+					provides a history of recently used
+					filters. A click to the
+					<emphasis role="strong">
+						Filter Editor
+					</emphasis>
+					button opens the 
+					<link linkend="tools_filter_editor_dialog">Filter Editor dialog</link>.
+				</para>
+			</simplesect>
 			
-		</itemizedlist>
-	</para>
-
-	<!-- 
-	<para>
-	  Basic Conceps:
-	  - Navigation: Browser:Up,Down,F3, EE:F3,Schema,Show-In, SRE:F3,F4,Link,Schema, SB:Links
-	  - View/Editor interaction: Push,Single-EE,Single-SRE
-	  - Search Page
-	  - Threading, long-running operations
-	  - Modification logging
-	  - LDIF interface
-	  - Caching, Reloading Schema and Entries
-	  - Save locations (connection, schema, mod-logs)
-	  - Value Editors
-	  - Referrals and Aliases
-	  - LDAP tutorial
-	</para>
-	 -->
-	 
+		</section>
+		
+		<section id="tasks_browse_directory_show_metadata">
+			<title>Showing RootDSE and Schema entry</title>
+			<para>
+				To make RootDSE and Schema entry visible in the Browser view 
+				enable <emphasis role="strong">Show Directory Metadata</emphasis>
+				in the Browser's drop down menu. 
+			</para>
+		</section>
+		
+		<section id="tasks_browse_directory_show_subentries">
+			<title>Showing subentries</title>
+			<para>
+				Subentries are a special kind of entries used for managing the 
+				administration of different aspects of the directory. By default 
+				they are not visible. To make them visible in the Browser view 
+				enable <emphasis role="strong">Fetch subentries</emphasis> in the 
+				<link linkend="preferences_browser_view">Browser's preferences</link>. 
+				
+			</para>
+		</section>
+		
+		<section id="tasks_browse_directory_display_attributes">
+			<title>Displaying entry's attribute</title>
+			<para>
+				Select an entry in the Browser view. The Entry editor will be
+				opened and shows the entry's attributes. You could define
+				the visible attriubtes in the
+				<link linkend="preferences_entry_editor">Entry editor preferences</link>.
+			</para>
+		</section>
+		
+		<section id="tasks_browse_directory_filter_attributes">
+			<title>Filtering entry's attribute</title>
+			<para>
+				Please see
+				<link linkend="tools_entry_editor_quickfilter">
+					Quick Filter
+				</link>
+				in Entry editor features.
+			</para>
+		</section>
+		
+		<section id="tasks_browse_directory_display_operational_attributes">
+			<title>Displaying entry's operational attribute</title>
+			<para>
+				In order to make operational attributes visible please enable
+				<emphasis role="strong">Show operational attributes</emphasis> in the
+				<link linkend="preferences_entry_editor">Entry editor preferences</link>.
+			</para>
+		</section>
+		
+	</section>
+		  
+	<section id="tasks_manage_entries">
+		<title>Managing entries</title>	
+		
+		<section id="tasks_manage_entries_create">
+			<title>Creating an entry</title>
+			<para>
+				To create a new entry please use the 
+				<link linkend="tools_newentry_wizard">New Entry wizard</link>.
+			</para>
+		</section>
+		
+		<section id="tasks_manage_entries_rename">
+			<title>Renaming an entry</title>
+			<para>
+				To rename an entry please use the 
+				<link linkend="tools_rename_entry_dialog">Rename Entry dialog</link>.
+			</para>
+		</section>
+		
+		<section id="tasks_manage_entries_move">
+			<title>Moving entries</title>
+			<para>
+				To move entries to another parent please use the 
+				<link linkend="tools_move_entries_dialog">Move Entry dialog</link>.
+			</para>
+		</section>
+		
+		<section id="tasks_manage_entries_delete">
+			<title>Deleting entries</title>
+			<para>
+				To delete entries select the entries you would like to delete and
+				choose 
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata
+							fileref="icons/delete.gif" format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+				<emphasis role="strong">Delete</emphasis>
+				from context menu
+				or press <shortcut><keycap>Delete</keycap></shortcut> key.
+			</para>
+		</section>
+		
+		<section id="tasks_manage_entries_addattribute">
+			<title>Adding an attribute</title>
+			<para>
+				<orderedlist numeration="arabic">
+					<listitem>
+						<para>
+							Use the 
+							<link linkend="tools_attribute_wizard">Attribute wizard</link>
+							to specify the attribute.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
+							After finishing the wizard a proper 
+							<link linkend="tools_value_editors">Value editor</link>
+							is invoked. Enter the value and press 
+							<shortcut><keycap>Enter</keycap></shortcut>.
+						</para>
+					</listitem>
+				</orderedlist>
+			</para>
+		</section>
+		
+		<section id="tasks_manage_entries_addvalue">
+			<title>Adding a value</title>
+			<para>
+				<orderedlist numeration="arabic">
+					<listitem>
+						<para>
+							Select the attribute where you would like to add a value.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
+							Choose 
+							<inlinemediaobject>
+								<imageobject>
+									<imagedata fileref="icons/value_add.gif"
+										format="GIF" />
+								</imageobject>
+							</inlinemediaobject>
+							<emphasis role="strong">New Value</emphasis>
+							from tool bar or context menu or hit 
+							<shortcut><keycombo>
+								<keycap>Strg</keycap>
+								<keycap>+</keycap>
+							</keycombo></shortcut>.
+							This invokes a proper 
+							<link linkend="tools_value_editors">Value editor</link>
+						</para>
+					</listitem>
+					<listitem>
+						<para>
+							Enter the value and press 
+							<shortcut><keycap>Enter</keycap></shortcut>.
+						</para>
+					</listitem>
+				</orderedlist>
+			</para>
+		</section>
+		
+		<section id="tasks_manage_entries_modifyvalue">
+			<title>Modifying a value</title>
+			<para>
+				<orderedlist numeration="arabic">
+					<listitem>
+						<para>
+							Select the value you would like to edit.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
+							Invoke the default 
+							<link linkend="tools_value_editors">Value editor</link>
+							by pressing 
+							<shortcut><keycap>Enter</keycap></shortcut> or
+							<shortcut><keycap>F7</keycap></shortcut> or
+							double-click the value.
+						</para>
+						<para>
+							or
+						</para>
+						<para>
+							Invoke a custom 
+							<link linkend="tools_value_editors">Value editor</link>
+							by choosing one from 
+							<emphasis role="strong">Edit Value With</emphasis>
+							in the context menu.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
+							Modify the value and press 
+							<shortcut><keycap>Enter</keycap></shortcut>.
+						</para>
+					</listitem>
+				</orderedlist>
+			</para>
+		</section>
+		
+		<section id="tasks_manage_entries_deletevalue">
+			<title>Deleting attributes and values</title>
+			<para>
+				To delete attributes and values select the 
+				attributes and values you would like to delete and choose 
+				<inlinemediaobject>
+					<imageobject>
+						<imagedata
+							fileref="icons/delete.gif" format="GIF" />
+					</imageobject>
+				</inlinemediaobject>
+				<emphasis role="strong">Delete</emphasis>
+				from tool bar or context menu
+				or press <shortcut><keycap>Delete</keycap></shortcut> key.
+			</para>
+		</section>		
+	</section>
+
 </chapter>