summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-08-29 18:14:41 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-08-29 18:14:41 +0200
commitd02640f0cd32d6aa05ea67f3bb6542e17e590222 (patch)
tree81b19f7840603807c98a17b267c2c43fac6e73f1
parenta7e03c60731850cec8282da73bd3d7637850ee27 (diff)
Document multipastes on the front page
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/views/file/upload_form.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php
index 44828c53a..5051f689b 100644
--- a/application/views/file/upload_form.php
+++ b/application/views/file/upload_form.php
@@ -91,6 +91,13 @@
<dt>/&lt;ID&gt;/info</dt><dd>display some information about the ID</dd>
</dl>
<p>If your upload is not detected as text, only <b>/&lt;ID&gt;/qr</b>, <b>/&lt;ID&gt;/plain</b> and <b>/&lt;ID&gt;/info</b> will work as above and all others will simply return the file with the detected MIME type.</p>
+ <h3>How to link your multipastes:</h3>
+ <p>Multipaste IDs begin with <code>m-</code> and only support the following features.</p>
+ <dl class="dl-horizontal">
+ <dt>/&lt;ID&gt;/</dt><dd>automatically display everything in a sensible way</dd>
+ <dt>/&lt;ID&gt;/qr</dt><dd>display a qr code containing a link to <span class="example">/&lt;ID&gt;/</span></dd>
+ <dt>/&lt;ID&gt;/info</dt><dd>display some information about the multipaste</dd>
+ </dl>
</div>
<div class="col-lg-6">
<div class="page-header"><h1>Information</h1></div>