switch to HTTPS for people.freebsd.org

This commit is contained in:
Wolfram Schneider 2017-10-01 11:49:45 +00:00
parent e36a2d174c
commit a9cd1cf082
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51013
17 changed files with 67 additions and 67 deletions

View file

@ -277,8 +277,8 @@
setting up a Cluster simple. The source code is freely available, and will run setting up a Cluster simple. The source code is freely available, and will run
on FreeBSD without much problem.</li> on FreeBSD without much problem.</li>
<li><a href="http://people.freebsd.org/~brooks/papers/bsdcon2003/fbsdcluster/"> <li><a href="https://people.FreeBSD.org/~brooks/papers/bsdcon2003/fbsdcluster/">
http://people.freebsd.org/~brooks/papers/bsdcon2003/fbsdcluster/</a> https://people.FreeBSD.org/~brooks/papers/bsdcon2003/fbsdcluster/</a>
Brooks Davis's paper about the implementation of a FreeBSD Brooks Davis's paper about the implementation of a FreeBSD
cluster with more than 300 CPU's</li> cluster with more than 300 CPU's</li>

View file

@ -149,7 +149,7 @@
<p><b>Synopsis:</b> Modify the CGI script ports.cgi <p><b>Synopsis:</b> Modify the CGI script ports.cgi
and the script portindex to use the Perl <a and the script portindex to use the Perl <a
href="http://people.FreeBSD.org/~tom/portpm/">FreeBSD::Ports</a> href="https://people.FreeBSD.org/~tom/portpm/">FreeBSD::Ports</a>
modules. These modules also need thorough testing.</p> modules. These modules also need thorough testing.</p>
<a name="multilingualwebscripts"></a> <a name="multilingualwebscripts"></a>

View file

@ -22,7 +22,7 @@ Developer Summit was sponsored by DARPA, the <a
href="https://www.freebsdfoundation.org">FreeBSD Foundation</a>, <a href="https://www.freebsdfoundation.org">FreeBSD Foundation</a>, <a
href="http://www.freebsdmall.com/">FreeBSD Mall</a>, Network href="http://www.freebsdmall.com/">FreeBSD Mall</a>, Network
Associates Laboratories, and AT&amp;T. Notes were taken by George Associates Laboratories, and AT&amp;T. Notes were taken by George
Neville-Neil, <a href="http://people.FreeBSD.org/~bmah">Bruce Mah</a>, Neville-Neil, <a href="https://people.FreeBSD.org/~bmah">Bruce Mah</a>,
and <a href="https://people.FreeBSD.org/~rwatson">Robert Watson</a>. and <a href="https://people.FreeBSD.org/~rwatson">Robert Watson</a>.
Markup by <a href="https://people.FreeBSD.org/~murray">Murray Markup by <a href="https://people.FreeBSD.org/~murray">Murray
Stokely</a>.</p> Stokely</a>.</p>

View file

@ -1483,9 +1483,9 @@
<p>The search for the FreeBSD GNOME 2.10 splashscreen is <p>The search for the FreeBSD GNOME 2.10 splashscreen is
over. Thanks to all the artists that submitted over. Thanks to all the artists that submitted
<a href="http://people.FreeBSD.org/~adamw/images/gnome_splashes/">entries</a>. <a href="https://people.FreeBSD.org/~adamw/images/gnome_splashes/">entries</a>.
Our Our
<a href="http://people.FreeBSD.org/~adamw/images/gnome_splashes/franz_klammer-2.png">winning entry</a> <a href="https://people.FreeBSD.org/~adamw/images/gnome_splashes/franz_klammer-2.png">winning entry</a>
was designed by Franz Klammer (based on the default GNOME was designed by Franz Klammer (based on the default GNOME
2.10 splashscreen by Sami "alump" Viitanen), and is the 2.10 splashscreen by Sami "alump" Viitanen), and is the
default GNOME 2.10 splashscreen for FreeBSD. However, default GNOME 2.10 splashscreen for FreeBSD. However,
@ -1606,7 +1606,7 @@
<p>The <p>The
<a href="http://www.mozilla.org/foundation/licensing.html">Mozilla License Team</a> <a href="http://www.mozilla.org/foundation/licensing.html">Mozilla License Team</a>
has has
<a href="http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt">granted permission</a> <a href="https://people.FreeBSD.org/~ahze/firefox_thunderbird-approved.txt">granted permission</a>
to the FreeBSD Gnome Team for use of the to the FreeBSD Gnome Team for use of the
<i>Firefox</i> <i>Firefox</i>
and and

