support.html 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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. <!-- 2014-11-23 Sun 10:43 -->
  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, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
  14. <style type="text/css">
  15. <!--/*--><![CDATA[/*><!--*/
  16. .title { text-align: center; }
  17. .todo { font-family: monospace; color: red; }
  18. .done { color: green; }
  19. .tag { background-color: #eee; font-family: monospace;
  20. padding: 2px; font-size: 80%; font-weight: normal; }
  21. .timestamp { color: #bebebe; }
  22. .timestamp-kwd { color: #5f9ea0; }
  23. .right { margin-left: auto; margin-right: 0px; text-align: right; }
  24. .left { margin-left: 0px; margin-right: auto; text-align: left; }
  25. .center { margin-left: auto; margin-right: auto; text-align: center; }
  26. .underline { text-decoration: underline; }
  27. #postamble p, #preamble p { font-size: 90%; margin: .2em; }
  28. p.verse { margin-left: 3%; }
  29. pre {
  30. border: 1px solid #ccc;
  31. box-shadow: 3px 3px 3px #eee;
  32. padding: 8pt;
  33. font-family: monospace;
  34. overflow: auto;
  35. margin: 1.2em;
  36. }
  37. pre.src {
  38. position: relative;
  39. overflow: visible;
  40. padding-top: 1.2em;
  41. }
  42. pre.src:before {
  43. display: none;
  44. position: absolute;
  45. background-color: white;
  46. top: -10px;
  47. right: 10px;
  48. padding: 3px;
  49. border: 1px solid black;
  50. }
  51. pre.src:hover:before { display: inline;}
  52. pre.src-sh:before { content: 'sh'; }
  53. pre.src-bash:before { content: 'sh'; }
  54. pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
  55. pre.src-R:before { content: 'R'; }
  56. pre.src-perl:before { content: 'Perl'; }
  57. pre.src-java:before { content: 'Java'; }
  58. pre.src-sql:before { content: 'SQL'; }
  59. table { border-collapse:collapse; }
  60. caption.t-above { caption-side: top; }
  61. caption.t-bottom { caption-side: bottom; }
  62. td, th { vertical-align:top; }
  63. th.right { text-align: center; }
  64. th.left { text-align: center; }
  65. th.center { text-align: center; }
  66. td.right { text-align: right; }
  67. td.left { text-align: left; }
  68. td.center { text-align: center; }
  69. dt { font-weight: bold; }
  70. .footpara:nth-child(2) { display: inline; }
  71. .footpara { display: block; }
  72. .footdef { margin-bottom: 1em; }
  73. .figure { padding: 1em; }
  74. .figure p { text-align: center; }
  75. .inlinetask {
  76. padding: 10px;
  77. border: 2px solid gray;
  78. margin: 10px;
  79. background: #ffffcc;
  80. }
  81. #org-div-home-and-up
  82. { text-align: right; font-size: 70%; white-space: nowrap; }
  83. textarea { overflow-x: auto; }
  84. .linenr { font-size: smaller }
  85. .code-highlighted { background-color: #ffff00; }
  86. .org-info-js_info-navigation { border-style: none; }
  87. #org-info-js_console-label
  88. { font-size: 10px; font-weight: bold; white-space: nowrap; }
  89. .org-info-js_search-highlight
  90. { background-color: #ffff00; color: #000000; font-weight: bold; }
  91. /*]]>*/-->
  92. </style>
  93. <link rel="stylesheet" type="text/css"
  94. href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
  95. <link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
  96. <link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
  97. <script type="text/javascript">
  98. /*
  99. @licstart The following is the entire license notice for the
  100. JavaScript code in this tag.
  101. Copyright (C) 2012-2013 Free Software Foundation, Inc.
  102. The JavaScript code in this tag is free software: you can
  103. redistribute it and/or modify it under the terms of the GNU
  104. General Public License (GNU GPL) as published by the Free Software
  105. Foundation, either version 3 of the License, or (at your option)
  106. any later version. The code is distributed WITHOUT ANY WARRANTY;
  107. without even the implied warranty of MERCHANTABILITY or FITNESS
  108. FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
  109. As additional permission under GNU GPL version 3 section 7, you
  110. may distribute non-source (e.g., minimized or compacted) forms of
  111. that code without the copy of the GNU GPL normally required by
  112. section 4, provided you include this license notice and a URL
  113. through which recipients can access the Corresponding Source.
  114. @licend The above is the entire license notice
  115. for the JavaScript code in this tag.
  116. */
  117. <!--/*--><![CDATA[/*><!--*/
  118. function CodeHighlightOn(elem, id)
  119. {
  120. var target = document.getElementById(id);
  121. if(null != target) {
  122. elem.cacheClassElem = elem.className;
  123. elem.cacheClassTarget = target.className;
  124. target.className = "code-highlighted";
  125. elem.className = "code-highlighted";
  126. }
  127. }
  128. function CodeHighlightOff(elem, id)
  129. {
  130. var target = document.getElementById(id);
  131. if(elem.cacheClassElem)
  132. elem.className = elem.cacheClassElem;
  133. if(elem.cacheClassTarget)
  134. target.className = elem.cacheClassTarget;
  135. }
  136. /*]]>*///-->
  137. </script>
  138. </head>
  139. <body>
  140. <div id="preamble" class="status">
  141. <a name="top" id="top"></a>
  142. </div>
  143. <div id="content">
  144. <h1 class="title"></h1>
  145. <div class="center">
  146. <div class="figure">
  147. <p><img src="./images/logo.png" alt="logo.png" />
  148. </p>
  149. </div>
  150. </div>
  151. <p>
  152. You can support the Freedombone project with the following banner ads. Download an image and add it to your site or blog with a link to <a href="http://freedombone.uk.to/"><a href="http://freedombone.uk.to/">http://freedombone.uk.to/</a></a>. If you're using <a href="https://addons.mozilla.org/en-us/firefox/addon/adblock-edge/">AdBlock</a> then you may need to disable it on this page to see the images below.
  153. </p>
  154. <div class="center">
  155. <div class="figure">
  156. <p><img src="./ads/freedombone_ad7.jpg" alt="freedombone_ad7.jpg" />
  157. </p>
  158. </div>
  159. </div>
  160. <div class="center">
  161. <div class="figure">
  162. <p><img src="./ads/freedombone_ad1.jpg" alt="freedombone_ad1.jpg" />
  163. </p>
  164. </div>
  165. </div>
  166. <div class="center">
  167. <div class="figure">
  168. <p><img src="./ads/freedombone_ad2.jpg" alt="freedombone_ad2.jpg" />
  169. </p>
  170. </div>
  171. </div>
  172. <div class="center">
  173. <div class="figure">
  174. <p><img src="./ads/freedombone_ad3.jpg" alt="freedombone_ad3.jpg" />
  175. </p>
  176. </div>
  177. </div>
  178. <div class="center">
  179. <div class="figure">
  180. <p><img src="./ads/freedombone_ad4.jpg" alt="freedombone_ad4.jpg" />
  181. </p>
  182. </div>
  183. </div>
  184. <div class="center">
  185. <div class="figure">
  186. <p><img src="./ads/freedombone_ad5.jpg" alt="freedombone_ad5.jpg" />
  187. </p>
  188. </div>
  189. </div>
  190. <div class="center">
  191. <div class="figure">
  192. <p><img src="./ads/freedombone_ad6.jpg" alt="freedombone_ad6.jpg" />
  193. </p>
  194. </div>
  195. </div>
  196. </div>
  197. <div id="postamble" class="status">
  198. <style type="text/css">
  199. .back-to-top {
  200. position: fixed;
  201. bottom: 2em;
  202. right: 0px;
  203. text-decoration: none;
  204. color: #000000;
  205. background-color: rgba(235, 235, 235, 0.80);
  206. font-size: 12px;
  207. padding: 1em;
  208. display: none;
  209. }
  210. .back-to-top:hover {
  211. background-color: rgba(135, 135, 135, 0.50);
  212. }
  213. </style>
  214. <div class="back-to-top">
  215. <a href="#top">Back to top</a> | <a href="mailto:bob@robotics.uk.to">E-mail me</a>
  216. </div>
  217. <script type="text/javascript">
  218. var offset = 220;
  219. var duration = 500;
  220. jQuery(window).scroll(function() {
  221. if (jQuery(this).scrollTop() > offset) {
  222. jQuery('.back-to-top').fadeIn(duration);
  223. } else {
  224. jQuery('.back-to-top').fadeOut(duration);
  225. }
  226. });
  227. </script>
  228. </div>
  229. </body>
  230. </html>