related.html 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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. <!-- 2015-12-31 Thu 15:16 -->
  7. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <title></title>
  10. <meta name="generator" content="Org-mode" />
  11. <meta name="author" content="Bob Mottram" />
  12. <meta name="description" content="Turn the Beaglebone Black into a personal communications server"
  13. />
  14. <meta name="keywords" content="freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
  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 { display: inline; }
  78. .footdef { margin-bottom: 1em; }
  79. .figure { padding: 1em; }
  80. .figure p { text-align: center; }
  81. .inlinetask {
  82. padding: 10px;
  83. border: 2px solid gray;
  84. margin: 10px;
  85. background: #ffffcc;
  86. }
  87. #org-div-home-and-up
  88. { text-align: right; font-size: 70%; white-space: nowrap; }
  89. textarea { overflow-x: auto; }
  90. .linenr { font-size: smaller }
  91. .code-highlighted { background-color: #ffff00; }
  92. .org-info-js_info-navigation { border-style: none; }
  93. #org-info-js_console-label
  94. { font-size: 10px; font-weight: bold; white-space: nowrap; }
  95. .org-info-js_search-highlight
  96. { background-color: #ffff00; color: #000000; font-weight: bold; }
  97. /*]]>*/-->
  98. </style>
  99. <link rel="stylesheet" type="text/css"
  100. href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
  101. <link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
  102. <link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
  103. <script type="text/javascript">
  104. /*
  105. @licstart The following is the entire license notice for the
  106. JavaScript code in this tag.
  107. Copyright (C) 2012-2013 Free Software Foundation, Inc.
  108. The JavaScript code in this tag is free software: you can
  109. redistribute it and/or modify it under the terms of the GNU
  110. General Public License (GNU GPL) as published by the Free Software
  111. Foundation, either version 3 of the License, or (at your option)
  112. any later version. The code is distributed WITHOUT ANY WARRANTY;
  113. without even the implied warranty of MERCHANTABILITY or FITNESS
  114. FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
  115. As additional permission under GNU GPL version 3 section 7, you
  116. may distribute non-source (e.g., minimized or compacted) forms of
  117. that code without the copy of the GNU GPL normally required by
  118. section 4, provided you include this license notice and a URL
  119. through which recipients can access the Corresponding Source.
  120. @licend The above is the entire license notice
  121. for the JavaScript code in this tag.
  122. */
  123. <!--/*--><![CDATA[/*><!--*/
  124. function CodeHighlightOn(elem, id)
  125. {
  126. var target = document.getElementById(id);
  127. if(null != target) {
  128. elem.cacheClassElem = elem.className;
  129. elem.cacheClassTarget = target.className;
  130. target.className = "code-highlighted";
  131. elem.className = "code-highlighted";
  132. }
  133. }
  134. function CodeHighlightOff(elem, id)
  135. {
  136. var target = document.getElementById(id);
  137. if(elem.cacheClassElem)
  138. elem.className = elem.cacheClassElem;
  139. if(elem.cacheClassTarget)
  140. target.className = elem.cacheClassTarget;
  141. }
  142. /*]]>*///-->
  143. </script>
  144. </head>
  145. <body>
  146. <div id="preamble" class="status">
  147. <a name="top" id="top"></a>
  148. </div>
  149. <div id="content">
  150. <div class="org-center">
  151. <div class="figure">
  152. <p><img src="./images/logo.png" alt="logo.png" />
  153. </p>
  154. </div>
  155. </div>
  156. <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
  157. <colgroup>
  158. <col class="org-left" />
  159. </colgroup>
  160. <tbody>
  161. <tr>
  162. <td class="org-left"><a href="index.html">Home</a></td>
  163. </tr>
  164. </tbody>
  165. </table>
  166. <div class="org-center">
  167. <p>
  168. The following projects made Freedombone possible.
  169. </p>
  170. </div>
  171. <div class="org-center">
  172. <p>
  173. <a href="http://wiki.nginx.org/"><img src="images/nginx.png" alt="nginx.png" /></a>
  174. <a href="https://www.openssl.org/"><img src="images/openssl.png" alt="openssl.png" /></a>
  175. </p>
  176. </div>
  177. <div class="org-center">
  178. <p>
  179. <a href="https://www.gnupg.org/"><img src="images/gnupg.png" alt="gnupg.png" /></a>
  180. <a href="https://www.debian.org/"><img src="images/debian.png" alt="debian.png" /></a>
  181. </p>
  182. </div>
  183. <div class="org-center">
  184. <p>
  185. <a href="http://freedomboxfoundation.org/"><img src="images/freedombox.png" alt="freedombox.png" /></a>
  186. <a href="http://beagleboard.org/products/beaglebone+black"><img src="images/beagleboard.png" alt="beagleboard.png" /></a>
  187. </p>
  188. </div>
  189. <div class="org-center">
  190. <p>
  191. <a href="https://www.dokuwiki.org/dokuwiki"><img src="images/dokuwiki.png" alt="dokuwiki.png" /></a>
  192. <a href="http://gnu.io/"><img src="images/gnusocial.png" alt="gnusocial.png" /></a>
  193. </p>
  194. </div>
  195. <div class="org-center">
  196. <p>
  197. <a href="https://github.com/redmatrix/hubzilla"><img src="images/hubzilla.png" alt="hubzilla.png" /></a>
  198. <a href="https://www.torproject.org/"><img src="images/tor.png" alt="tor.png" /></a>
  199. </p>
  200. </div>
  201. <div class="org-center">
  202. <p>
  203. <a href="https://prosody.im/"><img src="images/prosody.png" alt="prosody.png" /></a>
  204. <a href="http://owncloud.org/"><img src="images/owncloud.png" alt="owncloud.png" /></a>
  205. </p>
  206. </div>
  207. <div class="org-center">
  208. <div class="figure">
  209. <p><a href="https://bettercrypto.org/"><img src="images/bettercrypto.png" alt="bettercrypto.png" /></a>
  210. </p>
  211. </div>
  212. </div>
  213. </div>
  214. <div id="postamble" class="status">
  215. <style type="text/css">
  216. .back-to-top {
  217. position: fixed;
  218. bottom: 2em;
  219. right: 0px;
  220. text-decoration: none;
  221. color: #000000;
  222. background-color: rgba(235, 235, 235, 0.80);
  223. font-size: 12px;
  224. padding: 1em;
  225. display: none;
  226. }
  227. .back-to-top:hover {
  228. background-color: rgba(135, 135, 135, 0.50);
  229. }
  230. </style>
  231. <div class="back-to-top">
  232. <a href="#top">Back to top</a> | <a href="mailto:bob@robotics.uk.to">E-mail me</a>
  233. </div>
  234. <script type="text/javascript">
  235. var offset = 220;
  236. var duration = 500;
  237. jQuery(window).scroll(function() {
  238. if (jQuery(this).scrollTop() > offset) {
  239. jQuery('.back-to-top').fadeIn(duration);
  240. } else {
  241. jQuery('.back-to-top').fadeOut(duration);
  242. }
  243. });
  244. </script>
  245. </div>
  246. </body>
  247. </html>