~ubuntu-branches/ubuntu/maverick/kubuntu-docs/maverick

« 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: 2008-08-18 10:49:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080818104914-83r2er2hsmdp2o0l
Tags: 8.10-2
* Restructured kubuntu documentation package
  - Refer to the NEWS text located in the root directory of the package
* Removed the Firefox start page files
* debian/rules: updated to remove firefox files
* debian/control: removed perl deps due to removal of firefox files, bumped
  version to 3.8.0, updated kdelibs-data dep to kdelibs5-data

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 % cdo-C SYSTEM "../../../libs/cdo-C.ent">
 
7
%cdo-C;
 
8
<!ENTITY % kde SYSTEM "../../../libs/kde.ent">
 
9
%kde;
 
10
<!ENTITY % kde-menus-C SYSTEM "../../../libs/kde-menus-C.ent">
 
11
%kde-menus-C;
 
12
<!ENTITY % kde-general SYSTEM
 
13
"/usr/share/apps/ksgmltools2/customization/obsolete/general.entities">
 
14
%kde-general;
 
15
<!ENTITY % xinclude SYSTEM "../../../libs/xinclude.mod">
 
16
%xinclude;
 
17
<!ENTITY language "en">
 
18
]>
 
19
<article id="files-and-docs" status="complete">
 
20
<articleinfo>
 
21
<title>Files, Folders and Documents</title>
 
22
&klegalnotice;
 
23
<abstract>
 
24
<para>
 
25
This section contains advice and help on working with files and folders.
 
26
</para>
 
27
</abstract>
 
28
</articleinfo>
 
29
 
 
30
<sect1 id="file-managers" status="complete">
 
31
<title>Applications to Manage Files</title>
 
32
 
 
33
 
 
34
<itemizedlist>
 
35
<listitem>
 
36
<para>
 
37
<ulink type="help" url="help:/dolphin/index.html">
 
38
Dolphin File Management
 
39
</ulink>
 
40
</para>
 
41
</listitem>
 
42
 
 
43
<listitem>
 
44
<para>
 
45
<ulink type="help" url="help:/konqueror/filemanager.html">
 
46
Konqueror File Management
 
47
</ulink>
 
48
</para>
 
49
</listitem>
 
50
 
 
51
 
 
52
<listitem>
 
53
<para>
 
54
<ulink type="help" url="help:/kubuntu/office/">
 
55
Office Applications and Documents
 
56
</ulink>
 
57
</para>
 
58
</listitem>
 
59
</itemizedlist>
 
60
</sect1>
 
61
 
 
62
 
 
63
<sect1 id="tips-to-manage-files" status="complete">
 
64
<title>Additional Tips to Manage Files</title>
 
65
 
 
66
<sect2 id="show-hidden-files" status="complete">
 
67
<title>Show hidden files or folders</title>
 
68
<para>
 
69
In <application>Konqueror</application> or
 
70
<application>Dolphin</application>, use 
 
71
<menuchoice>
 
72
<guimenu>View</guimenu>
 
73
<guimenuitem>Show Hidden Files</guimenuitem>
 
74
</menuchoice> to toggle hidden files and folders.
 
75
</para>
 
76
</sect2>
 
77
 
 
78
<sect2 id="krename" status="complete">
 
79
<title>Rename all files in a directory at once</title>
 
80
<para>
 
81
Using the program <application>Krename</application>, it is possible to rename
 
82
multiple files according to a naming scheme which you define.
 
83
</para>
 
84
<procedure>
 
85
 
 
86
<step>
 
87
<para>
 
88
<application>Krename</application> can be easily installed with
 
89
the <application>Adept Package Manager</application>.
 
90
<application>Krename</application> is located in the
 
91
<emphasis>Universe</emphasis> repositories. Refer to the <ulink type="help"
 
92
url="help:/kubuntu/add-applications/">Adept Package Manager</ulink>
 
93
</para>
 
94
</step>
 
95
<step>
 
96
<para>
 
97
Launch <application>Krename</application> by choosing
 
98
<menuchoice>
 
99
<guimenu>KMenu</guimenu>
 
100
<guisubmenu>Utilities</guisubmenu>
 
101
<guimenuitem>Krename</guimenuitem>
 
102
</menuchoice>
 
103
</para>
 
104
</step>
 
105
</procedure>
 
106
</sect2>
 
107
 
 
108
<sect2 id="unrar" status="complete">
 
109
<title>Opening RAR files</title>
 
110
<para>
 
111
Usually, most archive files can be opened by simply
 
112
<mousebutton>double</mousebutton> clicking on the file. However, to handle
 
113
<emphasis>rar</emphasis> files, follow the following steps.
 
114
</para>
 
115
<procedure>
 
116
<step>
 
117
<para>
 
118
Install the <application>unrar</application> package from the
 
119
<emphasis>Multiverse</emphasis> repositories using the 
 
120
the <application>Adept Package Manager</application>.
 
121
Refer to the <ulink type="help"
 
122
url="help:/kubuntu/add-applications/">Adept Package Manager</ulink>
 
123
</para>
 
124
</step>
 
125
<step>
 
126
<para>
 
127
<mousebutton>Double</mousebutton> click to open the file.
 
128
</para>
 
129
</step>
 
130
</procedure>
 
131
 
 
132
</sect2>
 
133
</sect1>
 
134
 
 
135
</article>
 
136
 
 
137