View file

@ -49,7 +49,7 @@
align="right"/> align="right"/>
<p>The original web pages were put together by John Fieber <a <p>The original web pages were put together by John Fieber <a
href="http://people.FreeBSD.org/~jfieber/">&lt;jfieber@FreeBSD.org&gt; href="https://people.FreeBSD.org/~jfieber/">&lt;jfieber@FreeBSD.org&gt;
</a> with input from the FreeBSD community and <b>you</b>. <a </a> with input from the FreeBSD community and <b>you</b>. <a
href="http://wolfram.schneider.org">&lt;wosch@FreeBSD.org&gt;</a> href="http://wolfram.schneider.org">&lt;wosch@FreeBSD.org&gt;</a>
was our first webmaster but this responsibility is now shared by was our first webmaster but this responsibility is now shared by

View file

@ -3,7 +3,7 @@
# $FreeBSD$ # $FreeBSD$
print "<?xml version='1.0' encoding='iso-8859-1'?>\n"; print "<?xml version='1.0' encoding='iso-8859-1'?>\n";
print "<li><a href=\"http://people.FreeBSD.org/homepage.html\">FreeBSD Developer home page list</a></li>\n"; print "<li><a href=\"https://people.FreeBSD.org/homepage.html\">FreeBSD Developer home page list</a></li>\n";
exit 0; exit 0;
$homepagedir = 'public_html'; $homepagedir = 'public_html';
@ -51,7 +51,7 @@ print "<?xml version='1.0' encoding='iso-8859-1'?>\n";
foreach (sort @pages) { foreach (sort @pages) {
($gcos, $login) = split(/:/); ($gcos, $login) = split(/:/);
($firstgecos, @gecos) = split(/,/, $gcos); ($firstgecos, @gecos) = split(/,/, $gcos);
print qq{<li><a href="http://people.FreeBSD.org/~$login/">}, print qq{<li><a href="https://people.FreeBSD.org/~$login/">},
$firstgecos, "</a> ", join(', ', @gecos), "</li>\n"; $firstgecos, "</a> ", join(', ', @gecos), "</li>\n";
} }

View file

@ -39,16 +39,16 @@
<ul> <ul>
<li>28 April 2005, <a <li>28 April 2005, <a
href="http://people.FreeBSD.org/~murray/presentations/20050429-msu-freebsd">FreeBSD href="https://people.FreeBSD.org/~murray/presentations/20050429-msu-freebsd">FreeBSD
in the Enterprise, an Introduction for Linux Users</a>, Murray in the Enterprise, an Introduction for Linux Users</a>, Murray
Stokely (Open Source Forum, Moscow)</li> Stokely (Open Source Forum, Moscow)</li>
<li>18 September 2002, <a <li>18 September 2002, <a
href="http://people.freebsd.org/~murray/presentations/re-jus/index.html">FreeBSD href="https://people.FreeBSD.org/~murray/presentations/re-jus/index.html">FreeBSD
Release Engineering</a>, Murray Stokely (Japan Unix Society)</li> Release Engineering</a>, Murray Stokely (Japan Unix Society)</li>
<li>10 June 2001, <a <li>10 June 2001, <a
href="http://people.freebsd.org/~nik/Leeds">FreeBSD href="https://people.FreeBSD.org/~nik/Leeds">FreeBSD
for Linux Users</a>, Nik Clayton</li> for Linux Users</a>, Nik Clayton</li>
</ul> </ul>

View file

