summaryrefslogtreecommitdiff
path: root/tubes/README
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-05-22 17:42:59 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-07-17 16:40:10 +0200
commitbfb7015446053b18c0e683ce7a943a519959dd80 (patch)
treedd1c91a0fa2af7bc9e8a127f807150e92de2c23f /tubes/README
parentb1de503a677dfe3b4306ad0a0b80a19ceaaea496 (diff)
tubes: cleanup abstraction, and add in-process demo mode
Pass const rtl::OUString &s around instead of random pointers. Allow sc/ to build and work without telepathy enabled. Add aforementioned demo mode hack.
Diffstat (limited to 'tubes/README')
-rw-r--r--tubes/README18
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