From b11b171bc8054d0734176527d80415227502a37d Mon Sep 17 00:00:00 2001
From: Florian Pritz
Date: Sat, 17 Dec 2011 11:27:34 +0100
Subject: add short features description to upload_form
Signed-off-by: Florian Pritz
---
application/views/file/upload_form.php | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
(limited to 'application')
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php
index 1cafda5cd..8687490de 100644
--- a/application/views/file/upload_form.php
+++ b/application/views/file/upload_form.php
@@ -91,8 +91,20 @@ document.write('\
Uploads/pastes are deleted after days 0): ?>
unless they are smaller than
. Maximum upload size is
+Features
For shell uploading/pasting and download information for the client go to ">
-You can use the to find old uploads using your password.
+You can use the to find old uploads using the password supplied when creating the upload.
+How to link your pastes:
+
+ - /<ID>/ automatically highlight the paste
+ - /<ID> set the detected MIME type and let the browser do the rest
+ - /<ID>/plain force the MIME type to be text/plain
+ - /<ID>/<file extension> override auto detection and use the supplied file extension or language name for highlighting
+ - /<ID>/qr display a qr code containing a link to /<ID>/
+ - /<ID>/rmd convert markdown to HTML
+ - /<ID>/ascii convert text with ANSI (shell) escape codes to HTML
+
+If your upload is not detected as text, only /<ID>/qr will work as above and all others will simply return the file with the detected MIME type.
If you experience any problems feel free to contact me.
--
cgit v1.2.3-24-g4f1b