1SOBBY(1)                    General Commands Manual                   SOBBY(1)
2
3
4

NAME

6       sobby - a dedicated server for collaborative editing
7

SYNOPSIS

9       sobby [options] [session file]
10

DESCRIPTION

12       sobby  is  a  dedicated  server which allows clients to edit plain text
13       documents and source files collaboratively over a network.  Changes  to
14       the documents are synchronised instantly to the other clients.
15

OPTIONS

17       This  program  follows  the  usual  GNU  command line syntax, with long
18       options starting with two dashes (`-'). A summary of available  options
19       is included below.
20
21       -?, --help
22              Show help options
23
24       -n, --name=NAME
25              Published server name
26
27       -i, --interactive
28              Show prompt to enter commands at runtime
29
30       -p, --port=PORT
31              Port which should be used to listen for clients
32
33       --password=PASSWORD
34              Global password required to join the session
35
36       -c, --configfile=FILE
37              Use the settings specified in the given configuration file
38
39       --write-configfile=FILE
40              Write  the  settings passed on the command line to the specified
41              configuration file and exit
42
43       --autosave-file=FILE
44              File where to store autosaved sessions
45
46       --autosave-interval=INTERVAL
47              Interval (in seconds) between autosaves, 0  disables  them;  the
48              presence  of  --autosave-directory  automatically  disables this
49              option
50
51       --autosave-directory=DIRECTORY
52              Directory where to autosave all individual files of a session
53
54       session file
55              File to restore the session from, together  with  all  documents
56              stored  therein  and  changes  attributed  to  the corresponding
57              users.
58

AUTHOR

60       sobby was written by the 0x539 dev group <crew@0x539.de>.
61
62
63
64                                August 17, 2006                       SOBBY(1)
Impressum