summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-23 12:40:01 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-23 12:40:01 +0000
commit2ad374227e0bfed259648370bff7f95f8e798660 (patch)
tree15f1669aa4592a9fac26f390d4b1de0076f39a63 /README
parent05a98ab26827d15cc3373bf0bf49e718f3b88fc9 (diff)
Remove from README everything referring to the old Python code
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 0 insertions, 30 deletions
diff --git a/README b/README
index f8379f44..505ee6d1 100644
--- a/README
+++ b/README
@@ -1,35 +1,5 @@
-D-Bus Version
--------------
-Currently you need D-Bus from CVS HEAD, for new features and bug fixes to the
-Python bindings. These patches should be included in version 0.51, and
-snapshots and .debs for Ubuntu Breezy are available here:
- http://telepathy.freedesktop.org/dbus
-
Specification
-------------
Type 'make' in the doc/ directory to generate a spec.html with the latest
version of the D-Bus interface specification, from the base classes in
telepathy/.
-
-Server Base Classes
--------------------
-telepathy/server/ implements base classes and mixins for implementing all of
-the D-Bus interfaces in Telepathy. Many methods are abstract and they are
-intended to be overridden in mixins for the concrete implementations, but some
-perform housekeeping for you and maintain structures with some of the state
-necessary to answer Get* calls. The API for implementing managers needs some
-fixing really.
-
-Swiss
------
-swiss.py is the pyxmpp-based connection manager. Currently, you should copy
-swiss.manager into ~/.telepathy/ so the client can discover it, but it needs to
-be executed manually.
-
-Client Library
---------------
-The client lib in telepathy/client/ has some base classes to help with
-implementing a client in python. For examples, see ./test-client.py and
-./scw-client.py, both of which will read .manager files from ~/.telepathy/ and
-start a connection for you. The latter, scw-client, has a simple UI to show
-your subscribe list and allow text messages to your contacts.