Repo updates + some /about page wording

This commit is contained in:
Yorhel 2024-10-30 09:58:09 +01:00
parent ffad28696e
commit 57de5699e8
7 changed files with 38 additions and 11 deletions

View file

@ -398,23 +398,24 @@ TUWF::get '/info/about' => sub {
<p>The following URLs are available to refer to an individual man page:</p>
<dl>
<dt><code>/&lt;name>[.&lt;section>]</code> or <code>/man/&lt;name>[.&lt;section>]</code></dt><dd>
Will try to get the latest and most-close-to-upstream version of a man
page. Note that this will fetch the man page from any of the available
systems, so may result in confusing scenarios for system-specific
documentation. I try to at least keep the selection algorithm stable and
deterministic, but can't provide any guarantees. Examples:<br>
Attempts to get the latest and most-close-to-upstream version of a man
page. Examples:<br>
<a href="/socket">/socket</a><br>
<a href="/socket.7">/socket.7</a><br>
<a href="/man/socket.7">/man/socket.7</a></dd>
<a href="/man/socket.7">/man/socket.7</a><br>
This grabs the man page from any of the available systems, which may
result in confusing scenarios for system-specific documentation. I try
to at least keep the selection algorithm stable and deterministic, but
can't provide any guarantees.</dd>
<dt><code>/man/&lt;system>/&lt;name>[.&lt;section>]</code></dt><dd>
Will get the latest version of a man page from the given system, e.g.:<br>
Get the latest version of a man page from the given system, e.g.:<br>
<a href="/man/ubuntu/rsync">/man/ubuntu/rsync</a><br>
<a href="/man/ubuntu-xenial/rsync">/man/ubuntu-xenial/rsync</a></dd>
<dt><code>/man/&lt;system>/&lt;package>/&lt;name>[.&lt;section>]</code></dt><dd>
Will get the latest version of a man page from the given package, e.g.:<br>
Get the latest version of a man page from the given package, e.g.:<br>
<a href="/man/ubuntu-xenial/rsync/rsync">/man/ubuntu-xenial/rsync/rsync</a></dd>
<dt><code>/man/&lt;system>/&lt;package>/&lt;version>/&lt;name>[.&lt;section>]</code></dt><dd>
Will get the man page from a specific package version, e.g.:<br>
Get the man page from a specific package version, e.g.:<br>
<a href="/man/ubuntu-xenial/rsync/3.1.1-3ubuntu1/rsync">/man/ubuntu-xenial/rsync/3.1.1-3ubuntu1/rsync</a></dd>
<dt><code>/man.&lt;language>/...</code></dt><dd>
Adding a language code to the <code>/man/</code> component will select