~ubuntu-branches/ubuntu/oneiric/libinfinity/oneiric

« back to all changes in this revision

Viewing changes to infinoted/infinoted-0.5.man

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2011-04-03 15:50:33 UTC
  • mfrom: (1.2.4 upstream) (1.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110403155033-eqntz262lxzt0d8s
Tags: 0.5.0-2
* Fix infinoted postinst and prerm.  (Closes: #620687)
* Updated debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH INFINOTED "1" "January 2011" "infinoted 0.5" "User Commands"
 
2
.SH NAME
 
3
infinoted \- manual page for infinoted 0.5
 
4
.SH SYNOPSIS
 
5
.B infinoted\-0.5
 
6
.RI [ options ]
 
7
.SH DESCRIPTION
 
8
.B infinoted
 
9
is a dedicated server which allows clients to edit plain text documents and
 
10
source files collaboratively over a network. Changes to the documents are
 
11
synchronised instantly to the other clients.
 
12
.PP
 
13
This server supports the infinote protocol as implemented by libinfinity.
 
14
Example clients include Gobby 0.4.9x, Kobby and a special plugin for gedit.
 
15
It is
 
16
.B not
 
17
compatible to the older libobby protocol.
 
18
.SH OPTIONS
 
19
.SS "Help Options:"
 
20
.TP
 
21
\fB\-h\fR, \fB\-\-help\fR
 
22
Show help options
 
23
.SS "Application Options:"
 
24
.TP
 
25
\fB\-k\fR, \fB\-\-key\-file\fR=\fIKEY\-FILE\fR
 
26
The server's private key
 
27
.TP
 
28
\fB\-c\fR, \fB\-\-certificate\-file\fR=\fICERTIFICATE\-FILE\fR
 
29
The server's certificate
 
30
.TP
 
31
\fB\-\-certificate\-chain\fR
 
32
The certificates chain down to the root certificate
 
33
.TP
 
34
\fB\-\-create\-key\fR
 
35
Creates a new random private key
 
36
.TP
 
37
\fB\-\-create\-certificate\fR
 
38
Creates a new self\-signed certificate using the given key
 
39
.TP
 
40
\fB\-p\fR, \fB\-\-port\-number\fR=\fIPORT\fR
 
41
The port number to listen on
 
42
.TP
 
43
\fB\-\-security\-policy\fR=\fIno\-tls\fR|allow\-tls|require\-tls
 
44
How to decide whether to use TLS
 
45
.TP
 
46
\fB\-r\fR, \fB\-\-root\-directory\fR=\fIDIRECTORY\fR
 
47
The directory to store documents into
 
48
.TP
 
49
\fB\-\-autosave\-interval\fR=\fIINTERVAL\fR
 
50
Interval within which to save documents, in seconds, or 0 to disable autosave
 
51
.TP
 
52
\fB\-P\fR, \fB\-\-password\fR=\fIPASSWORD\fR
 
53
Require given password on connections
 
54
.TP
 
55
\fB\-P\fR, \fB\-\-pam-service\fR=\fISERVICE\fR
 
56
Authenticate clients against given pam service on connection
 
57
.TP
 
58
\fB\-P\fR, \fB\-\-allow-user\fR=\fIUSERS\fR
 
59
Users allowed to connect after pam authentication. Separate entries with semicolons.
 
60
.TP
 
61
\fB\-P\fR, \fB\-\-allow-group\fR=\fIGROUPS\fR
 
62
Group allowed to connect after pam authentication. Separate entries with semicolons.
 
63
.TP
 
64
\fB\-\-sync\-directory\fR=\fIDIRECTORY\fR
 
65
A directory into which to periodically store a copy of the document tree
 
66
.TP
 
67
\fB\-\-sync\-interval\fR=\fIINTERVAL\fR
 
68
Interval within which to store documents to the specified sync\-directory, or 0 to disable directory synchronization
 
69
.TP
 
70
\fB\-d\fR, \fB\-\-daemonize\fR
 
71
Daemonize the server
 
72
.TP
 
73
\fB\-D\fR, \fB\-\-kill\-daemon\fR
 
74
Kill a running daemon
 
75
.TP
 
76
\fB\-v\fR, \fB\-\-version\fR
 
77
Display version information and exit
 
78
.SH AUTHOR
 
79
.B infinoted
 
80
and
 
81
.B libinfinity
 
82
were written by Armin Burgmeier <armin@0x539.de>.