summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 21:10:31 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 21:10:31 +1200
commita64fc5554f5de44758ca63f354773e957a9a403b (patch)
tree15054748f985e545aff2cca22c442a0fcaaa8315
parent4e83d0b4c7e2b303689ac1b8df6373a987ab1944 (diff)
downloadmanavis-a64fc5554f5de44758ca63f354773e957a9a403b.tar.gz
manavis-a64fc5554f5de44758ca63f354773e957a9a403b.tar.bz2
manavis-a64fc5554f5de44758ca63f354773e957a9a403b.tar.xz
manavis-a64fc5554f5de44758ca63f354773e957a9a403b.zip
We have channels now, update docs and load page
-rw-r--r--README.md4
-rw-r--r--public/index.html4
2 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1839477..d5ea6c6 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,7 @@ To run in offline mode, place the public/ folder in a location served by a web s
While offline, you can still analyse everything as you would normally.
To run in online mode, after running npm install for the first time, run npm start from the project root, and connect to localhost:3000.
-In online mode, active filters are broadcast to other users, similar to multiplayer notepad or etherpad.
-Currently, all changes are applied from everyone in online mode.
-This can be inconvenient, and should be changed in the near future.
+In online mode, active filters are broadcast to other users in the same channel, similar to multiplayer notepad or etherpad.
You can still operate offline by unselecting the checkbox at the loading screen.
Significant amounts of processing in javascript are required. It is recommended you use recent versions of a browser such as chromium.
diff --git a/public/index.html b/public/index.html
index a016fb1..14d970d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -52,10 +52,6 @@
<p>
In online mode, active filters are made public, similar to multiplayer notepad or etherpad. This can help others understand manavis and the logs, and could be used to improve manavis and the game.
</p>
- <p>
- Currently, all changes are applied from everyone in online mode.<br/>
- This can be inconvenient, and should be changed in the near future.
- </p>
<input id="connect-option" name="connect" type="checkbox" checked></input>
<label for="connect">Online mode</label>
<h2>Select records to load and display</h2>