asciinema.org/spec
Marcin Kulik 9e152c3172 Sanitize all characters coming from TSM::Screen#draw
It happens that libtsm's screen_draw returns a character that can't be
properly encoded as utf-8. As what we get is only meant to be displayed
and not interpreted we can replace these invalid characters with a
questio mark, which is a common practice for printing invalid chars.
2013-08-29 15:10:46 +02:00
..
controllers Keep the lines shorther than 80 chars 2013-08-25 16:34:02 +02:00
decorators Fix spec for AsciicastDecorator#thumbnail 2013-08-27 20:39:42 +02:00
factories Keep the lines shorther than 80 chars 2013-08-25 16:34:02 +02:00
features Keep the lines shorther than 80 chars 2013-08-25 16:34:02 +02:00
fixtures Add BufferedStdout class whose #each yields at 60 hz tops 2013-08-27 20:31:27 +02:00
helpers Fix specs 2012-07-29 19:43:03 +02:00
javascripts Update AnsiInterpreter spec to reflect interface change 2012-12-01 16:15:00 +01:00
lib Fix typo in filename 2012-03-08 15:00:00 +01:00
mailers Send email to asciicast author when someone comments 2012-04-12 15:49:20 +02:00
middleware Keep the lines shorther than 80 chars 2013-08-25 16:34:02 +02:00
models Sanitize all characters coming from TSM::Screen#draw 2013-08-29 15:10:46 +02:00
parsers Abstract stdout_data and stdout_timing as a single value object 2013-08-06 00:37:34 +02:00
presenters Simplify Snapshot and its presenter 2013-08-25 20:49:23 +02:00
requests Keep the lines shorther than 80 chars 2013-08-25 16:34:02 +02:00
routing Claiming asciicasts 2012-03-04 20:30:26 +01:00
services Use less spans for thumbnail rendering 2013-08-26 11:02:32 +02:00
streamers Serve asciicast as JSON in chunks 2013-08-13 19:52:54 +02:00
support Keep the lines shorther than 80 chars 2013-08-25 16:34:02 +02:00
uploaders Replace Bzip2Uploader#decompressed with #decompressed_path 2013-08-13 19:52:53 +02:00
views/users Update specs 2012-04-09 15:56:26 +02:00
workers Keep the lines shorther than 80 chars 2013-08-25 16:34:02 +02:00
spec_helper.rb Keep the lines shorther than 80 chars 2013-08-25 16:34:02 +02:00