From bb3c510a8440ac33eee48b838cd3b4dace0fe19d Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 23 May 2018 18:51:03 +0200 Subject: updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 56da082..ffbcd76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Attorney Online Web Client -Guide: https://docs.google.com/document/d/1X4OjG0tfoTZayqY9MM6fqzL_aGMKFAECg7NSQRYafAU/edit +Link to the client in this repo: http://stoneddiscord.github.io/webAO/master.html + +Guide to installing it locally: https://docs.google.com/document/d/1X4OjG0tfoTZayqY9MM6fqzL_aGMKFAECg7NSQRYafAU/edit This is a client for the Attorney Online roleplaying chatroom written in HTML and Javascript. It works with the serverD software when the server has WebSockets enabled. -- cgit From 12622fba46ab68927a72128dd15896d29a52a32c Mon Sep 17 00:00:00 2001 From: Qube Date: Wed, 18 Jul 2018 23:17:44 +0700 Subject: Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ffbcd76..bfba5f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Attorney Online Web Client -Link to the client in this repo: http://stoneddiscord.github.io/webAO/master.html +Link to the client in this repo: http://attorneyonline.000webhostapp.com Guide to installing it locally: https://docs.google.com/document/d/1X4OjG0tfoTZayqY9MM6fqzL_aGMKFAECg7NSQRYafAU/edit -- cgit From 0fb8cc82d9824b0e798eedb97f062c915d8752bc Mon Sep 17 00:00:00 2001 From: Qube Date: Sat, 21 Jul 2018 15:23:23 +0700 Subject: Update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bfba5f3..1d977ec 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ # Attorney Online Web Client +webAO client only feature: + - BBcode + - Client side encoding-decoding (Unicode escape/UTF-16 array) + - Location (spilt from music list) + - Change background UI via menu + +Planned feature: + - Record testimony on client side (Judge role) + - Play testimony during cross-examination + - Defense, prosecution and judge can skip message.(forward/backward) + - Show Guilty/Not Guilty message (Judge role) + Link to the client in this repo: http://attorneyonline.000webhostapp.com Guide to installing it locally: https://docs.google.com/document/d/1X4OjG0tfoTZayqY9MM6fqzL_aGMKFAECg7NSQRYafAU/edit This is a client for the Attorney Online roleplaying chatroom written in HTML and Javascript. -It works with the serverD software when the server has WebSockets enabled. +It works with the tsuserver3/serverD software when the server has WebSockets enabled. -- cgit From b8f6c358d2f82153f107d4bc0beef394925b5082 Mon Sep 17 00:00:00 2001 From: Qube Date: Sat, 21 Jul 2018 15:31:05 +0700 Subject: Edit README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1d977ec..f7a0504 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Attorney Online Web Client -webAO client only feature: +webAO client only features: - BBcode - Client side encoding-decoding (Unicode escape/UTF-16 array) - Location (spilt from music list) - Change background UI via menu -Planned feature: +Planned features: - Record testimony on client side (Judge role) - Play testimony during cross-examination - - Defense, prosecution and judge can skip message.(forward/backward) + - Defense, prosecution and judge can skip testimony message.(forward/backward) - Show Guilty/Not Guilty message (Judge role) Link to the client in this repo: http://attorneyonline.000webhostapp.com -- cgit