summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-05 11:09:45 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-05 11:09:45 +0000
commit8079eeb4b03d934cf5b37c4de60fe257d0dfea65 (patch)
treea9c62edfe40fa5055dbfc7b7bb24a84248cd1e3e /docs
parent3721e0ccc9c68776e93f9fe73c13d6d4099d89af (diff)
downloadtelepathy-salut-8079eeb4b03d934cf5b37c4de60fe257d0dfea65.tar.gz
Add telepathy-salut.8 man page
20071105110945-53eee-e9610597c97ca0d7586afd2a1588d932d7e2a314.gz
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am12
-rw-r--r--docs/telepathy-salut.8.in39
2 files changed, 50 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 65839e43..306defe6 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,3 +1,13 @@
+man_MANS = telepathy-salut.8
+
+EXTRA_DIST = $(man_MANS:.8=.8.in)
+CLEANFILES = $(man_MANS)
+
+%.8: %.8.in Makefile
+ sed -e 's,[@]libexecdir[@],@libexecdir@,' < $< > $@
+
+# ---- Proto-XEPs (not automatically generated, see README) ----
+
PROTO_XEP_XML = \
clique.xml
PROTO_XEP_HTML = $(PROTO_XEP_XML:.xml=.html)
@@ -19,4 +29,4 @@ xep.xsl:
@echo "wget 'http://svn.xmpp.org:18080/browse/~raw,r=1214/XMPP/trunk/extensions/xep.xsl'"
@exit 1
-EXTRA_DIST = $(PROTO_XEP_XML)
+EXTRA_DIST += $(PROTO_XEP_XML)
diff --git a/docs/telepathy-salut.8.in b/docs/telepathy-salut.8.in
new file mode 100644
index 00000000..403d8bca
--- /dev/null
+++ b/docs/telepathy-salut.8.in
@@ -0,0 +1,39 @@
+.TH TELEPATHY-SALUT "8" "October 2007" "Telepathy" "D-Bus services"
+\" This man page was written by Simon McVittie for the Debian project,
+\" but may be used by others.
+\" Copyright © 2007 Collabora Ltd. <http://www.collabora.co.uk/>
+\" It may be distributed under the same terms as telepathy-salut itself.
+.SH NAME
+telepathy-salut \- Telepathy connection manager for link-local XMPP
+.SH SYNOPSIS
+\fB@libexecdir@/telepathy\-salut\fR
+.SH DESCRIPTION
+Salut implements the Telepathy D-Bus specification for link-local XMPP
+(XEP-0174, often called "Bonjour"), allowing Telepathy clients like
+.BR empathy (1)
+to communicate with other implementations of link-local XMPP, such as
+iChat. It also extends the protocol to support multicast-based chat rooms
+and collaboration.
+.PP
+It is a D-Bus service which runs on the session bus, and should usually be
+started automatically by D-Bus activation. However, it might be useful to
+start it manually for debugging.
+.SH OPTIONS
+There are no command-line options.
+.SH ENVIRONMENT
+.TP
+\fBSALUT_LOGFILE\fR=\fIfilename\fR
+If set, debug output will go to the given file rather than to stderr.
+.TP
+\fBSALUT_DEBUG\fR=\fItype\fR
+May be set to "all" for full debug output, or various undocumented options
+(which may change from release to release) to filter the output.
+\fBGIBBER_DEBUG\fR=\fItype\fR
+May be set to "all" for full debug output from the Gibber XMPP library used by
+Salut, or various undocumented options (which may change from release to
+release) to filter the output.
+.SH SEE ALSO
+.IR http://telepathy.freedesktop.org/ ,
+.IR http://telepathy.freedesktop.org/wiki/CategorySalut ,
+.IR http://www.xmpp.org/extensions/xep-0174.html ,
+.BR empathy (1)