help.txt 1.0 KB

1234567891011121314151617181920
  1. <% /*
  2. This is used to show the help when you type /help. Used in
  3. TogetherJS.localChatMessage().
  4. */ %>
  5. /help : this message
  6. /test : run an automated/randomized test (or stop one that is in progress)
  7. /test start N : run N times (instead of default 100)
  8. /test show : show what kind of actions the random test would take (or stop showing)
  9. /test describe : describe the possible actions (instead of showing them)
  10. /clear : clear the chat area
  11. /record : open up a recorder for the session
  12. /playback URL : play back a session that was recorded (it's up to you to figure out how to host it)
  13. /playback local:NAME : play a locally saved log
  14. /savelogs NAME : save the currently recorded logs under NAME (recorder must be open)
  15. /baseurl : set a local baseUrl to load TogetherJS from, for debugging a development version of TogetherJS.
  16. /config : override some TogetherJS configuration parameters
  17. /config VAR VALUE : set TogetherJS.config("VAR", VALUE). VALUE must be a legal Javascript/JSON literal.
  18. /config clear : remove all overridden configuration