File: tasque.pod

package info (click to toggle)
tasque 0.1.12-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 3,420 kB
  • ctags: 1,744
  • sloc: cs: 11,981; sh: 10,754; makefile: 148
file content (192 lines) | stat: -rw-r--r-- 3,481 bytes parent folder | download | duplicates (2)
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
=head1 NAME

Tasque - Simple TODO list for Gnome

=head1 SYNOPSIS

B<tasque> [OPTION...]

=head1 DESCRIPTION

B<Tasque> is a simple task management application for the Gnome desktop which provides the ability to to tie into any of the following:

=over 4

=item * Remember The Milk (RTM) - Default backend with online accessibility

=item * SQLite - Stand-alone local store

=back

=head1 OPTIONS

=head2 Help options

=over 8

=item B<-?>, B<--help>

Show this help message

=item B<--usage>

Display brief usage message

=back

=head2 GTK+

=over 8

=item B<--gdk-debug=>I<FLAGS>

Gdk debugging flags to set

=item B<--gdk-no-debug=>I<FLAGS>

Gdk debugging flags to unset

=item B<--display=>I<DISPLAY>

X display to use

=item B<--screen=>I<SCREEN>

X screen to use

=item B<--sync>

Make X calls synchronous

=item B<--name=>I<NAME>

Program name as used by the window manager

=item B<--class=>I<CLASS>

Program class as used by the window manager

=item B<--gtk-debug=>I<FLAGS>

Gtk+ debugging flags to set

=item B<--gtk-no-debug=>I<FLAGS>

Gtk+ debugging flags to unset

=item B<--g-fatal-warnings>

Make all warnings fatal

=item B<--gtk-module=>I<MODULE>

Load an additional Gtk module

=back

=head2 Bonobo activation Support

=over 8

=item B<--oaf-ior-fd=>I<FD>

File descriptor to print IOR on

=item B<--oaf-activate-iid=>I<IID>

IID to activate

=item B<--oaf-private>

Prevent registering of server with OAF

=back

=head2 GNOME Library

=over 8

=item B<--disable-sound>

Disable sound server usage

=item B<--enable-sound>

Enable sound server usage

=item B<--espeaker=>I<HOSTNAME:PORT>

Host:port on which the sound server to use is running

=item B<--version>

2.22.0

=back

=head2 Session management

=over 8

=item B<--sm-client-id=>I<ID>

Specify session management ID

=item B<--sm-config-prefix=>I<PREFIX>

Specify prefix of saved configuration

=item B<--sm-disable>

Disable connection to session manager

=back

=head2 GNOME GUI Library

=over 8

=item B<--disable-crash-dialog>

Disable Crash Dialog

=back

=head1 BUGS

Please report bugs at http://bugzilla.gnome.org/browse.cgi?product=tasque.

=head1 AUTHORS

B<Tasque> was written by Boyd Timothy <btimothy@gmail.com>, Calvin Gaisford
<calvinrg@gmail.com>, Brian Merrell <bgmerrell@gmail.com>, and Sandy Armstrong
<sanfordarmstrong@gmail.com>.

This manual page was written by Scott Wegner <swegner2@gmail.com>.

=head1 COPYRIGHT

Copyright (c) 2008 Novell, Inc.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

=cut