diff --git a/doc/freedombox-manual.xml b/doc/freedombox-manual.xml
index db89d6269..d50a432bb 100644
--- a/doc/freedombox-manual.xml
+++ b/doc/freedombox-manual.xml
@@ -440,6 +440,17 @@ Primary key fingerprint: BCBE BD57 A11F 70B2 3782 BC57 36C3 6144 0C9B C971Copy the image to your card. Double check to make sure you don't write to your computer's main storage (such as /dev/sda). Also make sure that you don't run this step as root to avoid potentially overriding data on your hard drive due to a mistake in identifying the device or errors while typing the command. USB disks and SD cards inserted into the system should typically be write accessible to normal users. If you don't have permission to write to your SD card as a user, you may need to run this command as root. In this case triple check everything before you run the command. Another safety precaution is to unplug all external disks except the SD card before running the command.
For example, if your SD card is /dev/sdg as noted in the first step above, then to copy the image, run:
$ dd bs=1M if=freedombox-unstable-free_2015-12-13_cubietruck-armhf.img of=/dev/sdg conv=fdatasync
+
+
+ An alternative to copy to SD card command
+
+
+ $ cat freedombox-unstable-free_2015-12-13_cubietruck-armhf.img > /dev/sdg ; sync
+
+
+ On MS Windows you will need a tool like etcher.
+
+
The above command is an example for the cubietruck image built on 2015-12-13. Your image file name will be different.
When picking a device, use the drive-letter destination, like /dev/sdg, not a numbered destination, like /dev/sdg1. The device without a number refers to the entire device, while the device with a number refers to a specific partition. We want to use the whole device. Downloaded images contain complete information about how many partitions there should be, their sizes and types. You don't have to format your SD card or create partitions. All the data on the SD card will be wiped off during the write process.
@@ -449,7 +460,7 @@ Primary key fingerprint: BCBE BD57 A11F 70B2 3782 BC57 36C3 6144 0C9B C971
Read (the rest of) the Manual for instructions on how to use applications in FreedomBox.
-
+
@@ -650,7 +661,7 @@ Primary key fingerprint: BCBE BD57 A11F 70B2 3782 BC57 36C3 6144 0C9B C971
If you want to share a calendar with only some users, the simplest approach is to create an additional user-name for these users and to share that user-name and password with them.
Radicale does not have a user interface. An external supported client application is needed.
- Now open your client application to create new calendar and address books that will use your FreedomBox and Radicale server. The Radicale website provides tutorials to setup a large selection of clients. Below are the steps for two examples:
+ Now open your client application to create new calendar and address books that will use your FreedomBox and Radicale server. The Radicale website provides an overview of supported clients, but do not use the URLs described there; FreedomBox uses another setup, follow this manual. Below are the steps for two examples:
Example of setup with Evolution client:
@@ -668,7 +679,7 @@ Primary key fingerprint: BCBE BD57 A11F 70B2 3782 BC57 36C3 6144 0C9B C971When "CalDAV" is selected, additional options will appear in the dialogue window.
- URL: https://IP address or domain for your server/radicale/user/contact file name.ics/. Items in italics need to be changed to match your settings.
+ URL: https://IP-address-or-domain-for-your-server/radicale/user/contact-file-name.ics/. Items in italics need to be changed to match your settings.
note the trailing / in the path, it is important.
@@ -676,7 +687,7 @@ Primary key fingerprint: BCBE BD57 A11F 70B2 3782 BC57 36C3 6144 0C9B C971
- Select/check "Use a secure connection."
+ Enable "Use a secure connection."
Name the calendar
@@ -6592,6 +6603,89 @@ 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.2 (2017-09-24)
+
+ Added
+
+
+ letsencrypt: Show more info on cert validity status.
+
+
+ letsencrypt: Add option to delete certificates.
+
+
+ letsencrypt: Add option to let Plinth manage certbot's renewal hooks.
+
+
+ power: Warn if a package manager is running before shutdown/restart.
+
+
+ security: Install and manage fail2ban.
+
+
+ names: Include domain and services from dynamicdns.
+
+
+ disks: Add low disk space warning to system and disks page.
+
+
+ ssh: New application to manage SSH server.
+
+
+ Add api module to get enabled services and access info.
+
+
+ Add Django password validators.
+
+
+ ejabberd, ikiwiki, ttrss: Add user login descriptions.
+
+
+
+
+ Removed
+
+
+ diaspora: Disable for this release due to issues affecting package.
+
+
+ Remove help from navbar before firstboot complete.
+
+
+
+
+ Fixed
+
+
+ i18n: Don't use backslash-newline for wrapping long lines.
+
+
+ radicale: Update link to documentation.
+
+
+ sso: Upgrade crypto to 4096-bit RSA and SHA-512.
+
+
+ Users: Allow non-admin users to log out.
+
+
+
+
+ Changed
+
+
+ letsencrypt: Make Let's Encrypt an essential module.
+
+
+ UI: Make apps and configure pages responsive on small screens.
+
+
+ Make help accessible for logged-in non-admin users.
+
+
+
+
Plinth v0.15.0 (2017-07-01)
@@ -6600,6 +6694,11 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw<
Added Diaspora* module for federated social networking.
+
+
+ Currently only available in "contrib" repository.
+
+
New Locales for Czech (cs) and Tamil (ta).
diff --git a/doc/images/Radicale-Evolution-Docu.png b/doc/images/Radicale-Evolution-Docu.png
index 42bc6567e..c918accd2 100644
Binary files a/doc/images/Radicale-Evolution-Docu.png and b/doc/images/Radicale-Evolution-Docu.png differ
diff --git a/doc/images/Radicale-Plinth.png b/doc/images/Radicale-Plinth.png
index d6d13e23f..ae6b800d7 100644
Binary files a/doc/images/Radicale-Plinth.png and b/doc/images/Radicale-Plinth.png differ