diff options
Diffstat (limited to 'tubes/README')
-rw-r--r-- | tubes/README | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/tubes/README b/tubes/README index d3733455aead..e8e12fbef998 100644 --- a/tubes/README +++ b/tubes/README @@ -1,4 +1,4 @@ -Interface to Telepathy Tubes. +* Interface to Telepathy Tubes. The idea is to provide 1-1 collaboration between contacts and many-many collaboration via MUCs, using Telepathy DBus Tubes over Jabber/XMPP. @@ -34,7 +34,19 @@ make everything service-activatable: Otherwise, you need to make sure liboapprover and a Telepathy-enabled LibreOffice are running. -Status 2012-03-23: + +* Demo modes + +This allows you to play with the interposing without having a telepathy +enabled setup: + + INTERCEPT=demo ./soffice -calc + +Create a bit of a document, type 'saveas' with spelling auto-correction +disabled, and bingo. + + +* Status 2012-03-23: * To do interesting things with this code build and run calc thus: @@ -52,7 +64,7 @@ empathy) and to have your opponent added and approved on both sides. 'saveme' to transfer your document as-is to the other side ... -Status 2012-03-20: +* Status 2012-03-20: * no LibO code depends on this module yet, so it is not built in a regular build, even if configured with --enable-telepathy, so cd tubes and make here |