From 6b3c2fd95723b49aa40bce627b022f5f7ec239e7 Mon Sep 17 00:00:00 2001 From: or-else Date: Sun, 25 Jun 2017 20:38:10 +0300 Subject: [PATCH] documentation update --- README.md | 6 +++--- build-all.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 723e476df..e666db62c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Instant messaging server. Backend in pure [Go](http://golang.org) (license [GPL Version 0.13. This is beta-quality software: feature-complete but probably with bugs. Follow [instructions](INSTALL.md) to install and run. Read [API documentation](API.md). -A javascript demo is (usually) available at http://api.tinode.co/x/example-react-js/ ([source](https://github.com/tinode/example-react-js/)). Login as one of `alice`, `bob`, `carol`, `dave`, `frank`. Password is `123`, e.g. login for `alice` is `alice123`. [Android demo](https://github.com/tinode/android-example) is mostly stable and functional. See screenshots below. +A javascript demo is (usually) available at http://api.tinode.co/x/example-react-js/ ([source](https://github.com/tinode/example-react-js/)). Login as one of `alice`, `bob`, `carol`, `dave`, `frank`. Password is `123`, e.g. login for `alice` is `alice123`. You can discover other users by email or phone by prefixing them with `email:` or `tel:` respectively. Emails are `@example.com`, e.g. `alice@example.com`, phones are `17025550001` through `17025550009`. The demo is reset every night at 3:15 am Pacific time. +[Android demo](https://github.com/tinode/android-example) is mostly stable and functional. See screenshots below. ## Why? @@ -17,8 +18,7 @@ A javascript demo is (usually) available at http://api.tinode.co/x/example-react * [Android](https://github.com/tinode/android-example/) and [web](https://github.com/tinode/example-react-js/) clients. * One-on-one messaging. -* Group messaging with currently unlimited number of members where every member's access permissions are managed -individually. The maximum number of members will be limited to a reasonably high value in the future (256? configurable?). +* Group messaging with currently unlimited number of members where every member's access permissions are managed individually. The maximum number of members will be limited to a reasonably high value in the future (256? configurable?). * Topic access control with permissions for various actions. * Server-generated presence notifications for people, topics. * Basic sharded clustering. diff --git a/build-all.sh b/build-all.sh index d63a1547d..9206a27f4 100755 --- a/build-all.sh +++ b/build-all.sh @@ -1,5 +1,5 @@ #!/bin/bash -go install -ldflags "-X main.buildstamp=`date -u '+%Y%m%dT%H:%M:%SZ'`" ./server -go install ./tinode-db -go install ./keygen +~/go/bin/gox -osarch="linux/amd64" -ldflags "-X main.buildstamp=`date -u '+%Y%m%dT%H:%M:%SZ'`" ./server +~/go/bin/gox -osarch="linux/amd64" ./tinode-db +~/go/bin/gox -osarch="linux/amd64" ./keygen