From 2a7a82094d50b75380b9858eae5eb41ed169378d Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 19 Mar 2009 22:52:58 +0100 Subject: Initial import of gfax 0.7.7 --- data/gfax.schemas.in | 286 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 data/gfax.schemas.in (limited to 'data/gfax.schemas.in') diff --git a/data/gfax.schemas.in b/data/gfax.schemas.in new file mode 100644 index 0000000..1f88f78 --- /dev/null +++ b/data/gfax.schemas.in @@ -0,0 +1,286 @@ + + + + /schemas/apps/gfax/general/refresh_queue_interval + /apps/gfax/general/refresh_queue_interval + gfax + int + + 30 + + + /schemas/apps/gfax/general/run_setup_at_start + /apps/gfax/general/run_setup_at_start + gfax + bool + + true + + + /schemas/apps/gfax/general/log_enabled + /apps/gfax/general/log_enabled + gfax + bool + + false + + + /schemas/apps/gfax/general/refresh_queue_enabled + /apps/gfax/general/refresh_queue_enabled + gfax + bool + + false + + + /schemas/apps/gfax/general/send_now + /apps/gfax/general/send_now + gfax + bool + + true + + + /schemas/apps/gfax/general/email_notify + /apps/gfax/general/email_notify + gfax + bool + + true + + + /schemas/apps/gfax/general/cover_page + /apps/gfax/general/cover_page + gfax + bool + + false + + + /schemas/apps/gfax/general/hi_resolution + /apps/gfax/general/hi_resolution + gfax + bool + + true + + + /schemas/apps/gfax/general/faxtracing + /apps/gfax/general/faxtracing + gfax + bool + + false + + + + /schemas/apps/gfax/general/phone_prefix + /apps/gfax/general/phone_prefix + gfax + string + + none + + + /schemas/apps/gfax/general/fax_number + /apps/gfax/general/fax_number + gfax + string + + + + + /schemas/apps/gfax/general/email_address + /apps/gfax/general/email_address + gfax + string + + + + + /schemas/apps/gfax/general/transmit_agent + /apps/gfax/general/transmit_agent + gfax + string + + hylafax + + + /schemas/apps/gfax/general/fax_viewer + /apps/gfax/general/fax_viewer + gfax + string + + evince + + + /schemas/apps/gfax/transport/hylafax/hostname + /apps/gfax/transport/hylafax/hostname + gfax + string + + localhost + + + /schemas/apps/gfax/transport/hylafax/port + /apps/gfax/transport/hylafax/port + gfax + string + + 4559 + + + /schemas/apps/gfax/transport/hylafax/username + /apps/gfax/transport/hylafax/username + gfax + string + + + + + /schemas/apps/gfax/transport/hylafax/password + /apps/gfax/transport/hylafax/password + gfax + string + + + + + + + + /schemas/apps/gfax/transport/efax/efax_modem_device + /apps/gfax/transport/efax/efax_modem_device + gfax + string + ttyS0 + + Modem Device + The serial port the modem is connected too. Typical values are ttyS0, cua0 or modem. + + + + /schemas/apps/gfax/transport/efax/efax_modem_init + /apps/gfax/transport/efax/efax_modem_init + gfax + string + + Modem initialization string + The initialization code that is sent to the modem. + + + + + /schemas/apps/gfax/transport/efax/efax_modem_fcinit + /apps/gfax/transport/efax/efax_modem_fcinit + gfax + string + + + + + /schemas/apps/gfax/transport/efax/efax_modem_reset + /apps/gfax/transport/efax/efax_modem_reset + gfax + string + + Modem reset string + The reset code that resets the modem to a power up state. The -Kz code works with most modems. + + -kZ + + + /schemas/apps/gfax/transport/efax/efax_modem_speaker_mode + /apps/gfax/transport/efax/efax_modem_speaker_mode + gfax + int + 1 + + 0:never, 1:until carrier, 2:always, 3:on receive only + + + + /schemas/apps/gfax/transport/efax/efax_modem_speaker_volume + /apps/gfax/transport/efax/efax_modem_speaker_volume + gfax + int + 0 + + 0:very low, 1:low, 2:medium, 3:high + + + + /schemas/apps/gfax/transport/efax/efax_modem_class + /apps/gfax/transport/efax/efax_modem_class + gfax + string + + Not currently used. + + auto + + + /schemas/apps/gfax/transport/efax/efax_modem_capabilities + /apps/gfax/transport/efax/efax_modem_capabilities + gfax + string + + Not currently used. + + + + + /schemas/apps/gfax/transport/efax/efax_lockfile + /apps/gfax/transport/efax/efax_lockfile + gfax + string + + The name of the lock file according to your system's conventions. If you're running Linux you shouldn't have to touch this. + + /var/lock/LCK.. + + + /schemas/apps/gfax/transport/efax/efax_page_header + /apps/gfax/transport/efax/efax_page_header + gfax + string + + + + + + /schemas/apps/gfax/transport/efax/efax_retries + /apps/gfax/transport/efax/efax_retries + gfax + int + + 10 + + + /schemas/apps/gfax/transport/efax/efax_next_jobid + /apps/gfax/transport/efax/efax_next_jobid + gfax + int + + 0 + + + /schemas/apps/gfax/transport/efax/efax_papersize + /apps/gfax/transport/efax/efax_papersize + gfax + string + + letter + + + /schemas/apps/gfax/transport/efax/efax_debug_messages + /apps/gfax/transport/efax/efax_debug_messages + gfax + string + + c + + + + + -- cgit v1.1-32-gdbae