README in vines-0.3.2 vs README in vines-0.4.0
- old
+ new
@@ -4,14 +4,14 @@
by using EventMachine for asynchronous IO. User data is stored in a SQL database,
CouchDB, Redis, the file system, or a custom storage implementation that you provide.
LDAP authentication can be used so user names and passwords aren't stored in the chat
database. SSL encryption is mandatory on all client and server connections.
-The Vines XMPP server includes a web chat client. The web application is available
+The Vines XMPP server includes a web chat client. The web application is available
immediately after starting the chat server at http://localhost:5280/chat/.
-Additional documentation can be found at www.getvines.com.
+Additional documentation can be found at www.getvines.org.
== Usage
1. gem install vines
2. vines init wonderland.lit
@@ -19,16 +19,12 @@
4. Login with your favorite chat program (iChat, Adium, Pidgin, etc.) to
start chatting!
== Dependencies
-* bcrypt-ruby >= 3.0.1
-* eventmachine >= 0.12.10
-* nokogiri >= 1.4.7
-* ruby >= 1.9.2
-
-== Ubuntu setup
-$ sudo apt-get install build-essential ruby1.9.1 ruby1.9.1-dev libxml2-dev libxslt-dev
+Vines requires Ruby 1.9.2 or better. Instructions for installing the
+needed OS packages, as well as Ruby itself, are available at
+http://www.getvines.org/ruby.
== Contact
* David Graham <david@negativecode.com>