From 7ed567ad0a422d243857e20ad773a54da045910e Mon Sep 17 00:00:00 2001 From: Chtixof Date: Sun, 12 Apr 2015 10:47:53 +0200 Subject: [PATCH] Readme updated --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5f27e0..d5c93ba 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ Example : `https://yourdomain.org/minchat/?room=Living&name=John` - Optionaly multi room ## Installation -### On Yunohost +#### On Yunohost Via the admin web console, type in: Or on ssh : `sudo yunohost app install https://github.com/chtixof/minchat_ynh` -### Otherwise +#### Otherwise Download, unzip and just copy the content of the `sources` folder to any folder of your web site. ## Setup The setup is optional. If you leave it as is, there is a single unnamed room, opened to all users. If you want to customize the access control, edit the file `conf/setup.ini`. The interesting parameter is `auth` that indicates which user is authorized to which room. @@ -29,4 +29,8 @@ In this example `auth = John:Game,Mary:Game,John:Family,Tim:Family,admin:,:Publi - other users can only acccess the Public room ## Screen shot -![screenshot](https://raw.githubusercontent.com/chtixof/databank/master/minchat_ynh/minchat_ynh_screenshot01.gif) \ No newline at end of file +![screenshot](https://raw.githubusercontent.com/chtixof/databank/master/minchat_ynh/minchat_ynh_screenshot01.gif) + +## Hints for users +- The URLs you send are linked or transformed to images when preceeding by a ! +- If multiple rooms are allowed by the administrator in the setup.ini, you can have several tabs opened to different rooms in the same browser \ No newline at end of file