@ -5846,7 +5846,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~mlaier/sucon.pdf</url> <url>https://people.FreeBSD.org/~mlaier/sucon.pdf</url>
<size>1 Mb</size> <size>1 Mb</size>
<desc>Slides</desc> <desc>Slides</desc>
<tags> <tags>
@ -7944,7 +7944,7 @@
Feature in FreeBSD 6.0 and Optimizing FreeBSD IP Feature in FreeBSD 6.0 and Optimizing FreeBSD IP
and TCP in 7-CURRENT and TCP in 7-CURRENT
</desc> </desc>
<overview>http://people.freebsd.org/~andre/</overview> <overview>https://people.FreeBSD.org/~andre/</overview>
<tags> <tags>
<tag>eurobsdcon</tag> <tag>eurobsdcon</tag>
<tag>eurobsdcon2005</tag> <tag>eurobsdcon2005</tag>
@ -7954,7 +7954,7 @@
<tag>andre opperman</tag> <tag>andre opperman</tag>
</tags> </tags>
<files> <files>
<prefix>http://people.freebsd.org/~andre/</prefix> <prefix>https://people.FreeBSD.org/~andre/</prefix>
<file> <file>
<url>New%20Networking%20Features%20in%20FreeBSD%206.pdf</url> <url>New%20Networking%20Features%20in%20FreeBSD%206.pdf</url>
<size>92 Kb</size> <size>92 Kb</size>
@ -7990,7 +7990,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~andre/FreeBSD-5.3-Networking.pdf</url> <url>https://people.FreeBSD.org/~andre/FreeBSD-5.3-Networking.pdf</url>
<size>115 Kb</size> <size>115 Kb</size>
<desc>FreeBSD-5.3-Networking.pdf</desc> <desc>FreeBSD-5.3-Networking.pdf</desc>
<tags> <tags>
@ -10816,7 +10816,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~julian/BAFUG/talks/ACPI/bafug7-nate2.mov</url> <url>https://people.FreeBSD.org/~julian/BAFUG/talks/ACPI/bafug7-nate2.mov</url>
<size>245 Mb</size> <size>245 Mb</size>
<tags> <tags>
<tag>mov</tag> <tag>mov</tag>
@ -10862,7 +10862,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~julian/BAFUG/talks/bafug6-gnn.mov</url> <url>https://people.FreeBSD.org/~julian/BAFUG/talks/bafug6-gnn.mov</url>
<size>211 Mb</size> <size>211 Mb</size>
<tags> <tags>
<tag>mov</tag> <tag>mov</tag>
@ -10877,7 +10877,7 @@
libarchive..........Tim Kientzler on developing libarchive..........Tim Kientzler on developing
libarchive and tar. libarchive and tar.
</desc> </desc>
<overview>http://people.freebsd.org/~julian/BAFUG/talks/libarchive/</overview> <overview>https://people.FreeBSD.org/~julian/BAFUG/talks/libarchive/</overview>
<tags> <tags>
<tag>bafug</tag> <tag>bafug</tag>
<tag>presentation</tag> <tag>presentation</tag>
@ -10885,7 +10885,7 @@
<tag>tim kientzler</tag> <tag>tim kientzler</tag>
</tags> </tags>
<files> <files>
<prefix>http://people.freebsd.org/~julian/BAFUG/talks/libarchive</prefix> <prefix>https://people.FreeBSD.org/~julian/BAFUG/talks/libarchive</prefix>
<file> <file>
<url>bafug5-tim-1.mov</url> <url>bafug5-tim-1.mov</url>
<size>50 Mb</size> <size>50 Mb</size>
@ -11045,7 +11045,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~simon/presentations/freebsd-so-function-aauug-2006-08-22.pdf</url> <url>https://people.FreeBSD.org/~simon/presentations/freebsd-so-function-aauug-2006-08-22.pdf</url>
<size>211 Kb</size> <size>211 Kb</size>
<desc>PDF (danish)</desc> <desc>PDF (danish)</desc>
<tags> <tags>
@ -11075,7 +11075,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~simon/presentations/freebsd-so-function-bsd-dk-2006-08.pdf</url> <url>https://people.FreeBSD.org/~simon/presentations/freebsd-so-function-bsd-dk-2006-08.pdf</url>
<size>210 Kb</size> <size>210 Kb</size>
<desc>PDF (danish)</desc> <desc>PDF (danish)</desc>
<tags> <tags>
@ -11905,7 +11905,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~erwin/presentations/FreeBSD-portmgr-20061105-OpenFest.pdf</url> <url>https://people.FreeBSD.org/~erwin/presentations/FreeBSD-portmgr-20061105-OpenFest.pdf</url>
<size>128 Kb</size> <size>128 Kb</size>
<desc>PDF</desc> <desc>PDF</desc>
<tags> <tags>
@ -13632,7 +13632,7 @@
<item source="bsdcan" added="20080528"> <item source="bsdcan" added="20080528">
<title>Bjoern A. Zeeb - BSDCan08 devsummit summary</title> <title>Bjoern A. Zeeb - BSDCan08 devsummit summary</title>
<overview>http://people.freebsd.org/~bz/200805DevSummit/</overview> <overview>https://people.FreeBSD.org/~bz/200805DevSummit/</overview>
<desc> <desc>
200805DevSummit - BSDCan 2008 FreeBSD Developer summit summary 200805DevSummit - BSDCan 2008 FreeBSD Developer summit summary
</desc> </desc>
@ -14776,7 +14776,7 @@
<item source="bsdcan" added="20070824"> <item source="bsdcan" added="20070824">
<title>BSDCan-2007 - Videos</title> <title>BSDCan-2007 - Videos</title>
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview> <overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
<desc> <desc>
The 2007 BSDCan conference<br/> The 2007 BSDCan conference<br/>
Kirk McKusick - Code Reading of Locally-Connected Sockets<br/> Kirk McKusick - Code Reading of Locally-Connected Sockets<br/>
@ -14789,7 +14789,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~julian/BSDCan-2007/Kirk_UnixDomain.mov</url> <url>https://people.FreeBSD.org/~julian/BSDCan-2007/Kirk_UnixDomain.mov</url>
<length>35 minutes</length> <length>35 minutes</length>
<size>77 Mb</size> <size>77 Mb</size>
<desc>MOV file</desc> <desc>MOV file</desc>
@ -14802,7 +14802,7 @@
<item source="bsdcan" added="20070814"> <item source="bsdcan" added="20070814">
<title>BSDCan-2007 - Videos</title> <title>BSDCan-2007 - Videos</title>
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview> <overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
<desc> <desc>
The 2007 BSDCan conference<br/> The 2007 BSDCan conference<br/>
Erwin Lansing - The state of the FreeBSD Ports Tree<br/> Erwin Lansing - The state of the FreeBSD Ports Tree<br/>
@ -14816,7 +14816,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~julian/BSDCan-2007/Lansing-Portmanager.mov</url> <url>https://people.FreeBSD.org/~julian/BSDCan-2007/Lansing-Portmanager.mov</url>
<length>20 minutes</length> <length>20 minutes</length>
<size>39 Mb</size> <size>39 Mb</size>
<desc>MOV file</desc> <desc>MOV file</desc>
@ -14829,7 +14829,7 @@
<item source="bsdcan" added="20070813"> <item source="bsdcan" added="20070813">
<title>BSDCan-2007 Videos</title> <title>BSDCan-2007 Videos</title>
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview> <overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
<desc> <desc>
The 2007 BSDCan conference - Introduction of people. The 2007 BSDCan conference - Introduction of people.
</desc> </desc>
@ -14840,7 +14840,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~julian/BSDCan-2007/Intro.mov</url> <url>https://people.FreeBSD.org/~julian/BSDCan-2007/Intro.mov</url>
<length>9 minutes</length> <length>9 minutes</length>
<size>16 Mb</size> <size>16 Mb</size>
<desc>MOV file</desc> <desc>MOV file</desc>
@ -14853,7 +14853,7 @@
<item source="bsdcan" added="20070813"> <item source="bsdcan" added="20070813">
<title>BSDCan-2007 - Videos</title> <title>BSDCan-2007 - Videos</title>
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview> <overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
<desc> <desc>
The 2007 BSDCan conference<br/> The 2007 BSDCan conference<br/>
Kris Kennaway - Scalability Update 2007<br/> Kris Kennaway - Scalability Update 2007<br/>
@ -14869,7 +14869,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~julian/BSDCan-2007/kris_kennaway-scalability.mov</url> <url>https://people.FreeBSD.org/~julian/BSDCan-2007/kris_kennaway-scalability.mov</url>
<length>73 minutes</length> <length>73 minutes</length>
<size>148 Mb</size> <size>148 Mb</size>
<desc>MOV file</desc> <desc>MOV file</desc>
@ -14882,7 +14882,7 @@
<item source="bsdcan" added="20070813"> <item source="bsdcan" added="20070813">
<title>BSDCan-2007 - Videos</title> <title>BSDCan-2007 - Videos</title>
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview> <overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
<desc> <desc>
The 2007 BSDCan conference<br/> The 2007 BSDCan conference<br/>
Qing Li - Routing, ARP and ND6 Qing Li - Routing, ARP and ND6
@ -14896,7 +14896,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~julian/BSDCan-2007/QingLi_Arp.mov</url> <url>https://people.FreeBSD.org/~julian/BSDCan-2007/QingLi_Arp.mov</url>
<length>30 minutes</length> <length>30 minutes</length>
<size>63 Mb</size> <size>63 Mb</size>
<desc>MOV file</desc> <desc>MOV file</desc>
@ -14909,7 +14909,7 @@
<item source="bsdcan" added="20070813"> <item source="bsdcan" added="20070813">
<title>BSDCan-2007 - Videos</title> <title>BSDCan-2007 - Videos</title>
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview> <overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
<desc> <desc>
The 2007 BSDCan conference<br/> The 2007 BSDCan conference<br/>
Marko Zec explains the vimage architecture Marko Zec explains the vimage architecture
@ -14923,7 +14923,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~julian/BSDCan-2007/marko-vimage.mov</url> <url>https://people.FreeBSD.org/~julian/BSDCan-2007/marko-vimage.mov</url>
<length>20 minutes</length> <length>20 minutes</length>
<size>44 Mb</size> <size>44 Mb</size>
<desc>MOV file</desc> <desc>MOV file</desc>
@ -14936,7 +14936,7 @@
<item source="bsdcan" added="20070813"> <item source="bsdcan" added="20070813">
<title>BSDCan-2007 - Videos</title> <title>BSDCan-2007 - Videos</title>
<overview>http://people.freebsd.org/~julian/BSDCan-2007/</overview> <overview>https://people.FreeBSD.org/~julian/BSDCan-2007/</overview>
<desc> <desc>
The 2007 BSDCan conference<br/> The 2007 BSDCan conference<br/>
Max Laier - PFIL, firewalls and locking Max Laier - PFIL, firewalls and locking
@ -14950,7 +14950,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~julian/BSDCan-2007/max_ipf_pfil.mov</url> <url>https://people.FreeBSD.org/~julian/BSDCan-2007/max_ipf_pfil.mov</url>
<length>30 minutes</length> <length>30 minutes</length>
<size>52 Mb</size> <size>52 Mb</size>
<desc>MOV file</desc> <desc>MOV file</desc>
@ -15062,7 +15062,7 @@
<item source="bsdcan" added="20070520"> <item source="bsdcan" added="20070520">
<title>The FreeBSD Security Officer function</title> <title>The FreeBSD Security Officer function</title>
<overview>http://people.freebsd.org/~simon/presentations/</overview> <overview>https://people.FreeBSD.org/~simon/presentations/</overview>
<desc> <desc>
"FreeBSD Security Officer function" at BSDCAN 2007 by Simon L. Nielsen (FreeBSD Deputy Security Officer) "FreeBSD Security Officer function" at BSDCAN 2007 by Simon L. Nielsen (FreeBSD Deputy Security Officer)
</desc> </desc>
@ -15076,7 +15076,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~simon/presentations/freebsd-so-function-bsdcan-2007.pdf</url> <url>https://people.FreeBSD.org/~simon/presentations/freebsd-so-function-bsdcan-2007.pdf</url>
<size>252 Kb</size> <size>252 Kb</size>
<length>29 pages</length> <length>29 pages</length>
<desc>PDF version</desc> <desc>PDF version</desc>
@ -15148,7 +15148,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf</url> <url>https://people.FreeBSD.org/~kris/scaling/7.0%20Preview.pdf</url>
<size>336 Kb</size> <size>336 Kb</size>
<length>37 pages</length> <length>37 pages</length>
<desc>PDF version</desc> <desc>PDF version</desc>
@ -15295,7 +15295,7 @@
<item source="devsummit-cambridge" added="20080825"> <item source="devsummit-cambridge" added="20080825">
<title>Cambridge FreeBSD DevSummit2008 - Photos - Kris Kennaway</title> <title>Cambridge FreeBSD DevSummit2008 - Photos - Kris Kennaway</title>
<overview>http://people.freebsd.org/~kris/Cambridge/</overview> <overview>https://people.FreeBSD.org/~kris/Cambridge/</overview>
<desc> <desc>
Photos of the 2008 FreeBSD DevSummit at the Cambridge University Photos of the 2008 FreeBSD DevSummit at the Cambridge University
by Kris Kennaway. by Kris Kennaway.
@ -15324,7 +15324,7 @@
<item source="devsummit-cambridge" added="20080825"> <item source="devsummit-cambridge" added="20080825">
<title>Cambridge FreeBSD DevSummit2008 - Photos - Simon Nielsen</title> <title>Cambridge FreeBSD DevSummit2008 - Photos - Simon Nielsen</title>
<overview>http://people.freebsd.org/~simon/gallery/cambridge-2008/</overview> <overview>https://people.FreeBSD.org/~simon/gallery/cambridge-2008/</overview>
<desc> <desc>
Photos of the 2008 FreeBSD DevSummit at the Cambridge University Photos of the 2008 FreeBSD DevSummit at the Cambridge University
by Simon Nielsen. by Simon Nielsen.
@ -15439,7 +15439,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~manolis/2009-freebsd-gsoc-alternate.png</url> <url>https://people.FreeBSD.org/~manolis/2009-freebsd-gsoc-alternate.png</url>
<size>1.1 Mb</size> <size>1.1 Mb</size>
<length>2480 x 3507 pixels</length> <length>2480 x 3507 pixels</length>
<desc>PNG version</desc> <desc>PNG version</desc>
@ -15448,7 +15448,7 @@
</tags> </tags>
</file> </file>
<file> <file>
<url>http://people.freebsd.org/~manolis/2009-freebsd-gsoc-alternate.pdf</url> <url>https://people.FreeBSD.org/~manolis/2009-freebsd-gsoc-alternate.pdf</url>
<size>815 Kb</size> <size>815 Kb</size>
<length>1 page</length> <length>1 page</length>
<desc>PDF version</desc> <desc>PDF version</desc>
@ -15482,7 +15482,7 @@
</tags> </tags>
<files> <files>
<file> <file>
<url>http://people.freebsd.org/~jkoshy/download/acm-apr-09.pdf</url> <url>https://people.FreeBSD.org/~jkoshy/download/acm-apr-09.pdf</url>
<size>550 Kb</size> <size>550 Kb</size>
<length>48 pages</length> <length>48 pages</length>
<desc>PDF version</desc> <desc>PDF version</desc>
@ -15578,12 +15578,12 @@
<source id="andreopperman"> <source id="andreopperman">
<name>Andre Opperman</name> <name>Andre Opperman</name>
<url>http://people.freebsd.org/~andre/</url> <url>https://people.FreeBSD.org/~andre/</url>
</source> </source>
<source id="phk"> <source id="phk">
<name>Poul-Henning Kamp</name> <name>Poul-Henning Kamp</name>
<url>http://people.freebsd.org/~phk/</url> <url>https://people.FreeBSD.org/~phk/</url>
</source> </source>
<source id="dds"> <source id="dds">

