Ergebnis für URL: http://www.gnu.org/gnu/initial-announcement.html
   #[1]alternate [2]English [3]a+l+e+r+b+y+tm [4]b"lgarski [5]català [6]cestina
   [7]Deutsch [8]español [9]français [10]E+B+R+J+T+ [11]hrvatski [12]italiano
   [13]æU97¥æU9C¬èªU9E [14]Nederlands [15]polski [16]português [17]russkij [18]Shqip
   [19]svenska [20]Türkçe [21]ukrayins'ka [22]ç®U80ä½U93ä¸æU96U87

   [23]Skip to main text
   [24]Free Software Supporter: email address_____ Sign up
   [25]JOIN THE FSF

   [26] [A GNU head]  GNU Operating System
   Supported by the [27]Free Software Foundation
   [28] [Search www.gnu.org]
   [29] [Other languages]
   [30]Site navigation [31]Skip
     * = [32]ABOUT GNU =
     * [33]PHILOSOPHY
     * [34]LICENSES
     * [35]EDUCATION
     * [36]SOFTWARE
     * [37]DISTROS
     * [38]DOCS
     * [39]MALWARE
     * [40]HELP GNU
     * [41]AUDIO & VIDEO
     * [42]GNU ART
     * [43]FUN
     * [44]GNU'S WHO?
     * [45]SOFTWARE DIRECTORY
     * [46]HARDWARE
     * [47]SITEMAP

   [48]GNU Home  / [49]About GNU / [50]GNU history /

Initial Announcement

   This is the original announcement of the GNU Project, posted by [51]Richard
   Stallman on September 27, 1983.

   The actual history of the GNU Project differs in many ways from this initial
   plan. For example, the beginning was delayed until January 1984. Several of the
   philosophical concepts of [52]free software were not clarified until a few years
   later.
     ____________________________________________________________________________

