summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-08-25 16:44:32 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-08-25 16:44:32 +0200
commit84d136d0224c15fc50f22570a6a1f7fa82b15fef (patch)
tree9c84ec8a2c5145721a168d10304c7e7631612f75
parent66a5770ce9c81c0567fea34ff459cb529d6035b1 (diff)
Document special filenames
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/views/file/upload_form.php5
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>/&lt;ID&gt;/tar</dt><dd>download a tarball of all files in the multipaste (files may be renamed to avoid conflicts)</dd>
<dt>/&lt;ID&gt;/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>