lookupservice(1)
NAME
lookupservice - Server program to serve messages over XML-RPC
SYNOPSIS
lookupservice [--version] [-h|--help] [--manpage] [--progress PROGRESS] [--errorlevel ERRORLEVEL] [-i|--input] INPUT [--psyco MODE] [-a|--address] [-p|--port] [-l|--language LANG] [--source-language LANG] [--columnorder]
DESCRIPTION
As this is implemented using the base classes (see storage.base), the
work is minimal to use this with any storage format that is implemented
using the base classes. Strictly speaking, only an init... function
needs to be registered..SH OPTIONS
- --version
- show program's version number and exit
- -h/--help
- show this help message and exit
- --manpage
- output a manpage based on the help
- --progress
- show progress as: dots, none, bar, names, verbose
- --errorlevel
- show errorlevel as: none, message, exception, traceback
- -i/--input
- read from INPUT in tmx, tbx, csv, po, pot formats
- --psyco
- use psyco to speed up the operation, modes: none, full, profile
- -a/--address
- the host to bind to
- -p/--port
- the port to listen on
- -l/--language
- set target language code
- --source-language
- set source language code
- --columnorder
- specify the order and position of columns for CSV (comment,source,target)