Вы находитесь на странице: 1из 6

GNU Project

From Wikipedia, the free encyclopedia

The GNU logo, by Etienne Suvasa The GNU Project i/nu/[1] is a free software, mass collaboration project, announced on September 27, 1983, by Richard Stallman at MIT. It initiated GNU operating system development in January, 1984. The founding goal of the project was, in the words of its initial announcement, to develop "a sufficient body of free software [...] to get along without any software that is not free."[2] To make this happen, the GNU Project began working on an operating system called GNU ("GNU" is a recursive acronym that stands for "GNU's Not Unix"). This goal of making a free software operating system was achieved in 1992 when the last gap in the GNU system, a kernel, was filled by the third-party Linux kernel being released as Free Software, under version 2 of the GNU GPL. Current work of the GNU Project includes software development, awareness building, political campaigning and sharing of the new material.

Contents
[hide]

1 Origins of the project 2 GNU Manifesto 3 Philosophy and activism 4 Participation 5 Free software 6 Copyleft 7 Operating system development 8 Strategic projects o 8.1 GNOME o 8.2 Gnash

9 Recognition 10 See also 11 References 12 External links

[edit] Origins of the project


When the GNU project first started they "had an Emacs text editor with Lisp for writing editor commands, a source level debugger, a yacc-compatible parser generator, and a linker".[3] They had an initial kernel that needed more updates. Once the kernel and the compiler were finished GNU was able to be used for program development. The main goal was to create many other applications to be like the Unix system. GNU was able to run Unix programs but was not identical to it. GNU incorporated longer file names, file version numbers, and a crashproof file system. The GNU Manifesto was written to gain support and participation from others for the project. Programmers were encouraged to take part in any aspect of the project that interested them. People could donate funds, computer parts, or even their own time to write code and programs for the project.[2]

[edit] GNU Manifesto


Main article: GNU Manifesto The GNU Manifesto was written by Richard Stallman to gain support and participation in the GNU Project. In the GNU Manifesto, Stallman listed four freedoms essential to software development: freedom to run a program for any purpose, freedom to study the mechanics of the program and modify it, freedom to redistribute copies, and freedom to improve and change modified versions for public use.[4] To implement these freedoms, users needed full access to code. To ensure code remained free and provide it to the public, Stallman created the General Public License (GPL), which allowed software and the future generations of code derived from it to remain free for public use. Some complications arose, however, when certain software was grandfathered in the law of GPL because of code it derived from.[4]

[edit] Philosophy and activism


Main article: Free software movement Although most of the GNU Project's output is technical in nature, it was launched as a social, ethical, and political initiative. As well as producing software and licenses, the GNU Project has published a number of writings,[5] the majority of which were authored by Richard Stallman.

[edit] Participation
Within the GNU website a list of projects are laid out and each project has specifics for what type of developer is able to perform the task needed for a certain piece of the GNU project. The skill level ranges from project to project but anyone with background knowledge in programming is encouraged to support the project.[6]

[edit] Free software


The GNU project uses software that is free for users to copy, edit, and distribute. It is free in the sense that users can change the software to fit individual needs. The way programmers obtain the free software depends on where they get it. The software could be provided to the programmer from friends or over the internet, or the company a programmer works for may purchase the software. Proceeds from purchases support the GNU project. GNU has four kinds of freedom for the software:

Freedom to run the program Freedom to access the code Freedom to redistribute the program to anyone Freedom to improve the software[7]

[edit] Copyleft
Main article: Copyleft Copyleft is what helps maintain free use of this software among other programmers. Copyleft gives the legal right to everyone to use, edit, and redistribute programs or program's code as long as the distribution terms do not change. Copyleft preserves the freedom in new code and programs.

[edit] Operating system development

GNU Hurd, is an example of the GNU operating system The first goal of the GNU project was to create a whole free-software operating system. By 1992, the GNU project had completed all of the major operating system components except for their kernel, GNU Hurd. The Linux kernel, started independently by Linus Torvalds in 1991, filled the last gap, and Linux version 0.12 was released under the GPL in 1992. Together, Linux and GNU formed the first completely free-software operating system. Though the Linux kernel is not part of the GNU project, it was developed using GCC and other GNU programming tools.
[8]

[edit] Strategic projects


From the mid-1990s onward, with many companies investing in free software development, the Free Software Foundation redirected its funds toward the legal and political support of free software development. Software development from that point on focused on maintaining existing projects, and starting new projects only when there was an acute threat to the free

software community; see High Priority Free Software Projects. One of the most notable projects of the GNU Project is the GNU Compiler Collection, whose components have been adopted as the standard compiler(s) on almost all UNIX and UNIX-like systems, including Apple's iOS.

[edit] GNOME
One example is the GNOME desktop. This development effort was launched by the GNU Project because another desktop system, KDE, was becoming popular but required users to install certain proprietary software. To prevent people from being tempted to install that proprietary software, the GNU Project simultaneously launched two projects. One was the Harmony toolkit. This was an attempt to make a free software replacement for the proprietary software that KDE depended on. Had this project been successful, the problem with KDE would have been solved. The second project was GNOME, which tackled the same issue from a different angle. It aimed to make a replacement for KDE that had no dependencies on proprietary software. The Harmony project didn't make much progress, but GNOME developed very well. Eventually, the proprietary component that KDE depended on (Qt) was released as free software.[9]

[edit] Gnash
Another example is Gnash, software able to play content distributed in the Adobe Flash format. This has been marked as a priority project by GNU because it was seen that many people were installing a free software operating system and using a free software web-browser, but were then also installing the proprietary software plug-in from Adobe.

[edit] Recognition

2001: USENIX Lifetime Achievement Award[10]

[edit] See also


Free software portal

GNU Free Documentation License Free Software Foundation List of GNU software 9965 GNU

What is GNU?
The GNU Project was launched in 1984 to develop the GNU operating system, a complete Unix-like operating system which is free softwaresoftware which respects your freedom.

Unix-like operating systems are built from a software collection of applications, libraries, and developer toolsplus a program to allocate resources and talk to the hardware, known as a kernel. GNU is often used with a kernel called Linux, and here is a list of ready-to-install GNU/Linux distributions which are entirely free software. The Hurd, GNU's kernel, is actively developed, but is still some way from being ready for daily use. The combination of GNU and Linux is the GNU/Linux operating system, now used by millions and sometimes incorrectly called simply Linux. The name GNU is a recursive acronym for GNU's Not Unix!; it is pronounced g-noo, as one syllable with no vowel sound between the g and the n.

What is Free Software?


Free software is a matter of liberty, not price. To understand the concept, you should think of free as in free speech, not as in free beer. Free software is a matter of the users' freedom to run, copy, distribute, study, change and improve the software. More precisely, it refers to four kinds of freedom, for the users of the software:

The freedom to run the program, for any purpose (freedom 0). 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. The freedom to redistribute copies so you can help your neighbor (freedom 2). 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.

Вам также может понравиться