related.html 8.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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. <!-- 2015-09-08 Tue 19:34 -->
  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"
  101. href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
  102. <link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
  103. <link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
  104. <script type="text/javascript">
  105. /*
  106. @licstart The following is the entire license notice for the
  107. JavaScript code in this tag.
  108. Copyright (C) 2012-2013 Free Software Foundation, Inc.
  109. The JavaScript code in this tag is free software: you can
  110. redistribute it and/or modify it under the terms of the GNU
  111. General Public License (GNU GPL) as published by the Free Software
  112. Foundation, either version 3 of the License, or (at your option)
  113. any later version. The code is distributed WITHOUT ANY WARRANTY;
  114. without even the implied warranty of MERCHANTABILITY or FITNESS
  115. FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
  116. As additional permission under GNU GPL version 3 section 7, you
  117. may distribute non-source (e.g., minimized or compacted) forms of
  118. that code without the copy of the GNU GPL normally required by
  119. section 4, provided you include this license notice and a URL
  120. through which recipients can access the Corresponding Source.
  121. @licend The above is the entire license notice
  122. for the JavaScript code in this tag.
  123. */
  124. <!--/*--><![CDATA[/*><!--*/
  125. function CodeHighlightOn(elem, id)
  126. {
  127. var target = document.getElementById(id);
  128. if(null != target) {
  129. elem.cacheClassElem = elem.className;
  130. elem.cacheClassTarget = target.className;
  131. target.className = "code-highlighted";
  132. elem.className = "code-highlighted";
  133. }
  134. }
  135. function CodeHighlightOff(elem, id)
  136. {
  137. var target = document.getElementById(id);
  138. if(elem.cacheClassElem)
  139. elem.className = elem.cacheClassElem;
  140. if(elem.cacheClassTarget)
  141. target.className = elem.cacheClassTarget;
  142. }
  143. /*]]>*///-->
  144. </script>
  145. </head>
  146. <body>
  147. <div id="preamble" class="status">
  148. <a name="top" id="top"></a>
  149. </div>
  150. <div id="content">
  151. <div class="center">
  152. <div class="figure">
  153. <p><img src="./images/logo.png" alt="logo.png" />
  154. </p>
  155. </div>
  156. </div>
  157. <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
  158. <colgroup>
  159. <col class="org-left" />
  160. </colgroup>
  161. <tbody>
  162. <tr>
  163. <td class="org-left"><a href="index.html">Home</a></td>
  164. </tr>
  165. </tbody>
  166. </table>
  167. <div class="center">
  168. <p>
  169. The following projects made Freedombone possible.
  170. </p>
  171. </div>
  172. <div class="center">
  173. <p>
  174. <a href="http://wiki.nginx.org/"><img src="images/nginx.png" alt="nginx.png" /></a>
  175. <a href="https://www.openssl.org/"><img src="images/openssl.png" alt="openssl.png" /></a>
  176. </p>
  177. </div>
  178. <div class="center">
  179. <p>
  180. <a href="https://www.gnupg.org/"><img src="images/gnupg.png" alt="gnupg.png" /></a>
  181. <a href="https://www.debian.org/"><img src="images/debian.png" alt="debian.png" /></a>
  182. <a href="http://freedomboxfoundation.org/"><img src="images/freedombox.png" alt="freedombox.png" /></a>
  183. <a href="http://beagleboard.org/products/beaglebone+black"><img src="images/beagleboard.png" alt="beagleboard.png" /></a>
  184. <a href="https://www.dokuwiki.org/dokuwiki"><img src="images/dokuwiki.png" alt="dokuwiki.png" /></a>
  185. </p>
  186. </div>
  187. <div class="center">
  188. <p>
  189. <a href="http://gnu.io/"><img src="images/gnusocial.png" alt="gnusocial.png" /></a>
  190. <a href="https://github.com/redmatrix/hubzilla"><img src="images/hubzilla.png" alt="hubzilla.png" /></a>
  191. </p>
  192. </div>
  193. <div class="center">
  194. <p>
  195. <a href="https://prosody.im/"><img src="images/prosody.png" alt="prosody.png" /></a>
  196. <a href="http://owncloud.org/"><img src="images/owncloud.png" alt="owncloud.png" /></a>
  197. <a href="https://bettercrypto.org/"><img src="images/bettercrypto.png" alt="bettercrypto.png" /></a>
  198. </p>
  199. </div>
  200. </div>
  201. <div id="postamble" class="status">
  202. <style type="text/css">
  203. .back-to-top {
  204. position: fixed;
  205. bottom: 2em;
  206. right: 0px;
  207. text-decoration: none;
  208. color: #000000;
  209. background-color: rgba(235, 235, 235, 0.80);
  210. font-size: 12px;
  211. padding: 1em;
  212. display: none;
  213. }
  214. .back-to-top:hover {
  215. background-color: rgba(135, 135, 135, 0.50);
  216. }
  217. </style>
  218. <div class="back-to-top">
  219. <a href="#top">Back to top</a> | <a href="mailto:bob@robotics.uk.to">E-mail me</a>
  220. </div>
  221. <script type="text/javascript">
  222. var offset = 220;
  223. var duration = 500;
  224. jQuery(window).scroll(function() {
  225. if (jQuery(this).scrollTop() > offset) {
  226. jQuery('.back-to-top').fadeIn(duration);
  227. } else {
  228. jQuery('.back-to-top').fadeOut(duration);
  229. }
  230. });
  231. </script>
  232. </div>
  233. </body>
  234. </html>