Merge branch 'image2post'

This commit is contained in:
Shish
2020-10-27 22:42:47 +00:00
112 changed files with 377 additions and 376 deletions

View File

@ -14,11 +14,11 @@ class MimeSystemTheme extends Themelet
sort($exts);
$exts = join("</li><li>", $exts);
return '<p>Search for images by extension</p>
return '<p>Search for posts by extension</p>
<div class="command_example">
<pre>ext=jpg</pre>
<p>Returns images with the extension "jpg".</p>
<p>Returns posts with the extension "jpg".</p>
</div>
These extensions are available in the system:
@ -26,11 +26,11 @@ class MimeSystemTheme extends Themelet
<hr/>
<p>Search for images by MIME type</p>
<p>Search for posts by MIME type</p>
<div class="command_example">
<pre>mime=image/jpeg</pre>
<p>Returns images that have the MIME type "image/jpeg".</p>
<p>Returns posts that have the MIME type "image/jpeg".</p>
</div>
These MIME types are available in the system: