From e7bf8f59a4d281560f26feef362857c8e24be9fe Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Apr 2018 18:05:18 +0100 Subject: [PATCH] gfdl footers --- doc/EN/mesh_capabilities.org | 3 +++ doc/EN/mesh_custom.org | 4 ++++ doc/EN/mesh_images.org | 4 ++++ doc/EN/mesh_philosophic.org | 4 ++++ doc/EN/mesh_usage.org | 4 ++++ doc/EN/mobile.org | 6 +++++- doc/EN/users.org | 3 +++ website/EN/mesh_capabilities.html | 8 +++++++- website/EN/mesh_custom.html | 9 ++++++++- website/EN/mesh_images.html | 9 ++++++++- website/EN/mesh_philosophic.html | 9 ++++++++- website/EN/mesh_usage.html | 9 ++++++++- website/EN/mobile.html | 11 +++++++++-- website/EN/users.html | 8 +++++++- 14 files changed, 82 insertions(+), 9 deletions(-) diff --git a/doc/EN/mesh_capabilities.org b/doc/EN/mesh_capabilities.org index 678e5346..de8edd38 100644 --- a/doc/EN/mesh_capabilities.org +++ b/doc/EN/mesh_capabilities.org @@ -30,3 +30,6 @@ The mesh system has the following capabilities: - Publicly shared data is /content addressable/ This system should be quite scalable. Both qTox and IPFS are based upon distributed hash tables (DHT) so that each peer does not need to store the full index of data for the entire network. Gossiping between SSB peers may be slower, but the [[https://en.wikipedia.org/wiki/Small-world_network][small world effect]] will presumably still make for quite efficient delivery in a large network. Caching or pinning of IPFS data and its content addressability means that if a file or blog becomes popular then performance should improve as the number of downloads increases, which is the opposite of the client/server paradigm. + +#+attr_html: :width 10% :height 2% :align center +[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]] diff --git a/doc/EN/mesh_custom.org b/doc/EN/mesh_custom.org index 7809b339..4366c2b1 100644 --- a/doc/EN/mesh_custom.org +++ b/doc/EN/mesh_custom.org @@ -14,3 +14,7 @@ If you want to make your own specially branded version, such as for a particular event, then to change the default desktop backgrounds edit the images within *img/backgrounds* and to change the available avatars and desktop icons edit the images within *img/avatars*. Re-create disk images using the instructions shown previously. If you need particular /dconf/ commands to alter desktop appearance or behavior then see the function /mesh_client_startup_applications/ within *src/freedombone-image-customise*. + + +#+attr_html: :width 10% :height 2% :align center +[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]] diff --git a/doc/EN/mesh_images.org b/doc/EN/mesh_images.org index 2cff5e79..d16506e6 100644 --- a/doc/EN/mesh_images.org +++ b/doc/EN/mesh_images.org @@ -142,3 +142,7 @@ freedombone-image -t beaglebone -v mesh #+end_src The resulting image can be copied to a microSD card, inserted into a Beaglebone Black and booted. Don't forget to plug in an Atheros USB wifi dongle. + + +#+attr_html: :width 10% :height 2% :align center +[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]] diff --git a/doc/EN/mesh_philosophic.org b/doc/EN/mesh_philosophic.org index c9408a2b..6d250429 100644 --- a/doc/EN/mesh_philosophic.org +++ b/doc/EN/mesh_philosophic.org @@ -46,3 +46,7 @@ While the network will have the capacity to exchange information with Internet u * Evolvable The network should be built with future development in mind. The platform should be flexible enough to support technologies, protocols and modes of usage that have not yet been developed. + + +#+attr_html: :width 10% :height 2% :align center +[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]] diff --git a/doc/EN/mesh_usage.org b/doc/EN/mesh_usage.org index 96fe6ea4..81ff4e99 100644 --- a/doc/EN/mesh_usage.org +++ b/doc/EN/mesh_usage.org @@ -180,3 +180,7 @@ You can also visit other blogs, edit or delete your previous entry and change yo #+attr_html: :width 80% :align center [[file:images/mesh_select_blog_theme.png]] + + +#+attr_html: :width 10% :height 2% :align center +[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]] diff --git a/doc/EN/mobile.org b/doc/EN/mobile.org index eef17c4c..ad517efe 100644 --- a/doc/EN/mobile.org +++ b/doc/EN/mobile.org @@ -74,7 +74,7 @@ In F-droid under the *repositories* menu you can enable the *guardian project*, * Email The easiest way to access email is by installing the [[./app_mailpile.html][Mailpile]] app. This keeps your GPG keys off of possibly insecure mobile devices but still enables encrypted email communications in an easy way. You can use K9 mail if you prefer, but that will require installing OpenKeychain and having your GPG keys on the device, which is a lot more risky. * Services -For information on configuring various apps to work with Freedombone see the [[file:./usage.html][usage section]]. Also see advice on chat apps in the [[file:./faq.html][FAQ]]. +For information on configuring various apps to work with Freedombone see the [[file:./apps.html][apps section]]. Also see advice on chat apps in the [[file:./faq.html][FAQ]]. * Battery Even with free software apps it's not difficult to get into a situation where your battery doesn't last for long. To maximize battery life access RSS feeds via the onion-based mobile reader within a Tor-compatible browser and not from a locally installed RSS app. @@ -140,3 +140,7 @@ Once that's done you may want to set *Root access* on the device back to *Disabl Return to the home page #+END_EXPORT + + +#+attr_html: :width 10% :height 2% :align center +[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]] diff --git a/doc/EN/users.org b/doc/EN/users.org index 17b08222..8f10e0a7 100644 --- a/doc/EN/users.org +++ b/doc/EN/users.org @@ -19,3 +19,6 @@ Select *Administrator controls* then *User Management*. #+attr_html: :width 80% :align center [[file:images/controlpanel/control_panel_manage_users.jpg]] + +#+attr_html: :width 10% :height 2% :align center +[[https://www.gnu.org/licenses/fdl-1.3.txt][file:images/gfdl.png]] diff --git a/website/EN/mesh_capabilities.html b/website/EN/mesh_capabilities.html index 5f6b15f6..f5a2dc3d 100644 --- a/website/EN/mesh_capabilities.html +++ b/website/EN/mesh_capabilities.html @@ -4,7 +4,7 @@ - + @@ -194,6 +194,12 @@ The mesh system has the following capabilities:

This system should be quite scalable. Both qTox and IPFS are based upon distributed hash tables (DHT) so that each peer does not need to store the full index of data for the entire network. Gossiping between SSB peers may be slower, but the small world effect will presumably still make for quite efficient delivery in a large network. Caching or pinning of IPFS data and its content addressability means that if a file or blog becomes popular then performance should improve as the number of downloads increases, which is the opposite of the client/server paradigm.

+ + +
+

gfdl.png +

+
diff --git a/website/EN/mesh_custom.html b/website/EN/mesh_custom.html index eaaeb1d8..693c43ae 100644 --- a/website/EN/mesh_custom.html +++ b/website/EN/mesh_custom.html @@ -4,7 +4,7 @@ - + @@ -161,6 +161,13 @@ If you want to make your own specially branded version, such as for a particular

If you need particular dconf commands to alter desktop appearance or behavior then see the function mesh_client_startup_applications within src/freedombone-image-customise.

+ + + +
+

gfdl.png +

+
diff --git a/website/EN/mesh_images.html b/website/EN/mesh_images.html index 381019ef..cc2d1e1d 100644 --- a/website/EN/mesh_images.html +++ b/website/EN/mesh_images.html @@ -4,7 +4,7 @@ - + @@ -378,6 +378,13 @@ You can also use single board computers (SBCs) such as the BeagleBone Black to m

The resulting image can be copied to a microSD card, inserted into a Beaglebone Black and booted. Don't forget to plug in an Atheros USB wifi dongle.

+ + + +
+

gfdl.png +

+
diff --git a/website/EN/mesh_philosophic.html b/website/EN/mesh_philosophic.html index 144c052e..acaca474 100644 --- a/website/EN/mesh_philosophic.html +++ b/website/EN/mesh_philosophic.html @@ -4,7 +4,7 @@ - + @@ -253,6 +253,13 @@ While the network will have the capacity to exchange information with Internet u

The network should be built with future development in mind. The platform should be flexible enough to support technologies, protocols and modes of usage that have not yet been developed.

+ + + +
+

gfdl.png +

+
diff --git a/website/EN/mesh_usage.html b/website/EN/mesh_usage.html index 4257dc41..02f876bf 100644 --- a/website/EN/mesh_usage.html +++ b/website/EN/mesh_usage.html @@ -4,7 +4,7 @@ - + @@ -518,6 +518,13 @@ You can also visit other blogs, edit or delete your previous entry and change yo

mesh_select_blog_theme.png

+ + + +
+

gfdl.png +

+
diff --git a/website/EN/mobile.html b/website/EN/mobile.html index 8fea5f2e..dec0e086 100644 --- a/website/EN/mobile.html +++ b/website/EN/mobile.html @@ -4,7 +4,7 @@ - + @@ -272,7 +272,7 @@ The easiest way to access email is by installing the Services

-For information on configuring various apps to work with Freedombone see the usage section. Also see advice on chat apps in the FAQ. +For information on configuring various apps to work with Freedombone see the apps section. Also see advice on chat apps in the FAQ.

@@ -382,6 +382,13 @@ Return to the <a href="index.html">home page</a>

+ + + +
+

gfdl.png +

+
diff --git a/website/EN/users.html b/website/EN/users.html index 7cad89de..32ae7228 100644 --- a/website/EN/users.html +++ b/website/EN/users.html @@ -4,7 +4,7 @@ - + @@ -170,6 +170,12 @@ Select Administrator controls then User Management.

control_panel_manage_users.jpg

+ + +
+

gfdl.png +

+