Index NetBSD
This commit is contained in:
parent
4356620d1f
commit
c9eef9e10a
4 changed files with 355 additions and 15 deletions
BIN
www/images/netbsd.png
Normal file
BIN
www/images/netbsd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
24
www/index.pl
24
www/index.pl
|
|
@ -506,6 +506,14 @@ TUWF::get '/info/about' => sub {
|
|||
guessed from the file modification dates in the tarball, and may be
|
||||
inaccurate. The i368 arch was indexed for FreeBSD 11.0 and older, the
|
||||
amd64 arch starting with 11.1.</dd>
|
||||
<dt>NetBSD</dt><dd>
|
||||
Only the core installation sets have been indexed, <a
|
||||
href="https://www.pkgsrc.org/">pkgsrc</a> is awesome but out of scope
|
||||
for now. The i368 arch was indexed for 5.x and older, the amd64 arch
|
||||
starting with 6.0. Releases before 1.3 only distributed preformatted man
|
||||
pages and have therefore not been indexed. The original roff sources
|
||||
could perhaps be extracted from the source tarballs, but that's a
|
||||
project for another time.</dd>
|
||||
<dt>Ubuntu</dt><dd>
|
||||
Historical releases were fetched from <a
|
||||
href="http://old-releases.ubuntu.com/ubuntu/">http://old-releases.ubuntu.com/ubuntu/</a>,
|
||||
|
|
@ -543,26 +551,12 @@ TUWF::get '/info/about' => sub {
|
|||
or Postgres major version bumps will occassionally occur.
|
||||
</p>
|
||||
|
||||
<h2 id="other-systems">Other systems</h2>
|
||||
<p>
|
||||
Suggestions for new (or old) systems to index are welcome.
|
||||
<br /><br />
|
||||
It would be great to index a few more non-Linux systems such as other BSDs,
|
||||
Solaris/Illumos and Mac OS X. Unfortunately, those don't always follow a
|
||||
binary package based approach, or are otherwise less easy to properly index.
|
||||
<br /><br />
|
||||
In general, systems that follow an entirely source-based distribution
|
||||
approach can't be indexed without compiling everything. Since that is much
|
||||
too resource-heavy, there are no plans to include manuals from such
|
||||
systems at the moment. So unless someone comes with a solution I hadn't
|
||||
thought of yet, there won't be any Gentoo manuals here. :-(
|
||||
</p>
|
||||
|
||||
<h2 id="future-plans">Future plans</h2>
|
||||
<p>
|
||||
This site isn't nearly as awesome yet as it could be. Here's some ideas that
|
||||
would be nice to have in the future:
|
||||
<ul>
|
||||
<li>Index a few more systems: Gentoo (now that it has official binary packages), OpenBSD and perhaps others.</li>
|
||||
<li>Better browsing and discovery features.</li>
|
||||
<li>Improved, more intelligent, search,</li>
|
||||
<li><a href="/apropos.1">apropos(1)</a> emulation(?),</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue