From 62f419884ca8f47449075e33af4d7d00823111d3 Mon Sep 17 00:00:00 2001
From: Martin Lucina <martin@lucina.net>
Date: Wed, 14 Mar 2012 14:05:55 +0100
Subject: Documentation updates (README, INSTALL, xs tagline)

Signed-off-by: Martin Lucina <martin@lucina.net>
---
 doc/xs.txt | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

(limited to 'doc')

diff --git a/doc/xs.txt b/doc/xs.txt
index cf5ce14..c582d34 100644
--- a/doc/xs.txt
+++ b/doc/xs.txt
@@ -16,12 +16,20 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Crossroads I/O is a library which extends the standard
-socket interfaces with features traditionally provided by specialised
-_messaging middleware_ products. Crossroads sockets provide an abstraction of
-asynchronous  _message queues_, multiple _messaging patterns_, message
-filtering (_subscriptions_), seamless access to multiple _transport protocols_
-and more.
+Crossroads I/O is a library for building scalable and high performance
+distributed applications. It fits between classic BSD sockets,
+JMS/AMQP-style message queues, and enterprise message-oriented middleware.
+
+Crossroads I/O extends the standard socket interfaces with features
+traditionally provided by specialised _messaging middleware_ products.
+Crossroads sockets provide an abstraction of asynchronous  _message
+queues_, multiple _messaging patterns_, message filtering
+(_subscriptions_), seamless access to multiple _transport protocols_ and
+more.
+
+Crossroads I/O provides a native C API for applications. Support for many
+more languages is provided by the community through language bindings which
+can be found at the Crossroads website.
 
 This documentation presents an overview of Crossroads concepts, describes how
 Crossroads abstract standard sockets and provides a reference manual for the
-- 
cgit v1.2.3