diff options
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/file/upload_form.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index 76d1a5cdb..f97c12d4c 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -112,6 +112,11 @@ <dt>/<ID>/tar</dt><dd>download a tarball of all files in the multipaste (files may be renamed to avoid conflicts)</dd> <dt>/<ID>/pls</dt><dd>download a PLS playlist of all audio/video files in the multipaste</dd> </dl> + + <h3>Special filenames:</h3> + <dl class="dl-horizontal"> + <dt>*.asciinema.json</dt><dd>treat the file as an <a href="https://asciinema.org/">asciinema screencast</a> and display a videoplayer for it</dd> + </dl> </div> <div class="col-lg-6"> <div class="page-header"><h1>Information</h1></div> |