diff --git a/doc/Configure.raw.xml b/doc/Configure.raw.xml
index 6d735e19b..3de5bb86a 100644
--- a/doc/Configure.raw.xml
+++ b/doc/Configure.raw.xml
@@ -4,6 +4,30 @@
FreedomBox/Manual/Configure
+
+ 7
+ 2018-07-25 08:38:53
+ JosephNuthalapati
+ Remove /home as an alias to /freedombox
+
+
+ 6
+ 2018-07-24 17:51:28
+ SunilMohanAdapa
+ Rename FreedomBox Plinth to FreedomBox Service (Plinth)
+
+
+ 5
+ 2018-07-24 16:12:49
+ JosephNuthalapati
+ Add tip about bookmarking FreedomBox Plinth
+
+
+ 4
+ 2018-07-24 13:52:47
+ JosephNuthalapati
+ Add wiki entry about Default App
+
3
2016-12-31 04:11:43
@@ -26,7 +50,7 @@
Configure
- Configure covers a couple of general topics:
+ Configure has some general configuration options:
Hostname
@@ -40,15 +64,21 @@
Domain Name
- Domain name is the global name by which other devices on the Internet can reach your FreedomBox. The value set here is used by the Chat Server (XMPP), Certificates (Let's Encrypt), and Monkeysphere.
+ Domain name is the global name by which other devices on the Internet can reach your FreedomBox. The value set here is used by the Chat Server (XMPP), Certificates (Let's Encrypt), and Monkeysphere.
- Language
+ Default App
- Language for the web administration interface Plinth
+ This is an advanced option that allows you to set something other than FreedomBox Service (Plinth) as the default application to be served on the domain name of the FreedomBox. For example, if your FreedomBox's domain name is and you set MediaWiki as the default app, visiting will take you to instead of the usual . Only web applications served from FreedomBox are allowed as choices.
+
+
+ Warning: Once some other app is set as the default app, you can only navigate to the FreedomBox Service (Plinth) by typing into the browser. /freedombox can also be used as an alias to /plinth
+
+
+ Tip: Bookmark the URL of FreedomBox Service (Plinth) before changing the default app to some other app.
diff --git a/doc/freedombox-manual.raw.xml b/doc/freedombox-manual.raw.xml
index 7e0efde9e..3be270359 100644
--- a/doc/freedombox-manual.raw.xml
+++ b/doc/freedombox-manual.raw.xml
@@ -2148,7 +2148,7 @@ proto udp]]>
System
Configure
- Configure covers a couple of general topics:
+ Configure has some general configuration options:
Hostname
@@ -2162,15 +2162,21 @@ proto udp]]>
Domain Name
- Domain name is the global name by which other devices on the Internet can reach your FreedomBox. The value set here is used by the Chat Server (XMPP), Certificates (Let's Encrypt), and Monkeysphere.
+ Domain name is the global name by which other devices on the Internet can reach your FreedomBox. The value set here is used by the Chat Server (XMPP), Certificates (Let's Encrypt), and Monkeysphere.
- Language
+ Default App
- Language for the web administration interface Plinth
+ This is an advanced option that allows you to set something other than FreedomBox Service (Plinth) as the default application to be served on the domain name of the FreedomBox. For example, if your FreedomBox's domain name is and you set MediaWiki as the default app, visiting will take you to instead of the usual . Only web applications served from FreedomBox are allowed as choices.
+
+
+ Warning: Once some other app is set as the default app, you can only navigate to the FreedomBox Service (Plinth) by typing into the browser. /freedombox can also be used as an alias to /plinth
+
+
+ Tip: Bookmark the URL of FreedomBox Service (Plinth) before changing the default app to some other app.
@@ -7462,6 +7468,50 @@ 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.
+
+ Version 0.35.0 (2018-07-30)
+
+
+ configuration: Add an option to set a default app for FreedomBox. The root URL path (https://domainname/) will redirect to the selected app.
+
+
+ ejabberd: Remove deprecated iqdisc setting. To apply this fix, disable and then re-enable the Message Archive Management setting.
+
+
+ ejabberd: Replace logo with original version.
+
+
+ mediawiki: Enable short URLs, which look like https://domainname/mediawiki/ArticleName.
+
+
+ radicale: Clarify description for shared calendar/addressbook.
+
+
+ storage: Handle mount points with spaces.
+
+
+ udiskie: Add button to eject drives.
+
+
+ udiskie: Also show read-only filesystems.
+
+
+ udiskie: Remove internal networks warning.
+
+
+ udiskie: Show special message when no storage device available.
+
+
+ Add turbolinks library for smoother navigation.
+
+
+ Removed extra text from icons for mediawiki, radicale, and tahoe-lafs.
+
+
+ Updated translations for Russian, Spanish, Dutch, Hungarian, Hindi, Italian, Telugu, and German.
+
+
+
Version 0.34.0 (2018-07-16)