summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/eclipse/html/getting-started/open-source-philosophy.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/getting-started/eclipse/html/getting-started/open-source-philosophy.html')
-rw-r--r--documentation/getting-started/eclipse/html/getting-started/open-source-philosophy.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/documentation/getting-started/eclipse/html/getting-started/open-source-philosophy.html b/documentation/getting-started/eclipse/html/getting-started/open-source-philosophy.html
new file mode 100644
index 0000000000..bd9467e001
--- /dev/null
+++ b/documentation/getting-started/eclipse/html/getting-started/open-source-philosophy.html
@@ -0,0 +1,54 @@
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>2.2. Open Source Philosophy</title>
5<link rel="stylesheet" type="text/css" href="../book.css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7<link rel="home" href="index.html" title="Getting Started With Yocto Project">
8<link rel="up" href="overview-development-environment.html" title="Chapter 2. The Yocto Project Development Environment">
9<link rel="prev" href="yp-intro.html" title="2.1. Introduction">
10<link rel="next" href="workflows.html" title="2.3. Workflows">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="2.2. Open Source Philosophy">
13<div class="titlepage"><div><div><h2 class="title" style="clear: both">
14<a name="open-source-philosophy"></a>2.2. Open Source Philosophy</h2></div></div></div>
15<p>
16 Open source philosophy is characterized by software development
17 directed by peer production and collaboration through an active
18 community of developers.
19 Contrast this to the more standard centralized development models
20 used by commercial software companies where a finite set of developers
21 produces a product for sale using a defined set of procedures that
22 ultimately result in an end product whose architecture and source
23 material are closed to the public.
24 </p>
25<p>
26 Open source projects conceptually have differing concurrent agendas,
27 approaches, and production.
28 These facets of the development process can come from anyone in the
29 public (community) that has a stake in the software project.
30 The open source environment contains new copyright, licensing, domain,
31 and consumer issues that differ from the more traditional development
32 environment.
33 In an open source environment, the end product, source material,
34 and documentation are all available to the public at no cost.
35 </p>
36<p>
37 A benchmark example of an open source project is the Linux kernel,
38 which was initially conceived and created by Finnish computer science
39 student Linus Torvalds in 1991.
40 Conversely, a good example of a non-open source project is the
41 <span class="trademark">Windows</span>® family of operating
42 systems developed by
43 <span class="trademark">Microsoft</span>® Corporation.
44 </p>
45<p>
46 Wikipedia has a good historical description of the Open Source
47 Philosophy
48 <a class="ulink" href="http://en.wikipedia.org/wiki/Open_source" target="_self">here</a>.
49 You can also find helpful information on how to participate in the
50 Linux Community
51 <a class="ulink" href="http://ldn.linuxfoundation.org/book/how-participate-linux-community" target="_self">here</a>.
52 </p>
53</div></body>
54</html>