annotate thesis/attic/old/3-FreeSoftwareProjects.tex @ 362:0850f0a9dbb3

minor changes
author meillo@marmaro.de
date Wed, 28 Jan 2009 16:26:51 +0100 (2009-01-28)
parents 2aad3d950640
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
1 \chapter{About \freesw\ projects}
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
2
57
1412d283624a added URLs of matching websites
meillo@marmaro.de
parents: 52
diff changeset
3 % http://www.faqs.org/docs/artu/
1412d283624a added URLs of matching websites
meillo@marmaro.de
parents: 52
diff changeset
4
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
5 There are several differences between \freesw\ projects and projects about proprietary software.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
6 To understand \freesw\ projects, one needs to understand \freesw\ itself first.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
7
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
8 \section{About \freesw}
50
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 48
diff changeset
9 The term ``Free Software'' was coined by the \name{Free Software Foundation} (short: \NAME{FSF}), founded by Richard~M.\ Stallman (known as ``RMS'') in 1985.
48
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
10 Although various licenses make software free, none of them represents the thinking of \freesw\ like the the \GNU\ \gpl\ (short: \GPL). Its first version was written by Stallman in 1989.
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
11 One could say, the \GPL\ catalized the \name{Free Software movement}.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
12
57
1412d283624a added URLs of matching websites
meillo@marmaro.de
parents: 52
diff changeset
13 % http://www.fsf.org/about/what-is-free-software
1412d283624a added URLs of matching websites
meillo@marmaro.de
parents: 52
diff changeset
14
48
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
15 After all, the \GPL\ was not the first \freesw\ license used.
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
16 The \name{MIT License} (or \name{X Consortium License}) for example is older; published in 1988.
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
17 Licenses providing the same rights have been used since long time ago.
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
18 But none of them was so often (re)used by other projects---thus gattering less awareness.
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
19 Further more was the \GPL\ created to be a \emph{general} license for all kinds of programs, unlike most other licenses written for one particular program.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
20
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
21 \freesw\ gives freedoms to its users.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
22 In contrast to proprietary software restricting the users freedom.
48
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
23 The freedoms (or rights) the user has are stated in the \name{Free Software Definition} of the \NAME{FSF}. Namely these are:
57
1412d283624a added URLs of matching websites
meillo@marmaro.de
parents: 52
diff changeset
24 % http://www.gnu.org/philosophy/free-sw.html
1412d283624a added URLs of matching websites
meillo@marmaro.de
parents: 52
diff changeset
25 % http://www.fsf.org/licensing/essays/free-sw.html
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
26 \begin{enumerate}
48
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
27 \item The freedom to run the program, for any purpose (freedom 0).
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
28 \item The freedom to study how the program works, and adapt it to your needs (freedom 1). Access to the source code is a precondition for this.
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
29 \item The freedom to redistribute copies so you can help your neighbor (freedom 2).
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
30 \item The freedom to improve the program, and release your improvements to the public, so that the whole community benefits (freedom 3). Access to the source code is a precondition for this.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
31 \end{enumerate}
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
32
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
33
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
34 \section{The term ``Open Source''}
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
35 \name{Open Source Software} often stands for the same as \freesw.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
36 But there is an essential difference: \name{Open Source} focuses on the availability of source code, while \freesw\ is about freedoms for people.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
37
43
ce53878c71ea fixed missing words
meillo@marmaro.de
parents: 38
diff changeset
38 \name{Open Source Software} is a subset of \freesw, meaning: All \freesw\ is \name{Open Source}, but there exists \name{Open Source Software} that is not free.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
39
57
1412d283624a added URLs of matching websites
meillo@marmaro.de
parents: 52
diff changeset
40 % http://www.gnu.org/philosophy/open-source-misses-the-point.html
1412d283624a added URLs of matching websites
meillo@marmaro.de
parents: 52
diff changeset
41 % http://catb.org/~esr/open-source.html
1412d283624a added URLs of matching websites
meillo@marmaro.de
parents: 52
diff changeset
42
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
43
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
44 \section{Development of \freesw}
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
45 Having source code available and the right to modify it, encouridges programmers to actually do so.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
46 Their modifications are manifoldly.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
47 Some tailor the software to their needs.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
48 Some add features.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
49 Some do it just for fun.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
50 There are no limitations---whoever wants to, may work on it.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
51
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
52 Since the boom of the internet, \freesw\ typically is developed by an open community of programmers interested in the software.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
53 The process of development is watchable by everyone.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
54
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
55 The other, now less common, method is a more closed group, developing in a ``sealed'' room, but releasing finished versions to the public.
26
fb9ba63f6957 changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
diff changeset
56
52
34bc9138c3d9 added CATB cite and date of website access
meillo@marmaro.de
parents: 50
diff changeset
57 Eric~S.\ Raymond discusses about these methods, which he named \name{the bazaar} and \name{the cathedral} \cite{catb}.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
58
38
522843ee3895 continued with creating a community
meillo@marmaro.de
parents: 37
diff changeset
59 The following text will focus on the ``bazaar'' model.
522843ee3895 continued with creating a community
meillo@marmaro.de
parents: 37
diff changeset
60
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
61
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
62 \section{The role of the community}
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
63 \freesw\ projects rise and fall with their community!
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
64
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
65 Most \freesw\ programs are developed by a very small group of programmers, often only one person.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
66 But they are used by many people.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
67 In between the programmers and the users, are people located who are a bit of both.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
68 These are the ones that write documentation, find bugs and probably even fix it.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
69 They discuss on mailing lists, bulletin boards and \NAME{IRC} chats.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
70 The program is often spread by their ``advertising''.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
71
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
72 The \emph{community} consists of the actual developers and all users that contribute to the program.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
73 Contribution can be one of the described ways, or others like providing a server for the project website for example.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
74
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
75 \emph{Community} is everyone who is in contact through the project.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
76 Be it on the mailing list, the discussion board, or by telling the developers about a new feature wanted.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
77
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
78 There will hardly be a community if no communication channels are available.
48
a60b2d32b597 reworked some sentences; fixed dates; more
meillo@marmaro.de
parents: 47
diff changeset
79 If the development team does not provide them, there is a chance that encouraged users set them up on their own.
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
80 But this is rare and the program needs to be very popular. %TODO: maybe include an example here (w3m?)
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
81
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
82 Projects without a good community tend to die sooner or later.
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
83
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
84
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
85 \section{Evolution of a community}
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
86 Let us look at the process a community establishes: In most times it's only one who has an idea, in the beginning.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
87 He starts developing.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
88 When others get in contact with the project, there may be some who are so much interested that they start co-developing.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
89 Others report bugs, and some only use the program.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
90
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
91 After some time, one will find a small group of core developers, a larger group of contributers (bugs, patches, documentation) and a very large group of users.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
92 The size ratio of the groups vary by type of project.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
93
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
94 One should have that in mind, when starting a \freesw\ project.
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
95
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
96
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
97 \section{Creating a strong community}
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
98 Building up a good community needs some effort of the main developers.
38
522843ee3895 continued with creating a community
meillo@marmaro.de
parents: 37
diff changeset
99 %TODO: search for documents about this topic
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
100
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
101 First communication channels need to be set up, to enable the growth of a community.
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
102
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
103 Second, development should be visible by everyone who is interested in it.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
104 Time between work done on the project and its visibility to the public should be kept short.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
105 This makes it interesting for other developers to join.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
106 Developers are the core of a community.
38
522843ee3895 continued with creating a community
meillo@marmaro.de
parents: 37
diff changeset
107
50
f944ca6dd688 added CATB cite; added unbreakable spaces
meillo@marmaro.de
parents: 48
diff changeset
108 Third, there is a rule of thumb that should be followed: ``Release early, release often!'' \cite{catb}.
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
109 Releases are (more) stable versions, primary for users.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
110 They should be created, frequently.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
111 People will more likely use programs of active projects.
38
522843ee3895 continued with creating a community
meillo@marmaro.de
parents: 37
diff changeset
112
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
113 Fourth, the developers should try to get the users ``in the boat''.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
114 Good communities have a large group of users that do not only receive, but also give something back to the project.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
115 The project leaders should motivate users to contribute.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
116 This unlocks a big work force and gets lot of unexiting work done.
37
225669a51b11 new text about free software projects and more
meillo@marmaro.de
parents: 34
diff changeset
117
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
118 Fifth, documentation matters.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
119 Good documentation makes it easy for users and developers to start.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
120 And it helps to avoid a lot of unsatisfaction.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
121 Documentation is something that shows quality and that people care about the project.
38
522843ee3895 continued with creating a community
meillo@marmaro.de
parents: 37
diff changeset
122
45
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
123 And sixth, project leaders should be good souvereigns.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
124 They should try to be fair, to motivate, be visionaires and try to put power and work on many shoulders.
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
125
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
126 Not to forget: Every work that was done, every contribution that was made and every idea received needs to be honored in an appropriate way!
faf3c7524993 split up into one sentence per line
meillo@marmaro.de
parents: 43
diff changeset
127 Volunteer work lives by acknowledgement of the effort spent.