From 105d0dd3e54b551a988fab264cb1fb39ce8cd780 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 28 Apr 2024 16:43:07 +0200 Subject: [PATCH] Add link to manpage.me Surprised I've not heard about that one yet. --- www/index.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/index.pl b/www/index.pl index 370f56d..4d4c92a 100755 --- a/www/index.pl +++ b/www/index.pl @@ -329,13 +329,14 @@ TUWF::get '/' => sub { h2_ 'Other relevant sites'; ul_ sub { - li_ sub { a_ href => 'http://man7.org/linux/man-pages/index.html', 'man7.org'; txt_ ' - Linux man pages from several upstream projects.' }; + li_ sub { a_ href => 'https://man7.org/linux/man-pages/index.html', 'man7.org'; txt_ ' - Linux man pages from several upstream projects.' }; li_ sub { a_ href => 'https://manpag.es/', 'ManPag.es'; txt_ ' - Man pages from several Linux distributions.' }; + li_ sub { a_ href => 'https://manpage.me/', 'manpage.me'; txt_ ' - Has a large collection as well, including from older Unices.' }; li_ sub { a_ href => 'https://www.mankier.com/', 'ManKier'; txt_ ' - Fedora Rawhide + some manually imported man pages; Nicely formatted and with some unique features.' }; li_ sub { a_ href => 'https://man.cx/', 'man.cx'; txt_ ' - Man pages extracted from Debian testing.' }; li_ sub { a_ href => 'http://man.he.net/', 'man.he.net'; txt_ ' - Also seems to be from a Debian-like system.' }; li_ sub { a_ href => 'https://linux.die.net/man/', 'die.net'; txt_ ' - Seems to be based on an RPM-based Linux distribution.' }; - li_ sub { a_ href => 'http://manpages.org/', 'manpages.org'; txt_ ' - Lots of mostly-nicely formatted man pages, no clue about source.' }; + li_ sub { a_ href => 'https://manpages.org/', 'manpages.org'; txt_ ' - Lots of mostly-nicely formatted man pages, no clue about source.' }; li_ sub { a_ href => 'https://www.manpagez.com/', 'manpagez.com'; txt_ ' - Mac OS X, has some GTK-html and texinfo documentation as well.' }; li_ sub { a_ href => 'https://man.archlinux.org/', 'Arch Linux Man Pages' }; li_ sub { a_ href => 'https://manpages.debian.org/', 'Debian Man Pages' };