1GNUMED(1) General Commands Manual GNUMED(1)
2
3
4
6 gm_ctl_client - GNUmed XML-RPC connector for legacy applications
7
8
10 gm_ctl_client [--log-file=FILE] [--conf-file=FILE] [--text-
11 domain=TEXTDOMAIN] [--lang-gettext=LANGUAGE]
12
13
15 gm_ctl_client is a small helper program acting as a client for the XML-
16 RPC API of the GNUmed client.
17
18 This API can be used by 3rd-Party software to remote control a GNUmed
19 client.
20
21
23 --text-domain=TEXTDOMAIN
24 Set this to change the name of the language file to be loaded.
25 Note, this does not change the directory the file is searched
26 in, only the name of the file where messages are loaded from.
27 The standard textdomain is, of course, "gnumed.mo". You need
28 only specify the base name of the file without the .mo exten‐
29 sion.
30
31 --log-file=FILE
32 Use this to change the name of the log file. The default log
33 file would be <~/.gnumed/gnumed.log>.
34
35 --conf-file=FILE
36 Use configuration file FILE instead of searching for it in stan‐
37 dard locations.
38
39 --lang-gettext=LANGUAGE
40 Explicitly set the language to use in gettext translation. The
41 very same effect can be achieved by setting the environment
42 variable $LANG from a launcher script.
43
44
45
47 LANG, LC_MESSAGES, etc.
48 See gettext(1) for how the various locale related environment
49 variables work.
50
51
52
54 ~/.gm_ctl_client/gm_ctl_client.log
55 The default log file.
56
57 ~/.gm_ctl_client/gm_ctl_client.conf
58 The default configuration file.
59
60
62 gettext(1)
63
64 gnumed(1)
65
66 http://www.gnumed.org
67 Users' website
68
69 http://www.gnumed.de
70 German website
71
72 http://savannah.gnu.org/projects/gnumed
73 source code repository (CVS)
74
75 http://wiki.gnumed.de
76 detailed Wiki-style documentation
77
78
80 A lot of functionality is still missing. However, to make up for that,
81 we deliver a plethora of bugs for your amusement :-)
82
83
85 $Id: gm_ctl_client.1,v 1.2 2009-12-21 15:00:39 ncq Exp $
86
87
88
89Manual for gm_ctl_client 2007 January 28 GNUMED(1)