From f126c6bc2e82c33153899baf6cf9975961f8904e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 25 Aug 2016 16:45:07 +0200 Subject: Increase readability of HTML code Signed-off-by: Florian Pritz --- application/views/file/upload_form.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index f97c12d4c..3d2837bdf 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -90,6 +90,7 @@

For shell uploading/pasting and download information for the client go to ">

You can use the to find old uploads.

+

How to link your pastes:

/<ID>/
automatically highlight the paste
@@ -103,6 +104,7 @@
/file/thumbnail/<ID>
return a JPEG thumbnail for the ID (only work for some file types)

If your upload is not detected as text, only /<ID>/qr, /<ID>/plain, /<ID>/info and /file/thumbnail/<ID> will work as above and all others will simply return the file with the detected MIME type.

+

How to link your multipastes:

Multipaste IDs begin with m- and only support the following features.

@@ -118,6 +120,7 @@
*.asciinema.json
treat the file as an asciinema screencast and display a videoplayer for it
+

This website's primary goal is aiding developers, power users, students and alike in solving problems, debugging software, sharing their configuration, etc. It is not intended to distribute confidential or harmful information, scripts or software.

-- cgit v1.2.3-24-g4f1b