From ae834cc5b55625db2e28d92c0231791cb9ce1cdf Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 3 May 2012 00:58:09 +0200 Subject: document ID/info mode Signed-off-by: Florian Pritz --- application/views/file/upload_form.php | 7 ++++++- application/views/file_plaintext/upload_form.php | 7 ++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php index f4d325e0b..20fb1a3d8 100644 --- a/application/views/file/upload_form.php +++ b/application/views/file/upload_form.php @@ -46,8 +46,13 @@ You have to to be able to upload/paste.
  • /<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
  • +
  • /<ID>/info display some information about the ID
  • -

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

    +

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

    Information

    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.

    diff --git a/application/views/file_plaintext/upload_form.php b/application/views/file_plaintext/upload_form.php index 9c20815df..7fe3aa801 100644 --- a/application/views/file_plaintext/upload_form.php +++ b/application/views/file_plaintext/upload_form.php @@ -10,8 +10,9 @@ How to link your uploads: - "//qr" display a qr code containing a link to // - "//rmd" convert markdown to HTML - "//ascii" convert text with ANSI (shell) escape codes to HTML + - "//info" display some information about the ID -If your upload is not detected as text, only "//qr" and "//plain" -will work as above and all others will simply return the file with the -detected MIME type. +If your upload is not detected as text, only "//qr", "//plain" +and "//info" will work as above and all others will simply return +the file with the detected MIME type. -- cgit v1.2.3-24-g4f1b