From owner-svn-doc-all@freebsd.org Sat Nov 30 11:03:26 2019
Return-Path:
Delivered-To: svn-doc-all@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
by mailman.nyi.freebsd.org (Postfix) with ESMTP id 31D781CFAC0;
Sat, 30 Nov 2019 11:03:26 +0000 (UTC)
(envelope-from carlavilla@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
[IPv6:2610:1c1:1:606c::19:3])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
server-signature RSA-PSS (4096 bits)
client-signature RSA-PSS (4096 bits) client-digest SHA256)
(Client CN "mxrelay.nyi.freebsd.org",
Issuer "Let's Encrypt Authority X3" (verified OK))
by mx1.freebsd.org (Postfix) with ESMTPS id 47Q7lf0YP5z401D;
Sat, 30 Nov 2019 11:03:26 +0000 (UTC)
(envelope-from carlavilla@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA7112563C;
Sat, 30 Nov 2019 11:03:25 +0000 (UTC)
(envelope-from carlavilla@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAUB3PN3032163;
Sat, 30 Nov 2019 11:03:25 GMT (envelope-from carlavilla@FreeBSD.org)
Received: (from carlavilla@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAUB3ORV032157;
Sat, 30 Nov 2019 11:03:24 GMT (envelope-from carlavilla@FreeBSD.org)
Message-Id: <201911301103.xAUB3ORV032157@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: carlavilla set sender to
carlavilla@FreeBSD.org using -f
From: Sergio Carlavilla Delgado
Date: Sat, 30 Nov 2019 11:03:24 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r53644 - in head/en_US.ISO8859-1/htdocs: . advocacy
copyright news/2002 news/status projects search
X-SVN-Group: doc-head
X-SVN-Commit-Author: carlavilla
X-SVN-Commit-Paths: in head/en_US.ISO8859-1/htdocs: . advocacy copyright
news/2002 news/status projects search
X-SVN-Commit-Revision: 53644
X-SVN-Commit-Repository: doc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sat, 30 Nov 2019 11:03:26 -0000
Author: carlavilla
Date: Sat Nov 30 11:03:24 2019
New Revision: 53644
URL: https://svnweb.freebsd.org/changeset/doc/53644
Log:
Remove various stale links on the website
PR: 213523
Submitted by: linimon@
Approved by: bcr@
Differential Revision: https://reviews.freebsd.org/D22596
Modified:
head/en_US.ISO8859-1/htdocs/advocacy/myths.xml
head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml
head/en_US.ISO8859-1/htdocs/index.xsl
head/en_US.ISO8859-1/htdocs/news/2002/press.xml
head/en_US.ISO8859-1/htdocs/news/status/report-2004-05-2004-06.xml
head/en_US.ISO8859-1/htdocs/projects/projects.xml
head/en_US.ISO8859-1/htdocs/search/sitemap.xml
Modified: head/en_US.ISO8859-1/htdocs/advocacy/myths.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/advocacy/myths.xml Sat Nov 30 00:02:18 2019 (r53643)
+++ head/en_US.ISO8859-1/htdocs/advocacy/myths.xml Sat Nov 30 11:03:24 2019 (r53644)
@@ -204,13 +204,6 @@
finally an integrated package management system for extending the
environment with new features.
- The Whistle Interjet: A ``network appliance'' that acts as a
- router, web server, mailhost (and other functionality), and can be
- configured using a web browser. The underlying operating system is
- FreeBSD, and Whistle have contributed many of their code
- enhancements back to the FreeBSD project (while keeping enough of
- them proprietary that they can stay in business).
-
Similarly to DragonflyBSD, OpenBSD was not a standalone project,
Modified: head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Sat Nov 30 00:02:18 2019 (r53643)
+++ head/en_US.ISO8859-1/htdocs/copyright/freebsd-doc-license.xml Sat Nov 30 11:03:24 2019 (r53644)
@@ -76,8 +76,8 @@
and the original IEEE and The Open Group Standard, the original
IEEE and The Open Group Standard is the referee document. The
original Standard can be obtained online at
- http://www.opengroup.org/unix/online.html.
+ href="https://www.opengroup.org/membership/forums/platform/unix">
+ https://www.opengroup.org/membership/forums/platform/unix.
This notice shall appear on any product containing this
material.
Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl Sat Nov 30 00:02:18 2019 (r53643)
+++ head/en_US.ISO8859-1/htdocs/index.xsl Sat Nov 30 11:03:24 2019 (r53644)
@@ -325,7 +325,7 @@
The mark FreeBSD is a registered trademark of The FreeBSD
Foundation and is used by The FreeBSD Project with the
permission of The
+ href="https://www.freebsdfoundation.org/legal/trademark-usage-terms-and-conditions/">The
FreeBSD Foundation.
&header2.word.contact;
Modified: head/en_US.ISO8859-1/htdocs/news/2002/press.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/2002/press.xml Sat Nov 30 00:02:18 2019 (r53643)
+++ head/en_US.ISO8859-1/htdocs/news/2002/press.xml Sat Nov 30 11:03:24 2019 (r53644)
@@ -92,22 +92,7 @@
security.
-
- 6
-
- Interview with Jordan Hubbard
- http://kerneltrap.org/node.php?id=278
- Kerneltrap
- http://kerneltrap.org/
- 20 June 2002
- Jeremy Andrews
- Kerneltrap speaks with Jordan Hubbard, one of the creators
- of FreeBSD, and currently manager of Apple's Darwin project.
-
-
-
-
5
@@ -393,16 +378,6 @@
FreeBSD Mall.
-
- Kerneltrap Interview with Matt Dillon
- http://kerneltrap.com/article.php?sid=459
- Kerneltrap
- http://kerneltrap.com/
- 02 January 2002
- Jeremy Andrews
- Kerneltrap interviews Matt Dillon, one of FreeBSD's key
- developers.
-
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2004-05-2004-06.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2004-05-2004-06.xml Sat Nov 30 00:02:18 2019 (r53643)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2004-05-2004-06.xml Sat Nov 30 11:03:24 2019 (r53644)
@@ -781,7 +781,6 @@
ALTQ homepage.
ALTQ integration in FreeBSD project.
- ALTQ merged into pf.
Modified: head/en_US.ISO8859-1/htdocs/projects/projects.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/projects/projects.xml Sat Nov 30 00:02:18 2019 (r53643)
+++ head/en_US.ISO8859-1/htdocs/projects/projects.xml Sat Nov 30 11:03:24 2019 (r53644)
@@ -141,12 +141,13 @@ being integrated back into the base FreeBSD distributi
ported to other BSD-derived systems.
Kernel Stress Test Suite: The
- purpose of this stress test is to crash the system. The stress test
- is composed of small test programs and scripts. Each test targets a
- specific area of the kernel. The key concept of this test suite is
- chaos. Each test sleeps for a random number of seconds before it
- starts up in a random number of invocations.
+ href="https://people.freebsd.org/~pho/stress/index.html">Kernel
+ Stress Test Suite: The purpose of this stress test is to crash
+ the system. The stress test is composed of small test programs and
+ scripts. Each test targets a specific area of the kernel. The key
+ concept of this test suite is chaos. Each test sleeps for a random
+ number of seconds before it starts up in a random number of
+ invocations.
Modified: head/en_US.ISO8859-1/htdocs/search/sitemap.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/search/sitemap.xml Sat Nov 30 00:02:18 2019 (r53643)
+++ head/en_US.ISO8859-1/htdocs/search/sitemap.xml Sat Nov 30 11:03:24 2019 (r53644)
@@ -1361,6 +1361,11 @@
The FreeBSD Foundation
https://www.freebsdfoundation.org/
+
+ -
+ News And Events
+ https://www.freebsdfoundation.org/news-and-events/
+