View file

@ -163,7 +163,7 @@
<p>&a.cognet.email; has written a mini-install guide for the <p>&a.cognet.email; has written a mini-install guide for the
current FreeBSD source. It is current FreeBSD source. It is
<a href="http://people.freebsd.org/~cognet/arm.html">available here</a>.</p> <a href="https://people.FreeBSD.org/~cognet/arm.html">available here</a>.</p>
<h3><a name="list">FreeBSD/ARM mailing list</a></h3> <h3><a name="list">FreeBSD/ARM mailing list</a></h3>

View file

@ -39,17 +39,17 @@
<ul> <ul>
<li>Intel Software Developer's Manual, revision 2.1 <li>Intel Software Developer's Manual, revision 2.1
<ul> <ul>
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245317.pdf">Volume 1: Application Architecture [pdf]</a></li> <li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245317.pdf">Volume 1: Application Architecture [pdf]</a></li>
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245318.pdf">Volume 2: System Architecture [pdf]</a></li> <li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245318.pdf">Volume 2: System Architecture [pdf]</a></li>
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245319.pdf">Volume 3: Instruction Set Reference [pdf]</a></li> <li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/245319.pdf">Volume 3: Instruction Set Reference [pdf]</a></li>
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/24869909.pdf">Specification Update [pdf]</a></li> <li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.1/24869909.pdf">Specification Update [pdf]</a></li>
</ul> </ul>
</li> </li>
<li>Intel Software Developer's Manual, revision 2.2 <li>Intel Software Developer's Manual, revision 2.2
<ul> <ul>
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531705.pdf">Volume 1: Application Architecture [pdf]</a></li> <li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531705.pdf">Volume 1: Application Architecture [pdf]</a></li>
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531805.pdf">Volume 2: System Architecture [pdf]</a></li> <li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531805.pdf">Volume 2: System Architecture [pdf]</a></li>
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531905.pdf">Volume 3: Instruction Set Reference [pdf]</a></li> <li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/sdm-2.2/24531905.pdf">Volume 3: Instruction Set Reference [pdf]</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -59,12 +59,12 @@
<ul> <ul>
<li>Itanium (Merced) <li>Itanium (Merced)
<ul> <ul>
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/itanium/24532003.pdf">Processor Reference Manual [pdf]</a></li> <li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/itanium/24532003.pdf">Processor Reference Manual [pdf]</a></li>
</ul> </ul>
</li> </li>
<li>Itanium 2 (McKinley, Madison, Madison II) <li>Itanium 2 (McKinley, Madison, Madison II)
<ul> <ul>
<li><a href="http://people.FreeBSD.org/~marcel/refs/ia64/itanium2/25111003.pdf">Processor Reference Manual [pdf]</a></li> <li><a href="https://people.FreeBSD.org/~marcel/refs/ia64/itanium2/25111003.pdf">Processor Reference Manual [pdf]</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>

