Free-Documentation.html 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1988-2020 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with the
  7. Invariant Sections being "Free Software" and "Free Software Needs
  8. Free Documentation", with the Front-Cover Texts being "A GNU Manual,"
  9. and with the Back-Cover Texts as in (a) below.
  10. (a) The FSF's Back-Cover Text is: "You are free to copy and modify
  11. this GNU Manual. Buying copies from GNU Press supports the FSF in
  12. developing GNU and promoting software freedom." -->
  13. <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
  14. <head>
  15. <title>Debugging with GDB: Free Documentation</title>
  16. <meta name="description" content="Debugging with GDB: Free Documentation">
  17. <meta name="keywords" content="Debugging with GDB: Free Documentation">
  18. <meta name="resource-type" content="document">
  19. <meta name="distribution" content="global">
  20. <meta name="Generator" content="makeinfo">
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22. <link href="index.html#Top" rel="start" title="Top">
  23. <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">
  24. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  25. <link href="Summary.html#Summary" rel="up" title="Summary">
  26. <link href="Contributors.html#Contributors" rel="next" title="Contributors">
  27. <link href="Free-Software.html#Free-Software" rel="previous" title="Free Software">
  28. <style type="text/css">
  29. <!--
  30. a.summary-letter {text-decoration: none}
  31. blockquote.smallquotation {font-size: smaller}
  32. div.display {margin-left: 3.2em}
  33. div.example {margin-left: 3.2em}
  34. div.indentedblock {margin-left: 3.2em}
  35. div.lisp {margin-left: 3.2em}
  36. div.smalldisplay {margin-left: 3.2em}
  37. div.smallexample {margin-left: 3.2em}
  38. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  39. div.smalllisp {margin-left: 3.2em}
  40. kbd {font-style:oblique}
  41. pre.display {font-family: inherit}
  42. pre.format {font-family: inherit}
  43. pre.menu-comment {font-family: serif}
  44. pre.menu-preformatted {font-family: serif}
  45. pre.smalldisplay {font-family: inherit; font-size: smaller}
  46. pre.smallexample {font-size: smaller}
  47. pre.smallformat {font-family: inherit; font-size: smaller}
  48. pre.smalllisp {font-size: smaller}
  49. span.nocodebreak {white-space:nowrap}
  50. span.nolinebreak {white-space:nowrap}
  51. span.roman {font-family:serif; font-weight:normal}
  52. span.sansserif {font-family:sans-serif; font-weight:normal}
  53. ul.no-bullet {list-style: none}
  54. -->
  55. </style>
  56. </head>
  57. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  58. <a name="Free-Documentation"></a>
  59. <div class="header">
  60. <p>
  61. Next: <a href="Contributors.html#Contributors" accesskey="n" rel="next">Contributors</a>, Previous: <a href="Free-Software.html#Free-Software" accesskey="p" rel="previous">Free Software</a>, Up: <a href="Summary.html#Summary" accesskey="u" rel="up">Summary</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
  62. </div>
  63. <hr>
  64. <a name="Free-Software-Needs-Free-Documentation"></a>
  65. <h3 class="unnumberedsec">Free Software Needs Free Documentation</h3>
  66. <p>The biggest deficiency in the free software community today is not in
  67. the software&mdash;it is the lack of good free documentation that we can
  68. include with the free software. Many of our most important
  69. programs do not come with free reference manuals and free introductory
  70. texts. Documentation is an essential part of any software package;
  71. when an important free software package does not come with a free
  72. manual and a free tutorial, that is a major gap. We have many such
  73. gaps today.
  74. </p>
  75. <p>Consider Perl, for instance. The tutorial manuals that people
  76. normally use are non-free. How did this come about? Because the
  77. authors of those manuals published them with restrictive terms&mdash;no
  78. copying, no modification, source files not available&mdash;which exclude
  79. them from the free software world.
  80. </p>
  81. <p>That wasn&rsquo;t the first time this sort of thing happened, and it was far
  82. from the last. Many times we have heard a GNU user eagerly describe a
  83. manual that he is writing, his intended contribution to the community,
  84. only to learn that he had ruined everything by signing a publication
  85. contract to make it non-free.
  86. </p>
  87. <p>Free documentation, like free software, is a matter of freedom, not
  88. price. The problem with the non-free manual is not that publishers
  89. charge a price for printed copies&mdash;that in itself is fine. (The Free
  90. Software Foundation sells printed copies of manuals, too.) The
  91. problem is the restrictions on the use of the manual. Free manuals
  92. are available in source code form, and give you permission to copy and
  93. modify. Non-free manuals do not allow this.
  94. </p>
  95. <p>The criteria of freedom for a free manual are roughly the same as for
  96. free software. Redistribution (including the normal kinds of
  97. commercial redistribution) must be permitted, so that the manual can
  98. accompany every copy of the program, both on-line and on paper.
  99. </p>
  100. <p>Permission for modification of the technical content is crucial too.
  101. When people modify the software, adding or changing features, if they
  102. are conscientious they will change the manual too&mdash;so they can
  103. provide accurate and clear documentation for the modified program. A
  104. manual that leaves you no choice but to write a new manual to document
  105. a changed version of the program is not really available to our
  106. community.
  107. </p>
  108. <p>Some kinds of limits on the way modification is handled are
  109. acceptable. For example, requirements to preserve the original
  110. author&rsquo;s copyright notice, the distribution terms, or the list of
  111. authors, are ok. It is also no problem to require modified versions
  112. to include notice that they were modified. Even entire sections that
  113. may not be deleted or changed are acceptable, as long as they deal
  114. with nontechnical topics (like this one). These kinds of restrictions
  115. are acceptable because they don&rsquo;t obstruct the community&rsquo;s normal use
  116. of the manual.
  117. </p>
  118. <p>However, it must be possible to modify all the <em>technical</em>
  119. content of the manual, and then distribute the result in all the usual
  120. media, through all the usual channels. Otherwise, the restrictions
  121. obstruct the use of the manual, it is not free, and we need another
  122. manual to replace it.
  123. </p>
  124. <p>Please spread the word about this issue. Our community continues to
  125. lose manuals to proprietary publishing. If we spread the word that
  126. free software needs free reference manuals and free tutorials, perhaps
  127. the next person who wants to contribute by writing documentation will
  128. realize, before it is too late, that only free manuals contribute to
  129. the free software community.
  130. </p>
  131. <p>If you are writing documentation, please insist on publishing it under
  132. the GNU Free Documentation License or another free documentation
  133. license. Remember that this decision requires your approval&mdash;you
  134. don&rsquo;t have to let the publisher decide. Some commercial publishers
  135. will use a free license if you insist, but they will not propose the
  136. option; it is up to you to raise the issue and say firmly that this is
  137. what you want. If the publisher you are dealing with refuses, please
  138. try other publishers. If you&rsquo;re not sure whether a proposed license
  139. is free, write to <a href="mailto:licensing@gnu.org">licensing@gnu.org</a>.
  140. </p>
  141. <p>You can encourage commercial publishers to sell more free, copylefted
  142. manuals and tutorials by buying them, and particularly by buying
  143. copies from the publishers that paid for their writing or for major
  144. improvements. Meanwhile, try to avoid buying non-free documentation
  145. at all. Check the distribution terms of a manual before you buy it,
  146. and insist that whoever seeks your business must respect your freedom.
  147. Check the history of the book, and try to reward the publishers that
  148. have paid or pay the authors to work on it.
  149. </p>
  150. <p>The Free Software Foundation maintains a list of free documentation
  151. published by other publishers, at
  152. <a href="http://www.fsf.org/doc/other-free-books.html">http://www.fsf.org/doc/other-free-books.html</a>.
  153. </p>
  154. <hr>
  155. <div class="header">
  156. <p>
  157. Next: <a href="Contributors.html#Contributors" accesskey="n" rel="next">Contributors</a>, Previous: <a href="Free-Software.html#Free-Software" accesskey="p" rel="previous">Free Software</a>, Up: <a href="Summary.html#Summary" accesskey="u" rel="up">Summary</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
  158. </div>
  159. </body>
  160. </html>