From 3261c4f0d35a5563e23027949e2fa95496a9926f Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Tue, 20 Nov 2018 10:09:54 +0000 Subject: [PATCH] List mesh apps --- doc/EN/apps.org | 17 ++++++++++++++ website/EN/apps.html | 54 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 70 insertions(+), 1 deletion(-) diff --git a/doc/EN/apps.org b/doc/EN/apps.org index d1c8104af..9404a39d7 100644 --- a/doc/EN/apps.org +++ b/doc/EN/apps.org @@ -9,6 +9,11 @@ #+attr_html: :width 80% :height 10% :align center [[file:images/logo.png]] +This system comes in three versions: + + * Standard version, which is intended for the ordinary internet using conventional domain names + * /Onion only/ version which uses onion addresses. No need for a domain name or port forwarding + * [[./mesh.html][Mesh version]] intended for off-grid autonomous operation, separate from the internet * Server apps These apps are available on all server versions of the system, either via clearnet or onion addresses. @@ -72,3 +77,15 @@ These apps are not available on the /onion only/ versions, since they can't curr | [[./app_tox.html][Tox]] - Client and bootstrap node for the Tox chat/VoIP system. | | [[./app_vpn.html][VPN]] - Set up a VPN on your server so that you can bypass local internet censorship. | #+END_CENTER + +* Mesh apps + +#+BEGIN_CENTER +#+ATTR_HTML: :border -1 +| [[./help_cryptpad.html][CryptPad]] - Collaborate on documents, presentations, votes and drawing while off the grid | +| IPFS public folder - Share files/audio/video on the mesh. | +| Kdenlive - Edit videos | +| Pelican - Static blogging with a large choice of themes | +| qTox - The main text, VoIP and video chat application | +| Shotwell - Manage and edit photos | +#+END_CENTER diff --git a/website/EN/apps.html b/website/EN/apps.html index 6061a7537..b0916fd84 100644 --- a/website/EN/apps.html +++ b/website/EN/apps.html @@ -4,7 +4,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Freedombone</title> -<!-- 2018-11-20 Tue 09:50 --> +<!-- 2018-11-20 Tue 10:09 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="generator" content="Org-mode" /> <meta name="author" content="Bob Mottram" /> @@ -151,6 +151,18 @@ for the JavaScript code in this tag. </p> </div> +<p> +This system comes in three versions: +</p> + +<ul class="org-ul"> +<li>Standard version, which is intended for the ordinary internet using conventional domain names +</li> +<li><i>Onion only</i> version which uses onion addresses. No need for a domain name or port forwarding +</li> +<li><a href="./mesh.html">Mesh version</a> intended for off-grid autonomous operation, separate from the internet +</li> +</ul> <div id="outline-container-sec-1" class="outline-2"> <h2 id="sec-1">Server apps</h2> <div class="outline-text-2" id="text-1"> @@ -374,6 +386,46 @@ These apps are not available on the <i>onion only</i> versions, since they can't </div> </div> </div> + +<div id="outline-container-sec-4" class="outline-2"> +<h2 id="sec-4">Mesh apps</h2> +<div class="outline-text-2" id="text-4"> +<div class="center"> +<table border="-1" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> + + +<colgroup> +<col class="left" /> +</colgroup> +<tbody> +<tr> +<td class="left"><a href="./help_cryptpad.html">CryptPad</a> - Collaborate on documents, presentations, votes and drawing while off the grid</td> +</tr> + +<tr> +<td class="left">IPFS public folder - Share files/audio/video on the mesh.</td> +</tr> + +<tr> +<td class="left">Kdenlive - Edit videos</td> +</tr> + +<tr> +<td class="left">Pelican - Static blogging with a large choice of themes</td> +</tr> + +<tr> +<td class="left">qTox - The main text, VoIP and video chat application</td> +</tr> + +<tr> +<td class="left">Shotwell - Manage and edit photos</td> +</tr> +</tbody> +</table> +</div> +</div> +</div> </div> <div id="postamble" class="status"> -- GitLab