View | Details | Raw Unified | Return to bug 131684
Collapse All | Expand All

(-)article.sgml (-34 / +45 lines)
Lines 99-105 Link Here
99
99
100
        <para>&os; is a complete operating system (kernel and
100
        <para>&os; is a complete operating system (kernel and
101
	  userland) with a well-respected heritage grounded in the
101
	  userland) with a well-respected heritage grounded in the
102
	  roots of Unix development.[1] Since both the kernel and the
102
	  roots of Unix development.
103
104
	  <footnote>
105
	    <para>See also <ulink
106
	      url="http://www.oreilly.com/catalog/opensources/book/kirkmck.html"></ulink>
107
	      for a brief history.</para>
108
	  </footnote>
109
110
	  Since both the kernel and the
103
	  provided utilities are under the control of the same release
111
	  provided utilities are under the control of the same release
104
	  engineering team, there is less likelihood of library
112
	  engineering team, there is less likelihood of library
105
	  incompatibilities. Security vulnerabilities can also be
113
	  incompatibilities. Security vulnerabilities can also be
Lines 145-151 Link Here
145
          restrictions on the distribution of GPLd code. In contrast,
153
          restrictions on the distribution of GPLd code. In contrast,
146
          the BSD license places no such restrictions, which gives you
154
          the BSD license places no such restrictions, which gives you
147
          the flexibility of keeping the code Open Source or closing
155
          the flexibility of keeping the code Open Source or closing
148
          the code for a proprietary commercial product.[2] Having
156
          the code for a proprietary commercial product.
157
158
	  <footnote>
159
	    <para>For a fairly unbiased view of the merits of each
160
	      license, see <ulink
161
	      url="http://en.wikipedia.org/wiki/BSD_and_GPL_licensing"></ulink>.</para>
162
	  </footnote>
163
164
          Having
149
          stable and reliable code under the attractive BSD license
165
          stable and reliable code under the attractive BSD license
150
          means that many operating systems, such as <ulink url="http://developer.apple.com/darwin/projects/darwin/faq.html">Apple OS X</ulink>
166
          means that many operating systems, such as <ulink url="http://developer.apple.com/darwin/projects/darwin/faq.html">Apple OS X</ulink>
151
          are based on FreeBSD code. It also means that if you choose
167
          are based on FreeBSD code. It also means that if you choose
Lines 192-198 Link Here
192
        operating system! It supports the X Window System, the same
208
        operating system! It supports the X Window System, the same
193
        one used in &linux; distributions to provide a desktop user
209
        one used in &linux; distributions to provide a desktop user
194
        interface. It also supports over 13,000 easy to install
210
        interface. It also supports over 13,000 easy to install
195
        third-party applications,[3] including KDE, Gnome, and
211
        third-party applications,
212
213
	<footnote>
214
	  <para>Using <ulink url="&url.base;/ports">FreeBSD's ports
215
	    collection</ulink>: software installation is as easy as
216
	    <command>pkg_add -r application_name</command>.</para>
217
	</footnote>
218
219
        including KDE, Gnome, and
196
        OpenOffice.</para>
220
        OpenOffice.</para>
197
221
198
      <para>Several projects are available to ease the installation of
222
      <para>Several projects are available to ease the installation of
Lines 483-496 Link Here
483
        and Unix skillsets to FreeBSD administration.</para></listitem>
507
        and Unix skillsets to FreeBSD administration.</para></listitem>
484
508
485
      <listitem><para>In-house developers have full access to all
509
      <listitem><para>In-house developers have full access to all
486
        FreeBSD code[4] for all releases going back to the original
510
        FreeBSD code
511
512
	<footnote>
513
	  <para>In addition, all code is browsable through a
514
	    web-interface: <ulink
515
	    url="http://www.FreeBSD.org/cgi/cvsweb.cgi/"></ulink>.</para>
516
	</footnote>
517
518
        for all releases going back to the original
487
        &os; release. Included with the code are all of the log
519
        &os; release. Included with the code are all of the log
488
        messages which provide context to changes and
520
        messages which provide context to changes and
489
        bug fixes. Additionally, a developer can easily replicate any
521
        bug fixes. Additionally, a developer can easily replicate any
490
        release by simply checking out the code with the desired
522
        release by simply checking out the code with the desired
491
        label. In contrast, &linux; traditionally didn't follow this
523
        label. In contrast, &linux; traditionally didn't follow this
492
        model, but has recently adopted a more mature development
524
        model, but has recently adopted a more mature development
493
        model. [5]</para></listitem>
525
        model.
526
527
	<footnote>
528
	  <para>An interesting overview of the evolving Linux
529
	    development model can be found at <ulink
530
	    url="http://linuxdevices.com/articles/AT4155251624.html"></ulink>.</para>
531
	</footnote>
532
533
        </para></listitem>
494
534
495
      <listitem><para>In-house developers also have full access to
535
      <listitem><para>In-house developers also have full access to
496
	FreeBSD's <ulink
536
	FreeBSD's <ulink
Lines 516-550 Link Here
516
      in their existing infrastructure, &os; is an excellent choice
556
      in their existing infrastructure, &os; is an excellent choice
517
      indeed.</para>
557
      indeed.</para>
518
  </sect1>
558
  </sect1>
519
520
  <sect1 id="freebsd-addenda">
521
    <title>Addenda</title>
522
523
    <orderedlist>
524
525
      <listitem><para>See also <ulink
526
      url="http://www.oreilly.com/catalog/opensources/book/kirkmck.html"></ulink>
527
      for a brief history.</para></listitem>
528
529
      <listitem><para>For a fairly unbiased view of the merits of each
530
        license, see <ulink
531
        url="http://en.wikipedia.org/wiki/BSD_and_GPL_licensing"></ulink>.</para></listitem>
532
533
      <listitem><para>Using <ulink
534
        url="&url.base;/ports">FreeBSD's ports
535
        collection</ulink>: software installation is as easy as
536
        <command>pkg_add -r application_name</command>.</para></listitem>
537
538
      <listitem><para>In addition, all code is browsable through a
539
        web-interface: <ulink
540
        url="http://www.FreeBSD.org/cgi/cvsweb.cgi/"></ulink>.</para></listitem>
541
542
      <listitem><para>An interesting overview of the evolving Linux
543
        development model can be found at <ulink
544
        url="http://linuxdevices.com/articles/AT4155251624.html"></ulink>.</para></listitem>
545
546
    </orderedlist>
547
  </sect1>
548
</article>
559
</article>

Return to bug 131684