(converter) Update Stackexchange sideload instruction

The sideload instruction in the stackexchange template was updated. The instruction now states that stackexchange data will be loaded from a directory on the server and directs users to a new documentation url for more detailed information.
This commit is contained in:
Viktor Lofgren 2024-01-22 18:29:20 +01:00
parent 41d896ba3e
commit a6d257df5b

View File

@ -1,10 +1,9 @@
<h1 class="my-3">Sideload Stackexchange</h1> <h1 class="my-3">Sideload Stackexchange</h1>
<div class="my-3 p-3 border bg-light"> <div class="my-3 p-3 border bg-light">
This will load a set of pre-converted stackexchange .db files This will load stackexchange data from a directory on the server.
<p> See the <a href="https://docs.marginalia.nu/">docs</a> detailed
See the <a href="https://github.com/MarginaliaSearch/MarginaliaSearch/blob/master/doc/sideloading-howto.md">sideloading howto</a> information how to do this.
for instructions how to produce this file. </p>
</div> </div>
<form method="post" action="actions/sideload-stackexchange" onsubmit="return confirm('Confirm sideloading')"> <form method="post" action="actions/sideload-stackexchange" onsubmit="return confirm('Confirm sideloading')">