From owner-dev-commits-doc-all@freebsd.org Wed Jan 6 17:50:05 2021 Return-Path: Delivered-To: dev-commits-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 88B0C4D88E7 for ; Wed, 6 Jan 2021 17:50:05 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4D9xhs3Q98z4dHt; Wed, 6 Jan 2021 17:50:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6829F221FE; Wed, 6 Jan 2021 17:50:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 106Ho5QF068891; Wed, 6 Jan 2021 17:50:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 106Ho5v6068884; Wed, 6 Jan 2021 17:50:05 GMT (envelope-from git) Date: Wed, 6 Jan 2021 17:50:05 GMT Message-Id: <202101061750.106Ho5v6068884@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Fernando Apesteguía Subject: git: 345f2fd6a6 - main - Remove FuryBSD mentions from documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 345f2fd6a68802f1ffaa2dedbe719b02f70dea8c Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2021 17:50:05 -0000 The branch main has been updated by fernape (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=345f2fd6a68802f1ffaa2dedbe719b02f70dea8c commit 345f2fd6a68802f1ffaa2dedbe719b02f70dea8c Author: Fernando Apesteguía AuthorDate: 2020-12-31 18:29:15 +0000 Commit: Fernando Apesteguía CommitDate: 2021-01-06 17:42:12 +0000 Remove FuryBSD mentions from documentation Summary: FuryBSD has been discontinued. Replace it with references to NomadBSD where appropriate. PR: 252058 Reported by: 0mp@FreeBSD.org Approved by: 0mp@FreeBSD.org Differential Revision: https://reviews.freebsd.org/D27869 --- en_US.ISO8859-1/books/faq/book.xml | 6 ++--- .../books/handbook/bsdinstall/chapter.xml | 6 ++--- en_US.ISO8859-1/books/handbook/desktop/chapter.xml | 7 +++--- .../books/handbook/introduction/chapter.xml | 26 +++++++++++----------- en_US.ISO8859-1/books/handbook/x11/chapter.xml | 8 ++++--- en_US.ISO8859-1/htdocs/advocacy/myths.xml | 13 ++++++----- en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml | 2 +- en_US.ISO8859-1/htdocs/projects/newbies.xml | 15 +++++++------ en_US.ISO8859-1/htdocs/where.xml | 16 +++++++------ 9 files changed, 53 insertions(+), 46 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.xml b/en_US.ISO8859-1/books/faq/book.xml index 546decb6c6..11ebe38646 100644 --- a/en_US.ISO8859-1/books/faq/book.xml +++ b/en_US.ISO8859-1/books/faq/book.xml @@ -228,11 +228,11 @@ environment will find &os; to be similar. &windows; and &macos; users may be interested in instead using FuryBSD, + xlink:href="https://ghostbsd.org/">GhostBSD, GhostBSD - or MidnightBSD + or NomadBSD three &os;-based desktop distributions. Non-&unix; users should expect to invest some additional time learning the &unix; way of doing things. This FAQ diff --git a/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml b/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml index 3a40f23413..c20e796c67 100644 --- a/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml @@ -136,10 +136,10 @@ Users who prefer to install &os; using a graphical installer may be interested in - FuryBSD, - GhostBSD or + GhostBSD, MidnightBSD. + xlink:href="https://www.midnightbsd.org">MidnightBSD or + NomadBSD. After reading this chapter, you will know: diff --git a/en_US.ISO8859-1/books/handbook/desktop/chapter.xml b/en_US.ISO8859-1/books/handbook/desktop/chapter.xml index 9daff7a2f3..9fbd69a5dc 100644 --- a/en_US.ISO8859-1/books/handbook/desktop/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/desktop/chapter.xml @@ -36,10 +36,11 @@ Users who prefer to install a pre-built desktop version of FreeBSD rather than configuring one from scratch should refer to FuryBSD, - GhostBSD or + xlink:href="https://ghostbsd.org">GhostBSD, MidnightBSD. + xlink:href="https://www.midnightbsd.org">MidnightBSD + or NomadBSD. Readers of this chapter should know how to: diff --git a/en_US.ISO8859-1/books/handbook/introduction/chapter.xml b/en_US.ISO8859-1/books/handbook/introduction/chapter.xml index 34fec5a301..0df8e1f8ec 100644 --- a/en_US.ISO8859-1/books/handbook/introduction/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/introduction/chapter.xml @@ -676,19 +676,6 @@ available. - - FuryBSD - - FuryBSD - - is a brand new, open source &os; desktop. - FuryBSD pays homage to desktop BSD projects of the past - like PC-BSD and TrueOS with its graphical interface and - adds additional tools like a live, hybrid USB/DVD image. - FuryBSD is completely free to use and distributed under - the BSD license. - - MidnightBSD @@ -701,6 +688,19 @@ more. + + NomadBSD + + NomadBSD + - is a persistent live system for USB flash + drives, based on &os;. Together with automatic hardware + detection and setup, it is configured to be used as a + desktop system that works out of the box, but can also be + used for data recovery, for educational purposes, or to + test &os;'s hardware compatibility. + + pfSense diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.xml b/en_US.ISO8859-1/books/handbook/x11/chapter.xml index 0ebd1bb20f..41c753186e 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.xml @@ -39,10 +39,12 @@ Users who prefer an installation method that automatically configures the &xorg; should refer - to FuryBSD, - GhostBSD or + to GhostBSD, MidnightBSD. + xlink:href="https://www.midnightbsd.org">MidnightBSD + or + NomadBSD. For more information on the video hardware that diff --git a/en_US.ISO8859-1/htdocs/advocacy/myths.xml b/en_US.ISO8859-1/htdocs/advocacy/myths.xml index 753e6ca507..731f633fe8 100644 --- a/en_US.ISO8859-1/htdocs/advocacy/myths.xml +++ b/en_US.ISO8859-1/htdocs/advocacy/myths.xml @@ -163,12 +163,13 @@ storage. It is also a part of the FreeBSD source tree, see /usr/src/tools/tools/nanobsd.

-
  • FuryBSD is a - brand new, open source &os; desktop. FuryBSD pays homage to - desktop BSD projects of the past PC-BSD and TrueOS with its - graphical interface and adds additional tools like a live, - hybrid USB/DVD image. FuryBSD is completely free to use and - distributed under the BSD license.

  • +
  • NomadBSD is a + persistent live system for USB flash drives, based on &os;. + Together with automatic hardware detection and setup, it is + configured to be used as a desktop system that works out of + the box, but can also be used for data recovery, for + educational purposes, or to test &os;'s hardware + compatibility.

  • GhostBSD is derived from &os;, uses the GTK environment to provide a beautiful diff --git a/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml b/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml index 62e007c332..16942c4a9d 100644 --- a/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml +++ b/en_US.ISO8859-1/htdocs/advocacy/whyusefreebsd.xml @@ -74,7 +74,7 @@ thrive together.

    This same collaboration works downstream, with projects like - FuryBSD, GhostBSD, MidnightBSD and pfSense building on top of + GhostBSD, MidnightBSD, NomadBSD and pfSense building on top of the &os; base to provide desktop and firewall oriented distributions, respectively. These projects are not forks, they base their work on the latest version of &os; and diff --git a/en_US.ISO8859-1/htdocs/projects/newbies.xml b/en_US.ISO8859-1/htdocs/projects/newbies.xml index db704b409a..5a889a8392 100644 --- a/en_US.ISO8859-1/htdocs/projects/newbies.xml +++ b/en_US.ISO8859-1/htdocs/projects/newbies.xml @@ -79,13 +79,6 @@ platform to share data over a network. It uses ZFS to protect, store, backup, all of your data.

  • -
  • FuryBSD is a brand - new, open source &os; desktop. FuryBSD pays homage to desktop - BSD projects of the past PC-BSD and TrueOS with its graphical - interface and adds additional tools like a live, hybrid - USB/DVD image. FuryBSD is completely free to use and - distributed under the BSD license.

  • -
  • GhostBSD is derived from &os;, GhostBSD uses the GTK environment to provide a beautiful looks and comfortable experience on the modern BSD @@ -98,6 +91,14 @@ daily tasks: mail, web browsing, word processing, gaming, and much more.

  • +
  • NomadBSD is a + persistent live system for USB flash drives, based on &os;. + Together with automatic hardware detection and setup, it is + configured to be used as a desktop system that works out + of the box, but can also be used for data recovery, for + educational purposes, or to test &os;'s hardware + compatibility.

  • +
  • pfSense is a &os; based network security solution. pfSense software, with the help of the package system, is able to diff --git a/en_US.ISO8859-1/htdocs/where.xml b/en_US.ISO8859-1/htdocs/where.xml index 1b91724cda..66bdc6ef5f 100644 --- a/en_US.ISO8859-1/htdocs/where.xml +++ b/en_US.ISO8859-1/htdocs/where.xml @@ -500,13 +500,6 @@ source storage platform based on &os; and supports sharing across Windows, Apple, and UNIX-like systems.

  • -
  • FuryBSD is a brand - new, open source &os; desktop. FuryBSD pays homage to desktop - BSD projects of the past PC-BSD and TrueOS with its graphical - interface and adds additional tools like a live, hybrid - USB/DVD image. FuryBSD is completely free to use and - distributed under the BSD license.

  • -
  • GhostBSD is derived from &os;, GhostBSD uses the GTK environment to provide a beautiful looks and comfortable experience on the modern BSD @@ -519,6 +512,15 @@ daily tasks: mail, web browsing, word processing, gaming, and much more.

  • +
  • NomadBSD is + a persistent live system for USB flash drives, based on &os;. + Together with automatic hardware detection and setup, + it is configured to be used as a desktop system that works out + of the box, but can also be used for data recovery, for + educational purposes, or to test &os;'s hardware + compatibility.

  • + +
  • pfSense is a &os; based customized distribution tailored for use as a firewall and router.