View file

@ -65,7 +65,7 @@
<li><a href="http://www32.ocn.ne.jp/~chi/FreeBSD/">Chi's personal notes on FreeBSD(98) (Japanese)</a></li> <li><a href="http://www32.ocn.ne.jp/~chi/FreeBSD/">Chi's personal notes on FreeBSD(98) (Japanese)</a></li>
<li><a href="http://people.FreeBSD.org/~kato/pc98.html">Kato's page</a></li> <li><a href="https://people.FreeBSD.org/~kato/pc98.html">Kato's page</a></li>
</ul> </ul>
</body> </body>

View file

@ -128,7 +128,7 @@
<td>Apple</td> <td>Apple</td>
<td>iMac G3 DV Special Edition</td> <td>iMac G3 DV Special Edition</td>
<td><a href="mailto:webmaster@machowto.com">David S. Besade</a> <td><a href="mailto:webmaster@machowto.com">David S. Besade</a>
(<a href="http://people.freebsd.org/~flz/local/dmesg.ppc">dmesg</a>)</td> (<a href="https://people.FreeBSD.org/~flz/local/dmesg.ppc">dmesg</a>)</td>
<td>None</td> <td>None</td>
</tr> </tr>
<tr> <tr>
@ -147,7 +147,7 @@
<td>Apple</td> <td>Apple</td>
<td>Mac Mini G4 1.4 GHz</td> <td>Mac Mini G4 1.4 GHz</td>
<td><a href="mailto:arved@FreeBSD.org">Tilman Linneweh</a> <td><a href="mailto:arved@FreeBSD.org">Tilman Linneweh</a>
(<a href="http://people.freebsd.org/~arved/stuff/minimac">dmesg</a>)</td> (<a href="https://people.FreeBSD.org/~arved/stuff/minimac">dmesg</a>)</td>
<td>None</td> <td>None</td>
</tr> </tr>
<tr> <tr>

