Skip to content

Commit

Permalink
Link to javascript-based player in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Sep 8, 2012
1 parent af53d74 commit 0bcf4d8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ written into the output file as a JSON document.

Replay a recorded session like this::

$ pias replay <input-file>
$ pias play <input-file>

This will start a simulated playback of the original shell. Press any keys
to type, and hit "enter" when you reach the end of a line.
Expand All @@ -47,14 +47,25 @@ to an existing recording session like this::
$ pias --join record <output-file>


There is also a javascript-based player that can be used to embed a recorded
session into a HTML document. This is useful for websites and HTML-based
presentations. The code is here:

https://github.com/rfk/playitagainsam-js/

And an example presentation using this code is at:

https://github.com/rfk/talk-webapitesting/


Gotchas
-------

Getting this all running just right can be tricky business! Here's some thing
that you should be aware of:

* All terminals should be using utf8 encoding, or you'll see strange output
and probably some outright errors.
and probably some outright errors.

* All terminals in a session should be the same size. This restriction
may go away in the future.
11 changes: 11 additions & 0 deletions playitagainsam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@
$ pias --join record <output-file>
There is also a javascript-based player that can be used to embed a recorded
session into a HTML document. This is useful for websites and HTML-based
presentations. The code is here:
https://github.com/rfk/playitagainsam-js/
And an example presentation using this code is at:
https://github.com/rfk/talk-webapitesting/
Gotchas
-------
Expand Down

0 comments on commit 0bcf4d8

Please sign in to comment.