~ubuntu-branches/ubuntu/precise/kubuntu-docs/precise-proposed

« back to all changes in this revision

Viewing changes to docs/files-and-docs/C/files-and-docs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2010-03-26 16:56:23 UTC
  • Revision ID: james.westby@ubuntu.com-20100326165623-gfoyo6ytvqk6wzub
Tags: 10.04.1
* Initial release of rewritten documentation for Lucid. All docs are new.
* Removed debian/kubuntu-docs.links
* Cleaning up debian/rules
* Updated debian/copyright
* Added source format 3.0
* Changed the maintainer back to Ubuntu Documentation Project
* Bumped standards to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
3
 
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4
 
<!ENTITY % globalent SYSTEM "../../../libs/global.ent">
5
 
%globalent;
6
 
<!ENTITY % kde-menus-C SYSTEM "../../../libs/kde-menus-C.ent">
7
 
%kde-menus-C;
8
 
<!ENTITY % xinclude SYSTEM "../../../libs/xinclude.mod">
9
 
%xinclude;
10
 
<!ENTITY language "en">
11
 
]>
12
 
<article id="files-and-docs" status="complete">
13
 
<articleinfo>
14
 
<title>Files, Folders and Documents</title>
15
 
&legalnotice;
16
 
<abstract>
17
 
<para>
18
 
This section contains advice and help on working with files and folders.
19
 
</para>
20
 
</abstract>
21
 
</articleinfo>
22
 
 
23
 
<sect1 id="file-managers" status="complete">
24
 
<title>Applications to Manage Files</title>
25
 
 
26
 
<sect2 id="dolphin" status="complete">
27
 
<title>Dolphin</title>
28
 
<para>
29
 
<application>Dolphin</application> is the KDE4 default file manager. It is easy to use, clean and uncluttered. It will display previews of your files and organize them in grid or detailed view. The navigation window can be split and <application>Dolphin</application> sports the use of tabs to browse different directories in the same window.
30
 
<mediaobject>
31
 
<imageobject>
32
 
<imagedata fileref="../../images/C/dolphin.png" format="PNG"/>
33
 
</imageobject>
34
 
</mediaobject>
35
 
For more information, please refer to the <ulink type="help" url="help:/dolphin/index.html">Dolphin Handbook</ulink>.
36
 
</para>
37
 
</sect2>
38
 
 
39
 
<sect2 id="konqueror" status="complete">
40
 
<title>Konqueror</title>
41
 
<para>
42
 
<application>Konqueror</application> is a powerful multi-purpose tool that used to be KDE file default manager before KDE4 release. It is now KDE default web browser but kept its file management abilities. Its very configurable interface might look confusing for the beginner due to its numerous possiblities.
43
 
<mediaobject>
44
 
<imageobject>
45
 
<imagedata fileref="../../images/C/konqueror.png" format="PNG"/>
46
 
</imageobject>
47
 
</mediaobject>
48
 
For more information, please refer to the <ulink type="help" url="help:/konqueror/filemanager.html">Konqueror Handbook</ulink>.
49
 
</para>
50
 
</sect2>
51
 
</sect1>
52
 
 
53
 
 
54
 
<sect1 id="tips-to-manage-files" status="complete">
55
 
<title>Additional Tips to Manage Files</title>
56
 
 
57
 
<sect2 id="show-hidden-files" status="complete">
58
 
<title>Show hidden files or folders</title>
59
 
<para>
60
 
In <application>Konqueror</application> or
61
 
<application>Dolphin</application>, use 
62
 
<menuchoice>
63
 
<guimenu>View</guimenu>
64
 
<guimenuitem>Show Hidden Files</guimenuitem>
65
 
</menuchoice> to toggle hidden files and folders.
66
 
</para>
67
 
</sect2>
68
 
 
69
 
<sect2 id="krename" status="complete">
70
 
<title>Rename all files in a directory at once</title>
71
 
<para>
72
 
Using the program <application>Krename</application>, it is possible to rename
73
 
multiple files according to a naming scheme which you define.
74
 
</para>
75
 
<procedure>
76
 
 
77
 
<step>
78
 
<para>
79
 
<application>Krename</application> can be easily installed with
80
 
the <application>Adept Package Manager</application>.
81
 
<application>Krename</application> is located in the
82
 
<emphasis>Universe</emphasis> repositories. Refer to the <ulink type="help"
83
 
url="help:/kubuntu/add-applications/">Adept Package Manager</ulink>
84
 
</para>
85
 
</step>
86
 
<step>
87
 
<para>
88
 
Launch <application>Krename</application> by choosing
89
 
<menuchoice>
90
 
<guimenu>KMenu</guimenu>
91
 
<guisubmenu>Utilities</guisubmenu>
92
 
<guimenuitem>Krename</guimenuitem>
93
 
</menuchoice>
94
 
</para>
95
 
</step>
96
 
</procedure>
97
 
</sect2>
98
 
 
99
 
<sect2 id="unrar" status="complete">
100
 
<title>Opening RAR files</title>
101
 
<para>
102
 
Usually, most archive files can be opened by simply
103
 
<mousebutton>double</mousebutton> clicking on the file. However, to handle
104
 
<emphasis>rar</emphasis> files, follow the following steps.
105
 
</para>
106
 
<procedure>
107
 
<step>
108
 
<para>
109
 
Install the <application>unrar</application> package from the
110
 
<emphasis>Multiverse</emphasis> repositories using the 
111
 
the <application>Adept Package Manager</application>.
112
 
Refer to the <ulink type="help"
113
 
url="help:/kubuntu/add-applications/">Adept Package Manager</ulink>
114
 
</para>
115
 
</step>
116
 
<step>
117
 
<para>
118
 
<mousebutton>Double</mousebutton> click to open the file.
119
 
</para>
120
 
</step>
121
 
</procedure>
122
 
 
123
 
</sect2>
124
 
 
125
 
<sect2 id="keyboard-navigation" status="complete">
126
 
<title>Navigating using the keyboard</title>
127
 
<para>
128
 
In order to make navigation in the file system quicker, you can type the first letters of a sub-directory belonging to the directory opened in Dolphin to highlight it. Once it is highlighted, typing enter will open it.
129
 
</para>
130
 
 
131
 
</sect2>
132
 
</sect1>
133
 
 
134
 
</article>
135
 
 
136