File: trashapplet.xml

package info (click to toggle)
trashapplet 0.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,600 kB
  • ctags: 129
  • sloc: sh: 7,933; ansic: 1,142; xml: 162; makefile: 44
file content (129 lines) | stat: -rw-r--r-- 3,968 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
  <!ENTITY legal SYSTEM "legal.xml">
  <!ENTITY appletversion "0.2">
  <!ENTITY manrevision "0.2">
  <!ENTITY date "July 2004">
  <!ENTITY applet "Trash">
]>

<article id="index" lang="en">
<!-- please do not change the id; for translations, change lang to -->
<!-- appropriate code -->
  <articleinfo> 
	 <title>&applet; Applet Manual V&manrevision;</title> 
	 <copyright> 
		<year>2004</year>
		<holder>Michiel Sikkes</holder> 
	 </copyright> 
<!-- translators: uncomment this:

  <copyright>
   <year>2002</year>
   <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
  </copyright>

   -->
<!-- An address can be added to the publisher information.  If a role is 
     not specified, the publisher/author is the same for all versions of the 
     document.  -->
	 <publisher> 
		<publishername> GNOME Documentation Project </publishername> 
	 </publisher> 

&legal;
<!-- This file  contains link to license for the documentation (GNU FDL), and 
     other legal stuff such as "NO WARRANTY" statement. Please do not change 
     any of this. -->

	 <authorgroup> 
		<author> 
		  <firstname>Michiel</firstname> 
		  <surname>Sikkes</surname> 
		  <affiliation> 
			 <orgname>GNOME Documentation Project</orgname> 
			 <address> <email>michiel@eyesopened.nl</email> </address> 
		  </affiliation> 
		</author> 
      <!-- This is appropriate place for other contributors: translators,
           maintainers,  etc. Commented out by default.
           <othercredit role="translator">
	     <firstname>Michiel</firstname> 
	     <surname>Sikkes</surname> 
	     <affiliation> 
	       <orgname>Latin Translation Team</orgname> 
	       <address> <email>translator@gnome.org</email> </address> 
	     </affiliation>
	     <contrib>Latin translation</contrib>
           </othercredit>
-->
	 </authorgroup>
	 <revhistory>
		<revision> 
		  <revnumber>&applet; Applet Manual V&manrevision;</revnumber> 
		  <date>&date;</date> 
		  <revdescription> 
			 <para role="author">Michiel Sikkes</para> 
			 <para role="publisher">GNOME Documentation Project</para> 
		  </revdescription> 
		</revision>
	  </revhistory>
	 <releaseinfo> This manual describes version &appletversion; of the &applet; applet.
		</releaseinfo>
	 <legalnotice> 
		<title>Feedback</title> 
		<para> To report a bug or make a suggestion regarding the &applet; applet or this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>. </para>
		
	 </legalnotice> 
  </articleinfo>
  <indexterm> 
	 <primary>Trash</primary> 
  </indexterm>

  <sect1 id="trash-introduction"> 
	 <title>Introduction</title> 
<para>
The <application>&applet;</application> applet lets you manage your Trash from the panel.
</para>

<sect2 id="clock-introduction-add">       
<title>To Add &applet; to a Panel</title> 
<para>
To add the <application>&applet;</application> applet to a panel, right-click on the panel, then choose
   <menuchoice>
    <guimenu>Add to Panel</guimenu>
    <guisubmenu>Accessories</guisubmenu>
    <guimenuitem>Trash</guimenuitem>
   </menuchoice>.
</para>
</sect2>
</sect1>

<sect1 id="trash-usage">
	<title>Usage</title>

	<sect2 id="trash-usage-moving">
	<title>Moving files to Trash</title>
	<para>Select one or more files or folders in the file manager and drag them onto the picture of the trashbin.</para>
	</sect2>

	<sect2 id="trash-usage-emptying">
	<title>Emptying Trash</title>
	<para>To empty Trash, right-click on the applet, then choose
		<menuchoice>
		  <guimenuitem>Empty Trash</guimenuitem>
		</menuchoice>
	</para>
	</sect2>

	<sect2 id="trash-usage-opening">
	<title>Opening Trash</title>
	<para>To open Trash, right-clik on the applet, then choose
		<menuchoice>
		  <guimenuitem>Open Trash folder</guimenuitem>
		</menuchoice>
	</para>
	</sect2>
</sect1>
</article>