View file

@ -145,7 +145,7 @@ two main categories:
<li><p>a public list of all ports that have at least one file <li><p>a public list of all ports that have at least one file
that fails to fetch from any non-FreeBSD mastersite. For the that fails to fetch from any non-FreeBSD mastersite. For the
complete list of results for all files versus all mastersites, complete list of results for all files versus all mastersites,
see <a href="http://people.freebsd.org/~ehaupt/distilator/"> see <a href="https://people.FreeBSD.org/~ehaupt/distilator/">
Emanuel Haupt's port survey</a>.</p></li> Emanuel Haupt's port survey</a>.</p></li>
<li><p>private email to an affected port maintainer when a port <li><p>private email to an affected port maintainer when a port

View file

@ -75,7 +75,7 @@
<ul> <ul>
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/</a></li> <li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/</a></li>
<li><a href="http://people.FreeBSD.org/~scop/cvsweb/">http://people.FreeBSD.org/~scop/cvsweb/</a></li> <li><a href="https://people.FreeBSD.org/~scop/cvsweb/">https://people.FreeBSD.org/~scop/cvsweb/</a></li>
<li>See the FreeBSD <a href="../doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">FTP Sites</a> document for information about mirror sites.</li> <li>See the FreeBSD <a href="../doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">FTP Sites</a> document for information about mirror sites.</li>
</ul> </ul>

