diff --git a/doc/freedombox-manual.xml b/doc/freedombox-manual.xml index cb516b78d..db89d6269 100644 --- a/doc/freedombox-manual.xml +++ b/doc/freedombox-manual.xml @@ -56,10 +56,10 @@ - + - plinth_frontpage.png + plinth_all_apps_full_page.png @@ -71,6 +71,11 @@ (36 MB, 13 Min.) +
+ More video resources + Eben Moglen's talk, Eben Moglen - Freedom in the cloud, delivered before the FreedomBox project was started gives insights into the philosophy behind FreedomBox. + First demonstration of FreedomBox at SFLC, University of Columbia by Sunil Mohan Adapa. +
@@ -1288,7 +1293,7 @@ proto udp Chat Server (Matrix Synapse)
What is the Matrix? - Unlike Morpheus, we can tell you what the Matrix is. :) Matrix is an open standard for interoperable, decentralized, real-time communication over IP. Synapse is the reference implementation of a Matrix server. It can be used to setup instant messaging on FreedomBox to host large chat rooms, end to end encrypted communication and audio/video calls. Each instance of a Matrix server federates with other instances such that all your contacts need not hold accounts on your server. See more detailed info about Matrix. + Matrix is an open standard for interoperable, decentralized, real-time communication over IP. Synapse is the reference implementation of a Matrix server. It can be used to setup instant messaging on FreedomBox to host large chat rooms, end to end encrypted communication and audio/video calls. Each instance of a Matrix server federates with other instances such that all your contacts need not hold accounts on your server. See more detailed info about Matrix. Note: The Matrix Synapse is available in FreedomBox starting with Plinth version 0.14.
@@ -6120,7 +6125,7 @@ $ sudo umount /tmp/vbox-root1
Debian FreedomBox is a pure blend of Debian. This means that all the work on FreedomBox is available in Debian as packages. It also means that any machine running Debian can be turned into a FreedomBox. - This page describes the process of installing FreedomBox on a Debian system. Currently, FreedomBox works in Debian Testing (Stretch) and Unstable (Sid). + This page describes the process of installing FreedomBox on a Debian system. Currently, FreedomBox works in Debian Stable (Stretch), Testing (Buster), and Unstable (Sid). Use a fresh Debian installation @@ -6134,7 +6139,7 @@ $ sudo umount /tmp/vbox-root1 Check the Troubleshooting section below, for any tips or work-arounds that might help during the install. - Install Debian Testing (Stretch) or Unstable (Sid) on your hardware. + Install Debian Stable (Stretch), Testing (Buster), or Unstable (Sid) on your hardware. Update your package list. @@ -6587,6 +6592,73 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw<
Release Notes The following are the release notes for each FreedomBox version. +
+ Plinth v0.15.0 (2017-07-01) + + + Added Tahoe-LAFS module for distributed file storage. + + + Added Diaspora* module for federated social networking. + + + New Locales for Czech (cs) and Tamil (ta). + + + Added SSO using auth_pubtkt for Syncthing, TT-RSS, and the Repro admin panel. + + + If you are logged in to Plinth, you will be automatically logged in to these web apps. + + + + + ejabberd: Added option to enable/disable Message Archive Management. + + + help: Added Debian release name to about page. + + + firstboot: De-bloat first welcome screen. + + + Pinned footer to the bottom of the viewport. + + + disks: Restrict precision of reported available space on root partition. + + + diagnostics: Disable button if app/service is not running. + + + help: Only show help pages if user is logged in. + + + navbar: Moved logout to user drop-down and added a new power drop-down. + + + disks: Show disabled partition resize option if no space is available. + + + Added line break to titles to fix frontpage layout. + + + syncthing: Fixed typos and clarity in description. + + + firewall: Fix 500 error when firewalld is not running. + + + setup: Disable install/upgrade when dpkg/apt is running. + + + disks: Use information from lsblk for more accuracy. + + + datetime: Show timezone properly when it not in expected list. + + +
Plinth v0.14.0 (2017-04) diff --git a/doc/images/plinth_all_apps_full_page.png b/doc/images/plinth_all_apps_full_page.png new file mode 100644 index 000000000..65e36c9b7 Binary files /dev/null and b/doc/images/plinth_all_apps_full_page.png differ