mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
Update search front page
This commit is contained in:
parent
e853483ef3
commit
0f34beb1aa
@ -1,12 +1,10 @@
|
||||
<section class="card">
|
||||
<h2>Updates</h2>
|
||||
<div class="info">
|
||||
<p>☛ A recipe filter has been added to the algorithm selector.</p>
|
||||
<p>☛ The <a href="https://search.marginalia.nu/explore/random">Random Mode</a> has been overhauled, and is
|
||||
quite entertaining. I encourage you to give it a spin. </p>
|
||||
<p>☛ A simple <a href="https://api.marginalia.nu/">public API</a> is now available.</p>
|
||||
<p>☛ It is possible to search by website generator.</p>
|
||||
<p>☛ New filters for forums and wikis are added.</p>
|
||||
</div>
|
||||
<div class="utils">
|
||||
<a href="https://memex.marginalia.nu/projects/edge/changelog.gmi">Change Log</a>
|
||||
<a href="https://www.marginalia.nu/release-notes/">Release Notes</a>
|
||||
</div>
|
||||
</section>
|
@ -63,6 +63,14 @@
|
||||
<tr><td>format:xhtml</td><td>Filter documents using the XHTML standard</td></tr>
|
||||
<tr><td>format:html123</td><td>Filter documents using the HTML standards 1, 2, and 3. This is typically very old websites. </td></tr>
|
||||
|
||||
<tr><td>generator:wordpress</td><td>Filter documents with the specified generator, in this case wordpress</td></tr>
|
||||
|
||||
<tr><td>file:zip</td><td>Filter documents containing a link to a zip file (most file-endings work)</td></tr>
|
||||
<tr><td>file:audio</td><td>Filter documents containing a link to an audio file</td></tr>
|
||||
<tr><td>file:video</td><td>Filter documents containing a link to a video file</td></tr>
|
||||
<tr><td>file:archive</td><td>Filter documents containing a link to a compressed archive</td></tr>
|
||||
<tr><td>file:document</td><td>Filter documents containing a link to a document</td></tr>
|
||||
|
||||
<tr><td>-special:media</td><td>Filter out documents with audio or video tags</td></tr>
|
||||
<tr><td>-special:scripts</td><td>Filter out documents with javascript</td></tr>
|
||||
<tr><td>-special:affiliate</td><td>Filter out documents with likely Amazon affiliate links</td></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user