freesoftware.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Fee Software &mdash; BeeWatch unreleased documentation</title>
  8. <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  9. <link rel="index" title="Index"
  10. href="../genindex.html"/>
  11. <link rel="search" title="Search" href="../search.html"/>
  12. <link rel="top" title="BeeWatch unreleased documentation" href="../index.html"/>
  13. <script src="../_static/js/modernizr.min.js"></script>
  14. </head>
  15. <body class="wy-body-for-nav" role="document">
  16. <div class="wy-grid-for-nav">
  17. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  18. <div class="wy-side-scroll">
  19. <div class="wy-side-nav-search">
  20. <a href="../index.html" class="icon icon-home"> BeeWatch
  21. </a>
  22. <div class="version">
  23. unreleased
  24. </div>
  25. <div role="search">
  26. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  27. <input type="text" name="q" placeholder="Search docs" />
  28. <input type="hidden" name="check_keywords" value="yes" />
  29. <input type="hidden" name="area" value="default" />
  30. </form>
  31. </div>
  32. </div>
  33. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  34. <p class="caption"><span class="caption-text">Contents:</span></p>
  35. <ul>
  36. <li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Template</a></li>
  37. <li class="toctree-l1"><a class="reference internal" href="../beewatch/index.html">BeeWatch</a></li>
  38. <li class="toctree-l1"><a class="reference internal" href="../configure.html">HowTo Configuration!</a></li>
  39. </ul>
  40. </div>
  41. </div>
  42. </nav>
  43. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  44. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  45. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  46. <a href="../index.html">BeeWatch</a>
  47. </nav>
  48. <div class="wy-nav-content">
  49. <div class="rst-content">
  50. <div role="navigation" aria-label="breadcrumbs navigation">
  51. <ul class="wy-breadcrumbs">
  52. <li><a href="../index.html">Docs</a> &raquo;</li>
  53. <li>Fee Software</li>
  54. <li class="wy-breadcrumbs-aside">
  55. <a href="../_sources/includes/freesoftware.rst.txt" rel="nofollow"> View page source</a>
  56. </li>
  57. </ul>
  58. <hr/>
  59. </div>
  60. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  61. <div itemprop="articleBody">
  62. <div class="toctree-wrapper compound">
  63. </div>
  64. <div class="toctree-wrapper compound">
  65. </div>
  66. <div class="section" id="fee-software">
  67. <h1>Fee Software<a class="headerlink" href="#fee-software" title="Permalink to this headline">¶</a></h1>
  68. <p>My goal is to produce free software. &#8216;Free&#8217; as in freedom or libre. That means I and the software I write respect your privacy and rights. Sounds great but what does that mean? Let&#8217;s take a look at the definition of free software by <a class="reference external" href="https://www.gnu.org/philosophy/free-sw.html">gnu.org - free software</a> :</p>
  69. <blockquote>
  70. <div><p>A program is free software if the program&#8217;s users have the four essential freedoms:</p>
  71. <blockquote>
  72. <div><ol class="arabic simple" start="0">
  73. <li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>
  74. <li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>
  75. <li>The freedom to redistribute copies so you can help your neighbor (freedom 2).</li>
  76. <li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>
  77. </ol>
  78. </div></blockquote>
  79. </div></blockquote>
  80. <p>So basically you are free to run, copy, distribute, study, change and improve my software.</p>
  81. </div>
  82. </div>
  83. <div class="articleComments">
  84. </div>
  85. </div>
  86. <footer>
  87. <hr/>
  88. <div role="contentinfo">
  89. <p>
  90. &copy; Copyright 2017, Digital.
  91. </p>
  92. </div>
  93. Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  94. </footer>
  95. </div>
  96. </div>
  97. </section>
  98. </div>
  99. <script type="text/javascript">
  100. var DOCUMENTATION_OPTIONS = {
  101. URL_ROOT:'../',
  102. VERSION:'unreleased',
  103. COLLAPSE_INDEX:false,
  104. FILE_SUFFIX:'.html',
  105. HAS_SOURCE: true,
  106. SOURCELINK_SUFFIX: '.txt'
  107. };
  108. </script>
  109. <script type="text/javascript" src="../_static/jquery.js"></script>
  110. <script type="text/javascript" src="../_static/underscore.js"></script>
  111. <script type="text/javascript" src="../_static/doctools.js"></script>
  112. <script type="text/javascript" src="../_static/js/theme.js"></script>
  113. <script type="text/javascript">
  114. jQuery(function () {
  115. SphinxRtdTheme.StickyNav.enable();
  116. });
  117. </script>
  118. </body>
  119. </html>