forked from thinkle/gourmet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gourmet.1
70 lines (68 loc) · 1.93 KB
/
gourmet.1
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
.TH "gourmet" "1" "September 2008"
.SH NAME
gourmet \- A Gtk-based recipe organizer and shopping list generator
.SH SYNOPSIS
.B gourmet
[\fIoptions\fR]
.SH DESCRIPTION
.PP
This manual page describes briefly the \fBgourmet\fR command.
.PP
Gourmet Recipe Manager is a Gtk-based recipe organizer and shopping list
generator intended for the GNOME desktop environment (though it does not need
all the GNOME libraries). Gourmet can import Mealmaster(tm) files and can
export recipes in a number of formats, including text, RTF and web pages.
Gourmet also can calculate nutritional information for recipes.
.SH OPTIONS
.TP
\fB\-\-database\-url\fR=\fIDB_URL\fR
Custom url for database of form driver://args/location
.TP
\fB\-\-plugin\-directory\fR=\fIHTML_PLUGIN_DIR\fR
Directory for webpage import filter plugins.
.TP
\fB\-\-use\-threads\fR
Enable threading support.
.TP
\fB\-\-disable\-threads\fR
Disable threading support.
.TP
\fB\-\-gourmet\-directory\fR=\fIGOURMETDIR\fR
Gourmet configuration directory.
.TP
\fB\-\-debug\-threading\-interval\fR=\fITHREAD_DEBUG_INTERVAL\fR
Interval for threading debug calls.
.TP
\fB\-\-debug\-threading\fR
Print debugging information about threading.
.TP
\fB\-\-debug\-file\fR=\fIDEBUG_FILE\fR
Regular expression that matches filename(s) whose code
we want to display debug messages from.
.TP
\fB\-q\fR
Don't print \fBgourmet\fR error messages.
.TP
\fB\-\-showtimes\fR
Print timestamps on debug statements.
.TP
\fB\-v\fR
Be verbose (extra v's will increase the verbosity
level.
.TP
\fB\-\-gourmet\-base\fR=\fIDATAD\fR
Root directory for \fBgourmet\fR data files.
.TP
\fB\-\-disable\-psyco\fR
Do not use psyco if it is installed.
.TP
\fB\-\-version\fR
show version number and exit.
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.SH AUTHORS
Thomas Hinkle <Thomas_Hinkle@alumni.brown.edu>
.PP
This manual page was written by Francois Wendling <frwendling@free.fr> for the
Debian GNU/Linux system (but may be used by others).