summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-18 15:38:20 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-18 15:38:20 +0000
commitbf3b22c06dfb3916fa3375b59d2745f147573856 (patch)
tree9d3009f1480f594d9138da8b2189f844024816ec /README
parentd55886dcf9cb6100d265a2cc645ecba331f2978b (diff)
Fill in README
Diffstat (limited to 'README')
-rw-r--r--README78
1 files changed, 78 insertions, 0 deletions
diff --git a/README b/README
index e69de29bb..77baf2639 100644
--- a/README
+++ b/README
@@ -0,0 +1,78 @@
+================
+telepathy-gabble
+================
+
+Gabble is a Jabber/XMPP connection manager for the Telepathy framework,
+currently supporting:
+
+* single-user chats
+* multi-user chats
+* voice/video calling
+
+with Jabber/XMPP and Google Talk interoperability.
+
+Telepathy is a D-Bus framework for unifying real time communication,
+including instant messaging, voice calls and video calls. It abstracts
+differences between protocols to provide a unified interface for
+applications.
+
+Requirements
+============
+
+telepathy-gabble requires:
+ telepathy-glib <http://telepathy.freedesktop.org/releases/telepathy-glib/>
+ Loudmouth <http://www.loudmouth-project.org/download>
+ GLib, GObject <http://ftp.gnome.org/pub/GNOME/sources/glib/>
+ libdbus <http://dbus.freedesktop.org/releases/dbus/>
+ The D-Bus GLib bindings <http://dbus.freedesktop.org/releases/dbus-glib/>
+
+At build time, it also requires:
+ GNU make <http://www.gnu.org/software/make/>
+ pkg-config <http://ftp.gnome.org/pub/GNOME/sources/pkg-config/>
+ libxslt, xsltproc <http://xmlsoft.org/XSLT/>
+ Python <http://www.python.org/>
+
+See configure.ac for full details, including versions required.
+
+Building from Darcs also requires the GNU build system (Autoconf, Automake,
+libtool).
+
+Bugs, feature requests and to-do list
+=====================================
+
+Report all bugs, feature requests and "to-do" items here:
+ <https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=telepathy-gabble>
+
+Versioning policy
+=================
+
+We use an "odd/even" versioning scheme where the minor version (the y in
+x.y.z) determines stability - stable branches have y even, development
+branches have y odd.
+
+Unreleased builds straight from Darcs identify themselves as version
+"x.y.z.1". These are compiled with -Werror, so they might stop working
+if your gcc version issues more warnings than ours. If this is a problem
+for you, use a release tarball.
+
+Contact info
+============
+
+This package is maintained by the Telepathy project:
+ <http://telepathy.freedesktop.org/>
+ <mailto:telepathy@lists.freedesktop.org>
+ <irc://irc.freenode.net/telepathy>
+
+Telepathy development is supported by Collabora Ltd.
+ <http://www.collabora.co.uk/>.
+
+Hacking
+=======
+
+The current version of telepathy-gabble is always available from:
+ <http://darcs.collabora.co.uk/darcs/telepathy-gabble/>
+
+Proposed patches awaiting review can usually be found in Merge Monkey:
+ <http://monkey.collabora.co.uk/>
+
+Please follow <http://telepathy.freedesktop.org/wiki/Style>.