variants.html 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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-11-03 Tue 19:49 -->
  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. <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. <p>
  168. Freedombone may be installed either in its entirety or as different variants with a more specialised purpose. So for example if you just want to run a blog but don't care about any other services then you can do that. The following variants are available:
  169. </p>
  170. <table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
  171. <colgroup>
  172. <col class="org-left" />
  173. <col class="org-left" />
  174. </colgroup>
  175. <tbody>
  176. <tr>
  177. <td class="org-left"><b>Mailbox</b></td>
  178. <td class="org-left">An email server with GPG encryption and mailing list</td>
  179. </tr>
  180. <tr>
  181. <td class="org-left"><b>Cloud</b></td>
  182. <td class="org-left">Share files, maintain a calendar and collaborate on document editing</td>
  183. </tr>
  184. <tr>
  185. <td class="org-left"><b>Social</b></td>
  186. <td class="org-left">Social networking with Hubzilla and GNU Social</td>
  187. </tr>
  188. <tr>
  189. <td class="org-left"><b>Media</b></td>
  190. <td class="org-left">Runs media services such as DLNA to play music or videos on your devices</td>
  191. </tr>
  192. <tr>
  193. <td class="org-left"><b>Writer</b></td>
  194. <td class="org-left">Host your blog and wiki</td>
  195. </tr>
  196. <tr>
  197. <td class="org-left"><b>Chat</b></td>
  198. <td class="org-left">Encrypted IRC, XMPP, Tox and VoIP services for one-to-one and many-to-many chat</td>
  199. </tr>
  200. <tr>
  201. <td class="org-left"><b>Developer</b></td>
  202. <td class="org-left">Github-like system to host your software projects</td>
  203. </tr>
  204. <tr>
  205. <td class="org-left"><b>Mesh</b></td>
  206. <td class="org-left">A wireless mesh network which is like the internet, but not the internet</td>
  207. </tr>
  208. </tbody>
  209. </table>
  210. </div>
  211. <div id="postamble" class="status">
  212. <style type="text/css">
  213. .back-to-top {
  214. position: fixed;
  215. bottom: 2em;
  216. right: 0px;
  217. text-decoration: none;
  218. color: #000000;
  219. background-color: rgba(235, 235, 235, 0.80);
  220. font-size: 12px;
  221. padding: 1em;
  222. display: none;
  223. }
  224. .back-to-top:hover {
  225. background-color: rgba(135, 135, 135, 0.50);
  226. }
  227. </style>
  228. <div class="back-to-top">
  229. <a href="#top">Back to top</a> | <a href="mailto:bob@robotics.uk.to">E-mail me</a>
  230. </div>
  231. <script type="text/javascript">
  232. var offset = 220;
  233. var duration = 500;
  234. jQuery(window).scroll(function() {
  235. if (jQuery(this).scrollTop() > offset) {
  236. jQuery('.back-to-top').fadeIn(duration);
  237. } else {
  238. jQuery('.back-to-top').fadeOut(duration);
  239. }
  240. });
  241. </script>
  242. </div>
  243. </body>
  244. </html>