View file

@ -213,7 +213,7 @@ authors avoid adding platform-specific DMA management code, improving
the portability of drivers between hardware architectures. This page the portability of drivers between hardware architectures. This page
also tracks the progress of drivers towards being SMPng-safe.</li> also tracks the progress of drivers towards being SMPng-safe.</li>
<li><a name="homeauto" href="http://people.FreeBSD.org/~fsmp/HomeAuto/HomeAuto.html">Home Automation</a>: <li><a name="homeauto" href="https://people.FreeBSD.org/~fsmp/HomeAuto/HomeAuto.html">Home Automation</a>:
Using FreeBSD to run appliance controllers, infra-red controllers, Using FreeBSD to run appliance controllers, infra-red controllers,
automated telephone systems, and more.</li> automated telephone systems, and more.</li>

View file

@ -35,7 +35,7 @@
<p>For various summaries of the PR database, see the following <a <p>For various summaries of the PR database, see the following <a
href="http://people.freebsd.org/~edwin/gnats/">charts and href="https://people.FreeBSD.org/~edwin/gnats/">charts and
reports</a>. reports</a>.
</p> </p>

View file

@ -118,7 +118,7 @@
<p>Single-file HTML, PDF, and text renderings of the release <p>Single-file HTML, PDF, and text renderings of the release
documentation for FreeBSD -CURRENT, -STABLE, and recent -RELEASE documentation for FreeBSD -CURRENT, -STABLE, and recent -RELEASE
versions can be found at the <a versions can be found at the <a
href="http://people.FreeBSD.org/~bmah/relnotes/">Release href="https://people.FreeBSD.org/~bmah/relnotes/">Release
Documentation Snapshot Site</a>. The renderings on this page Documentation Snapshot Site</a>. The renderings on this page
are updated at irregular, but frequent intervals.</p> are updated at irregular, but frequent intervals.</p>
--> -->