summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwww/index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.pl b/www/index.pl
index 58a594e..bae9149 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -138,6 +138,7 @@ sub home {
ul id => 'external';
li; a href => 'http://man7.org/linux/man-pages/index.html', 'man7.org'; txt ' - Linux man pages from several upstream projects.'; end;
li; a href => 'http://manpag.es/', 'ManPag.es'; txt ' - Man pages from several Linux distributions.'; end;
+ li; a href => 'https://www.mankier.com/', 'ManKier'; txt ' - Fedora Rawhide + some manually imported man pages; Nicely formatted and with some unique features.'; end;
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;