Free Unix!

   Starting this Thanksgiving I am going to write a complete Unix-compatible
   software system called GNU (for Gnu's Not Unix), and give it away free[53][1] to
   everyone who can use it. Contributions of time, money, programs and equipment are
   greatly needed.

   To begin with, GNU will be a kernel plus all the utilities needed to write and
   run C programs: editor, shell, C compiler, linker, assembler, and a few other
   things. After this we will add a text formatter, a YACC, an Empire game, a
   spreadsheet, and hundreds of other things. We hope to supply, eventually,
   everything useful that normally comes with a Unix system, and anything else
   useful, including on-line and hardcopy documentation.

   GNU will be able to run Unix programs, but will not be identical to Unix. We will
   make all improvements that are convenient, based on our experience with other
   operating systems. In particular, we plan to have longer filenames, file version
   numbers, a crashproof file system, filename completion perhaps,
   terminal-independent display support, and eventually a Lisp-based window system
   through which several Lisp programs and ordinary Unix programs can share a
   screen. Both C and Lisp will be available as system programming languages. We
   will have network software based on MIT's chaosnet protocol, far superior to
   UUCP. We may also have something compatible with UUCP.

Who Am I?

   I am Richard Stallman, inventor of the original much-imitated EMACS editor, now
   at the Artificial Intelligence Lab at MIT. I have worked extensively on
   compilers, editors, debuggers, command interpreters, the Incompatible Timesharing
   System and the Lisp Machine operating system. I pioneered terminal-independent
   display support in ITS. In addition I have implemented one crashproof file system
   and two window systems for Lisp machines.

Why I Must Write GNU

   I consider that the golden rule requires that if I like a program I must share it
   with other people who like it. I cannot in good conscience sign a nondisclosure
   agreement or a software license agreement.

   So that I can continue to use computers without violating my principles, I have
   decided to put together a sufficient body of free software so that I will be able
   to get along without any software that is not free.

How You Can Contribute

   I am asking computer manufacturers for donations of machines and money. I'm
   asking individuals for donations of programs and work.

   One computer manufacturer has already offered to provide a machine. But we could
   use more. One consequence you can expect if you donate machines is that GNU will
   run on them at an early date. The machine had better be able to operate in a
   residential area, and not require sophisticated cooling or power.

   Individual programmers can contribute by writing a compatible duplicate of some
   Unix utility and giving it to me. For most projects, such part-time distributed
   work would be very hard to coordinate; the independently-written parts would not
   work together. But for the particular task of replacing Unix, this problem is
   absent. Most interface specifications are fixed by Unix compatibility. If each
   contribution works with the rest of Unix, it will probably work with the rest of
   GNU.

   If I get donations of money, I may be able to hire a few people full or part
   time. The salary won't be high, but I'm looking for people for whom knowing they
   are helping humanity is as important as money. I view this as a way of enabling
   dedicated people to devote their full energies to working on GNU by sparing them
   the need to make a living in another way.

   For more information, contact me.


    Arpanet mail:
    RMS@MIT-MC.ARPA


    Usenet:
    ...!mit-eddie!RMS@OZ
    ...!mit-vax!RMS@OZ


    US Snail:
    Richard Stallman
    166 Prospect St
    Cambridge, MA 02139
     ____________________________________________________________________________

Original message

   For completeness, the original email is reproduced here, in its original form.
From CSvax:pur-ee:inuxc!ixn5c!ihnp4!houxm!mhuxi!eagle!mit-vax!mit-eddie!RMS@MIT-OZ
From: RMS%MIT-OZ@mit-eddie
Newsgroups: net.unix-wizards,net.usoft
Subject: new Unix implementation
Date: Tue, 27-Sep-83 12:35:59 EST
Organization: MIT AI Lab, Cambridge, MA

Free Unix!

Starting this Thanksgiving I am going to write a complete
Unix-compatible software system called GNU (for Gnu's Not Unix), and
give it away free[54][1] to everyone who can use it.
Contributions of time, money, programs and equipment are greatly
needed.

To begin with, GNU will be a kernel plus all the utilities needed to
write and run C programs: editor, shell, C compiler, linker,
assembler, and a few other things.  After this we will add a text
formatter, a YACC, an Empire game, a spreadsheet, and hundreds of
other things.  We hope to supply, eventually, everything useful that
normally comes with a Unix system, and anything else useful, including
on-line and hardcopy documentation.

GNU will be able to run Unix programs, but will not be identical
to Unix.  We will make all improvements that are convenient, based
on our experience with other operating systems.  In particular,
we plan to have longer filenames, file version numbers, a crashproof
file system, filename completion perhaps, terminal-independent
display support, and eventually a Lisp-based window system through
which several Lisp programs and ordinary Unix programs can share a screen.
Both C and Lisp will be available as system programming languages.
We will have network software based on MIT's chaosnet protocol,
far superior to UUCP.  We may also have something compatible
with UUCP.


Who Am I?

I am Richard Stallman, inventor of the original much-imitated EMACS
editor, now at the Artificial Intelligence Lab at MIT.  I have worked
extensively on compilers, editors, debuggers, command interpreters, the
Incompatible Timesharing System and the Lisp Machine operating system.
I pioneered terminal-independent display support in ITS.  In addition I
have implemented one crashproof file system and two window systems for
Lisp machines.


Why I Must Write GNU

I consider that the golden rule requires that if I like a program I
must share it with other people who like it.  I cannot in good
conscience sign a nondisclosure agreement or a software license
agreement.

So that I can continue to use computers without violating my principles,
I have decided to put together a sufficient body of free software so that
I will be able to get along without any software that is not free.


How You Can Contribute

I am asking computer manufacturers for donations of machines and money.
I'm asking individuals for donations of programs and work.

One computer manufacturer has already offered to provide a machine.  But
we could use more.  One consequence you can expect if you donate
machines is that GNU will run on them at an early date.  The machine had
better be able to operate in a residential area, and not require
sophisticated cooling or power.

Individual programmers can contribute by writing a compatible duplicate
of some Unix utility and giving it to me.  For most projects, such
part-time distributed work would be very hard to coordinate; the
independently-written parts would not work together.  But for the
particular task of replacing Unix, this problem is absent.  Most
interface specifications are fixed by Unix compatibility.  If each
contribution works with the rest of Unix, it will probably work
with the rest of GNU.

If I get donations of money, I may be able to hire a few people full or
part time.  The salary won't be high, but I'm looking for people for
whom knowing they are helping humanity is as important as money.  I view
this as a way of enabling dedicated people to devote their full energies to
working on GNU by sparing them the need to make a living in another way.


For more information, contact me.
Arpanet mail:
  RMS@MIT-MC.ARPA

Usenet:
  ...!mit-eddie!RMS@OZ
  ...!mit-vax!RMS@OZ

US Snail:
  Richard Stallman
  166 Prospect St
  Cambridge, MA 02139

Footnote

    1. The wording here was careless. The intention was that nobody would have to
       pay for permission to use the GNU system. But the words don't make this
       clear, and people often interpret them as saying that copies of GNU should
       always be distributed at little or no charge. That was never the intent.
       Subsequently I have learned to distinguish carefully between "free" in the
       sense of freedom and "free" in the sense of price. Free software is software
       that users have the freedom to distribute and change. Some users may obtain
       copies at no charge, while others pay to obtain copies--and if the funds help
       support improving the software, so much the better. The important thing is
       that everyone who has a copy has the freedom to cooperate with others in
       using it.
       The expression "give away" is another indication that I had not yet clearly
       separated the issue of price from that of freedom. We now recommend avoiding
       this expression when talking about free software. See "[55]Confusing Words
       and Phrases" for more explanation.
     ____________________________________________________________________________

   [56]^
   [57]BACK TO TOP
   [58]Set language

   Available for this page:

   [en] [59]English   [ar] [60]a+l+e+r+b+y+tm   [bg] [61]b"lgarski   [ca] [62]català
     [cs] [63]cestina   [de] [64]Deutsch   [es] [65]español   [fr] [66]français
   [he] [67]E+B+R+J+T+   [hr] [68]hrvatski   [it] [69]italiano   [ja] [70]¥¬
   [nl] [71]Nederlands   [pl] [72]polski   [pt-br] [73]português   [ru] [74]russkij
     [sq] [75]Shqip   [sv] [76]svenska   [tr] [77]Türkçe   [uk] [78]ukrayins'ka
   [zh-cn] [79]­
     ____________________________________________________________________________

   [80]BACK TO TOP ^

     [81] [FSF logo]  "The Free Software Foundation (FSF) is a nonprofit with a
     worldwide mission to promote computer user freedom. We defend the rights of
     all software users".

   [82]JOIN [83]DONATE [84]SHOP

   Please send general FSF & GNU inquiries to [85]. There are also
   [86]other ways to contact the FSF. Broken links and other corrections or
   suggestions can be sent to [87].

   Please see the [88]Translations README for information on coordinating and
   contributing translations of this article.

   Copyright © 1983, 1999, 2007, 2009, 2021, 2022 Free Software Foundation, Inc.

   This page is licensed under a [89]Creative Commons Attribution-NoDerivatives 4.0
   International License.

   [90]Copyright Infringement Notification

   Updated: $Date: 2022/02/20 08:26:21 $

References

   1. http://www.gnu.org/gnu/initial-announcement.html
   2. http://www.gnu.org/gnu/initial-announcement.en.html
   3. http://www.gnu.org/gnu/initial-announcement.ar.html
   4. http://www.gnu.org/gnu/initial-announcement.bg.html
   5. http://www.gnu.org/gnu/initial-announcement.ca.html
   6. http://www.gnu.org/gnu/initial-announcement.cs.html
   7. http://www.gnu.org/gnu/initial-announcement.de.html
   8. http://www.gnu.org/gnu/initial-announcement.es.html
   9. http://www.gnu.org/gnu/initial-announcement.fr.html
  10. http://www.gnu.org/gnu/initial-announcement.he.html
  11. http://www.gnu.org/gnu/initial-announcement.hr.html
  12. http://www.gnu.org/gnu/initial-announcement.it.html
  13. http://www.gnu.org/gnu/initial-announcement.ja.html
  14. http://www.gnu.org/gnu/initial-announcement.nl.html
  15. http://www.gnu.org/gnu/initial-announcement.pl.html
  16. http://www.gnu.org/gnu/initial-announcement.pt-br.html
  17. http://www.gnu.org/gnu/initial-announcement.ru.html
  18. http://www.gnu.org/gnu/initial-announcement.sq.html
  19. http://www.gnu.org/gnu/initial-announcement.sv.html
  20. http://www.gnu.org/gnu/initial-announcement.tr.html
  21. http://www.gnu.org/gnu/initial-announcement.uk.html
  22. http://www.gnu.org/gnu/initial-announcement.zh-cn.html
  23. http://www.gnu.org/gnu/initial-announcement.html#content
  24. http://www.fsf.org/fss
  25. https://www.fsf.org/associate/support_freedom?referrer=4052
  26. http://www.gnu.org/
  27. http://www.gnu.org/gnu/initial-announcement.html#mission-statement
  28. http://www.gnu.org/cgi-bin/estseek.cgi
  29. http://www.gnu.org/gnu/initial-announcement.html#language-container
  30. http://www.gnu.org/gnu/initial-announcement.html#navigation
  31. http://www.gnu.org/gnu/initial-announcement.html#content
  32. http://www.gnu.org/gnu/gnu.html
  33. http://www.gnu.org/philosophy/philosophy.html
  34. http://www.gnu.org/licenses/licenses.html
  35. http://www.gnu.org/education/education.html
  36. http://www.gnu.org/software/software.html
  37. http://www.gnu.org/distros/distros.html
  38. http://www.gnu.org/doc/doc.html
  39. http://www.gnu.org/proprietary/proprietary.html
  40. http://www.gnu.org/help/help.html
  41. http://www.gnu.org/audio-video/audio-video.html
  42. http://www.gnu.org/graphics/graphics.html
  43. http://www.gnu.org/fun/humor.html
  44. http://www.gnu.org/people/people.html
  45. http://directory.fsf.org/
  46. https://h-node.org/
  47. http://www.gnu.org/server/sitemap.html
  48. http://www.gnu.org/
  49. http://www.gnu.org/gnu/gnu.html#content
  50. http://www.gnu.org/gnu/gnu.html#gnu-history
  51. https://www.stallman.org/
  52. http://www.gnu.org/philosophy/free-sw.html
  53. http://www.gnu.org/gnu/initial-announcement.html#f1
  54. http://www.gnu.org/gnu/initial-announcement.html#f1
  55. http://www.gnu.org/philosophy/words-to-avoid.html#GiveAwaySoftware
  56. http://www.gnu.org/gnu/initial-announcement.html#top
  57. http://www.gnu.org/gnu/initial-announcement.html#top
  58. http://www.gnu.org/server/select-language.html?callback=/gnu/initial-announcement.html
  59. http://www.gnu.org/gnu/initial-announcement.en.html
  60. http://www.gnu.org/gnu/initial-announcement.ar.html
  61. http://www.gnu.org/gnu/initial-announcement.bg.html
  62. http://www.gnu.org/gnu/initial-announcement.ca.html
  63. http://www.gnu.org/gnu/initial-announcement.cs.html
  64. http://www.gnu.org/gnu/initial-announcement.de.html
  65. http://www.gnu.org/gnu/initial-announcement.es.html
  66. http://www.gnu.org/gnu/initial-announcement.fr.html
  67. http://www.gnu.org/gnu/initial-announcement.he.html
  68. http://www.gnu.org/gnu/initial-announcement.hr.html
  69. http://www.gnu.org/gnu/initial-announcement.it.html
  70. http://www.gnu.org/gnu/initial-announcement.ja.html
  71. http://www.gnu.org/gnu/initial-announcement.nl.html
  72. http://www.gnu.org/gnu/initial-announcement.pl.html
  73. http://www.gnu.org/gnu/initial-announcement.pt-br.html
  74. http://www.gnu.org/gnu/initial-announcement.ru.html
  75. http://www.gnu.org/gnu/initial-announcement.sq.html
  76. http://www.gnu.org/gnu/initial-announcement.sv.html
  77. http://www.gnu.org/gnu/initial-announcement.tr.html
  78. http://www.gnu.org/gnu/initial-announcement.uk.html
  79. http://www.gnu.org/gnu/initial-announcement.zh-cn.html
  80. http://www.gnu.org/gnu/initial-announcement.html#header
  81. http://www.fsf.org/
  82. http://www.fsf.org/associate/support_freedom?referrer=4052
  83. http://donate.fsf.org/
  84. http://shop.fsf.org/
  85. mailto:gnu@gnu.org
  86. http://www.gnu.org/contact/
  87. mailto:webmasters@gnu.org
  88. http://www.gnu.org/server/standards/README.translations.html
  89. http://creativecommons.org/licenses/by-nd/4.0/
  90. http://www.fsf.org/about/dmca-notice


Usage: http://www.kk-software.de/kklynxview/get/URL
e.g. http://www.kk-software.de/kklynxview/get/http://www.kk-software.de
Errormessages are in German, sorry ;-)