summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-10-15 16:46:03 +0200
committerYorhel <git@yorhel.nl>2016-10-15 16:46:03 +0200
commit6740dc25464b75103b8c0a2dc1c1df3a0d5ca5ac (patch)
treee3e2ef69f435276b6bae4118c90146e17f1b8c35
parent44df29ea185b1a4f72ec8006cf9f7c1e5aa0df45 (diff)
A few more links to other man page sites
-rwxr-xr-xwww/index.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/index.pl b/www/index.pl
index ef17187..a30e471 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -138,9 +138,12 @@ sub home {
li; a href => 'http://man.cx/', 'man.cx'; txt ' - Man pages extracted from Debian testing.'; end;
li; a href => 'http://man.he.net/', 'man.he.net'; txt ' - Also seems to be from a Debian-like system.'; end;
li; a href => 'http://linux.die.net/man/', 'die.net'; txt ' - Seems to be based on an RPM-based Linux distribution.'; end;
+ li; a href => 'http://manpages.org/', 'manpages.org'; txt ' - Lots of mostly-nicely formatted man pages, no clue about source.'; end;
li; a href => 'http://www.manpagez.com/', 'manpagez.com'; txt ' - Mac OS X, has some GTK-html and texinfo documentation as well.'; end;
+ li; a href => 'https://www.dragonflybsd.org/cgi/web-man', 'DragonFlyBSD Man Pages'; end;
li; a href => 'http://www.freebsd.org/cgi/man.cgi', 'FreeBSD.org Man Pages'; end;
li; a href => 'http://www.openbsd.org/cgi-bin/man.cgi', 'OpenBSD Man Pages'; end;
+ li; a href => 'http://netbsd.gw.com/cgi-bin/man-cgi', 'NetBSD Man Pages'; end;
li; a href => 'http://manpages.ubuntu.com/', 'Ubuntu Manuals'; end;
end;
$self->htmlFooter;