123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  5. <head>
  6. <title></title>
  7. <!-- 2016-01-07 Thu 20:17 -->
  8. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  9. <meta name="generator" content="Org-mode" />
  10. <meta name="author" content="Bob Mottram" />
  11. <meta name="description" content="Turn the Beaglebone Black into a personal communications server"
  12. />
  13. <meta name="keywords" content="freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
  14. <meta name="viewport" content="width=device-width, initial-scale=1" />
  15. <style type="text/css">
  16. <!--/*--><![CDATA[/*><!--*/
  17. .title { text-align: center;
  18. margin-bottom: .2em; }
  19. .subtitle { text-align: center;
  20. font-size: medium;
  21. font-weight: bold;
  22. margin-top:0; }
  23. .todo { font-family: monospace; color: red; }
  24. .done { font-family: monospace; color: green; }
  25. .priority { font-family: monospace; color: orange; }
  26. .tag { background-color: #eee; font-family: monospace;
  27. padding: 2px; font-size: 80%; font-weight: normal; }
  28. .timestamp { color: #bebebe; }
  29. .timestamp-kwd { color: #5f9ea0; }
  30. .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
  31. .org-left { margin-left: 0px; margin-right: auto; text-align: left; }
  32. .org-center { margin-left: auto; margin-right: auto; text-align: center; }
  33. .underline { text-decoration: underline; }
  34. #postamble p, #preamble p { font-size: 90%; margin: .2em; }
  35. p.verse { margin-left: 3%; }
  36. pre {
  37. border: 1px solid #ccc;
  38. box-shadow: 3px 3px 3px #eee;
  39. padding: 8pt;
  40. font-family: monospace;
  41. overflow: auto;
  42. margin: 1.2em;
  43. }
  44. pre.src {
  45. position: relative;
  46. overflow: visible;
  47. padding-top: 1.2em;
  48. }
  49. pre.src:before {
  50. display: none;
  51. position: absolute;
  52. background-color: white;
  53. top: -10px;
  54. right: 10px;
  55. padding: 3px;
  56. border: 1px solid black;
  57. }
  58. pre.src:hover:before { display: inline;}
  59. pre.src-sh:before { content: 'sh'; }
  60. pre.src-bash:before { content: 'sh'; }
  61. pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
  62. pre.src-R:before { content: 'R'; }
  63. pre.src-perl:before { content: 'Perl'; }
  64. pre.src-java:before { content: 'Java'; }
  65. pre.src-sql:before { content: 'SQL'; }
  66. table { border-collapse:collapse; }
  67. caption.t-above { caption-side: top; }
  68. caption.t-bottom { caption-side: bottom; }
  69. td, th { vertical-align:top; }
  70. th.org-right { text-align: center; }
  71. th.org-left { text-align: center; }
  72. th.org-center { text-align: center; }
  73. td.org-right { text-align: right; }
  74. td.org-left { text-align: left; }
  75. td.org-center { text-align: center; }
  76. dt { font-weight: bold; }
  77. .footpara:nth-child(2) { display: inline; }
  78. .footpara { display: block; }
  79. .footdef { margin-bottom: 1em; }
  80. .figure { padding: 1em; }
  81. .figure p { text-align: center; }
  82. .inlinetask {
  83. padding: 10px;
  84. border: 2px solid gray;
  85. margin: 10px;
  86. background: #ffffcc;
  87. }
  88. #org-div-home-and-up
  89. { text-align: right; font-size: 70%; white-space: nowrap; }
  90. textarea { overflow-x: auto; }
  91. .linenr { font-size: smaller }
  92. .code-highlighted { background-color: #ffff00; }
  93. .org-info-js_info-navigation { border-style: none; }
  94. #org-info-js_console-label
  95. { font-size: 10px; font-weight: bold; white-space: nowrap; }
  96. .org-info-js_search-highlight
  97. { background-color: #ffff00; color: #000000; font-weight: bold; }
  98. /*]]>*/-->
  99. </style>
  100. <link rel="stylesheet" type="text/css" href="solarized-light.css" />
  101. <script type="text/javascript">
  102. /*
  103. @licstart The following is the entire license notice for the
  104. JavaScript code in this tag.
  105. Copyright (C) 2012-2013 Free Software Foundation, Inc.
  106. The JavaScript code in this tag is free software: you can
  107. redistribute it and/or modify it under the terms of the GNU
  108. General Public License (GNU GPL) as published by the Free Software
  109. Foundation, either version 3 of the License, or (at your option)
  110. any later version. The code is distributed WITHOUT ANY WARRANTY;
  111. without even the implied warranty of MERCHANTABILITY or FITNESS
  112. FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
  113. As additional permission under GNU GPL version 3 section 7, you
  114. may distribute non-source (e.g., minimized or compacted) forms of
  115. that code without the copy of the GNU GPL normally required by
  116. section 4, provided you include this license notice and a URL
  117. through which recipients can access the Corresponding Source.
  118. @licend The above is the entire license notice
  119. for the JavaScript code in this tag.
  120. */
  121. <!--/*--><![CDATA[/*><!--*/
  122. function CodeHighlightOn(elem, id)
  123. {
  124. var target = document.getElementById(id);
  125. if(null != target) {
  126. elem.cacheClassElem = elem.className;
  127. elem.cacheClassTarget = target.className;
  128. target.className = "code-highlighted";
  129. elem.className = "code-highlighted";
  130. }
  131. }
  132. function CodeHighlightOff(elem, id)
  133. {
  134. var target = document.getElementById(id);
  135. if(elem.cacheClassElem)
  136. elem.className = elem.cacheClassElem;
  137. if(elem.cacheClassTarget)
  138. target.className = elem.cacheClassTarget;
  139. }
  140. /*]]>*///-->
  141. </script>
  142. </head>
  143. <body>
  144. <div id="preamble" class="status">
  145. <a name="top" id="top"></a>
  146. </div>
  147. <div id="content">
  148. <div class="center">
  149. <div class="figure">
  150. <p><img src="images/logo.png" alt="logo.png" />
  151. </p>
  152. </div>
  153. </div>
  154. <center>
  155. <h1>Related Projects</h1>
  156. </center>
  157. <center>
  158. The following projects made Freedombone possible.<br>
  159. <table style="width:80%; border:0">
  160. <tr>
  161. <td><center><a href="https://wiki.nginx.org">Nginx</a></center></td>
  162. <td><center><a href="https://www.openssl.org">Openssl</a></center></td>
  163. <td><center><a href="https://www.gnupg.org">Gnupg</a></center></td>
  164. </tr>
  165. <tr>
  166. <td><center><a href="https://www.debian.org">Debian</a></center></td>
  167. <td><center><a href="https://freedomboxfoundation.org">Freedombox</a></center></td>
  168. <td><center><a href="https://beagleboard.org/products/beaglebone+black">Beagleboard</a></center></td>
  169. </tr>
  170. <tr>
  171. <td><center><a href="https://www.dokuwiki.org/dokuwiki">Dokuwiki</a></center></td>
  172. <td><center><a href="https://gnu.io">GNU Social</a></center></td>
  173. <td><center><a href="https://github.com/redmatrix/hubzilla">Hubzilla</a></center></td>
  174. </tr>
  175. <tr>
  176. <td><center><a href="https://www.torproject.org">Tor</a></center></td>
  177. <td><center><a href="https://prosody.im">Prosody</a></center></td>
  178. <td><center><a href="https://owncloud.org">Owncloud</a></center></td>
  179. </tr>
  180. <tr>
  181. <td><center><a href="https://tox.chat/">Tox</a></center></td>
  182. <td><center><a href="https://bettercrypto.org">Bettercrypto</a></center></td>
  183. </tr>
  184. </table>
  185. </center>
  186. </div>
  187. <div id="postamble" class="status">
  188. <style type="text/css">
  189. .back-to-top {
  190. position: fixed;
  191. bottom: 2em;
  192. right: 0px;
  193. text-decoration: none;
  194. color: #000000;
  195. background-color: rgba(235, 235, 235, 0.80);
  196. font-size: 12px;
  197. padding: 1em;
  198. display: none;
  199. }
  200. .back-to-top:hover {
  201. background-color: rgba(135, 135, 135, 0.50);
  202. }
  203. </style>
  204. <div class="back-to-top">
  205. <a href="#top">Back to top</a> | <a href="mailto:bob@robotics.uk.to">E-mail me</a>
  206. </div>
  207. <script type="text/javascript">
  208. var offset = 220;
  209. var duration = 500;
  210. jQuery(window).scroll(function() {
  211. if (jQuery(this).scrollTop() > offset) {
  212. jQuery('.back-to-top').fadeIn(duration);
  213. } else {
  214. jQuery('.back-to-top').fadeOut(duration);
  215. }
  216. });
  217. </script>
  218. </div>
  219. </body>
  220. </html>