Repo updates + some /about page wording
This commit is contained in:
parent
ffad28696e
commit
57de5699e8
7 changed files with 38 additions and 11 deletions
19
www/index.pl
19
www/index.pl
|
|
@ -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>/<name>[.<section>]</code> or <code>/man/<name>[.<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/<system>/<name>[.<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/<system>/<package>/<name>[.<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/<system>/<package>/<version>/<name>[.<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.<language>/...</code></dt><dd>
|
||||
Adding a language code to the <code>/man/</code> component will select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue