From owner-cvs-doc@FreeBSD.ORG Sun Jan 8 20:12:50 2006 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB34916A41F; Sun, 8 Jan 2006 20:12:50 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A5E543D46; Sun, 8 Jan 2006 20:12:48 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.3/8.13.3) with ESMTP id k08KCg70081733; Sun, 8 Jan 2006 21:12:47 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.3/8.13.3/Submit) id k08KCgtp081732; Sun, 8 Jan 2006 21:12:42 +0100 (CET) (envelope-from marc) Date: Sun, 8 Jan 2006 21:12:42 +0100 From: Marc Fonvieille To: Pav Lucistnik Message-ID: <20060108201242.GA81500@abigail.blackend.org> References: <200601081837.k08IblYG046281@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601081837.k08IblYG046281@repoman.freebsd.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/advocacy myths.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 20:12:50 -0000 On Sun, Jan 08, 2006 at 06:37:47PM +0000, Pav Lucistnik wrote: > pav 2006-01-08 18:37:47 UTC > > FreeBSD doc repository > > Modified files: > en/advocacy myths.sgml > Log: > - Add more derivates > - Fix typo (missing dot) > =================================================================== RCS file: /usr/local/www/cvsroot/FreeBSD/www/en/advocacy/myths.sgml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- www/en/advocacy/myths.sgml 2005/12/30 13:38:53 1.29 +++ www/en/advocacy/myths.sgml 2006/01/08 18:37:47 1.30 @@ -1,6 +1,6 @@ - + %navincludes; %includes; @@ -136,23 +136,79 @@ or derivative works of *BSD

You can. You just need to say in the documentation and source - files where the code is derived from.

+ files where the code is derived from. A bunch of derivative + projects exists:

-

For example, PicoBSD is a tailored distribution of FreeBSD that - fits on a floppy. It's great for turning a diskless 386 PC into a - router or a network print server. Another popular FreeBSD derivate - is FreeSBIE, a complete desktop running off the CD-ROM.

- -

The Whistle Interjet is 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).

- -

The OpenBSD project started as a spinoff from the NetBSD project, and - has since evolved its own distinctive approach. Similarly, DragonflyBSD - derives from FreeBSD 4.X.

+
    +
  • + DragonflyBSD started as a code fork from (For style consistency) we should not wrap like this the content of tags. + FreeBSD 4.X, but it has since its own user community and + development goals.

  • + +
  • + TrustedBSD provides a set of trusted operating system + extensions to the FreeBSD operating system, targeting the + Common Criteria for Information Technology Security + Evaluation (CC). This project is still under development, + and much of the code is destined to make its way back into + the base FreeBSD operating system, but the development + takes place separately.

  • + +
  • + FreeSBIE is a complete desktop running off the CD-ROM. + It can also be installed, but extremely useful for diskless + computers.

  • + +
  • + Frenzy is another live-CD distribution, but customized + for administering tasks. It contains software for hardware + tests, file system checks, security checks, network setup + and analysis.

  • + +
  • + PicoBSD is a tailored distribution of FreeBSD that fits + on a floppy. It is great for turning diskless 386 PC into a + router or a network print server. It is based on FreeBSD + 3.x.

  • + The old text regarding PicoBSD was correct, this new one is not. PicoBSD is not based on FreeBSD 3.X but on the source of the system used to build it (/usr/src/release/picobsd). The provided link is outdated (and will never be updated), a better solution would be to point on /usr/src/release/picobsd or nothing. +
  • + NanoBSD is another project to produce a reduced versions + of FreeBSD to put it on a Compact Flash card or other mass + storage.

  • + It would be interesting to mention that NanoBSD is supported by the FreeBSD Project and is part of the base tree. +
  • + TinyBSD is a set of tools made up of shell scripts + designed to allow easy development of Embedded Systems based + on FreeBSD 5.x and 6.x.

  • + [...] s/.x/.X/ for consistency. Marc