From dc384f67a4521443a76cd3528a559b913cb4e993 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 9 Sep 2024 21:07:55 -0400 Subject: [PATCH] doc: Fetch latest manual Signed-off-by: James Valleroy --- doc/manual/en/ReleaseNotes.raw.wiki | 34 +++++++++++++++++++++++++++++ doc/manual/en/TiddlyWiki.raw.wiki | 19 ++++++++++++++++ doc/manual/es/ReleaseNotes.raw.wiki | 34 +++++++++++++++++++++++++++++ doc/manual/es/TiddlyWiki.raw.wiki | 19 ++++++++++++++++ 4 files changed, 106 insertions(+) diff --git a/doc/manual/en/ReleaseNotes.raw.wiki b/doc/manual/en/ReleaseNotes.raw.wiki index 98e9aae47..66e0f9179 100644 --- a/doc/manual/en/ReleaseNotes.raw.wiki +++ b/doc/manual/en/ReleaseNotes.raw.wiki @@ -8,6 +8,40 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 24.19 (2024-09-09) == + +=== Highlights === + + * mediawiki: Increase PHP maximum execution time to 100 seconds + * names: Use systemd-resolved for DNS resolution + +=== Other Changes === + + * bind: Don't start a stopped daemon during changes/upgrades + * bind: Fix port number clash with 'shared' network connections + * bind: Set default forwarder as systemd-resolved + * container: Re-run failed provisioning even if container is running + * letsencrypt: Handle both standard and custom repairs + * locale: Update translations for Albanian, Bulgarian, Chinese (Simplified), Dutch, German, Spanish, Telugu, Turkish, Ukrainian + * makefile: Workaround problems with systemd-resolved package + * names, network: Re-feed DNS known to network-manager to resolved + * names: Add option for setting global DNS-over-TLS preference + * names: Add option for setting global DNSSEC preference + * names: Implement a diagnostic check for checking name resolution + * names: Restart instead of reload for systemd-resolved changes + * names: Show systemd-resolved status in the names page + * networks: Add more options for IPv6 configuration method + * networks: Add support for DNS-over-TLS for individual connections + * networks: Declare a need for DHCP/DNS ports to be open in firewall + * networks: Fix focusing on network interface field on error + * networks: Groups fields in create/edit connection form + * networks: Set 'auto' as default IPv6 method in new connection form + * networks: Show current global value of DNS-over-TLS and link to it + * privacy: Implement a way to disable fallback DNS servers + * privacy: Show notification again so that users see the new setting + * storage: Handle grub-pc package not available + * upgrades: Add repair step for held packages + == FreedomBox 24.18 (2024-08-26) == * *.md, pyproject.toml: Update default branch from 'master' to 'main' diff --git a/doc/manual/en/TiddlyWiki.raw.wiki b/doc/manual/en/TiddlyWiki.raw.wiki index ee3119a6f..3c76c1937 100644 --- a/doc/manual/en/TiddlyWiki.raw.wiki +++ b/doc/manual/en/TiddlyWiki.raw.wiki @@ -48,6 +48,25 @@ Upgrading !TiddlyWiki is a manual process. If you ever lose a !TiddlyWiki file, you can always retrieve a slightly outdated copy from the Backups app. It is better to keep your local copy after the upgrade, in case you want to revert. +=== Tips === + +==== Setting a favicon ==== + +Unlike Feather Wiki, !TiddlyWiki does not automatically use your !FreedomBox's favicon. To set it, follow these steps: + 1. Create a new tiddler with the title `$:/favicon.ico`. Leave the content section empty + 2. In the `Type` dropdown, select `ICO icon (image/x-icon)` + 3. In the `Add a new field:` section, set the first field to `_canonical_uri` and the second field to `https:///favicon.ico` + 4. Save the new tiddler and the wiki + +'''Reference''': [[https://tiddlywiki.com/static/Setting%2520a%2520favicon.html|Setting a favicon: TiddlyWiki]] + +You can also have a custom image as the favicon for each !TiddlyWiki. Using a distinct favicon makes it easier to identify the tab in your browser. Let's say your !TiddlyWiki file is your personal journal and you want to set the favicon to the image "notebook.png" which looks like a diary + 1. Open the folder the image is in, using your desktop file explorer + 2. Drag and drop the file into your !TiddlyWiki's browser tab + 3. A special tiddler called `$:/import` will be opened + 4. In the special tiddler, you will have an option to rename the file. Set the file name to `$:/favicon.ico` + 5. Click the `Import` button and save the wiki + === External links === * Website: https://tiddlywiki.com diff --git a/doc/manual/es/ReleaseNotes.raw.wiki b/doc/manual/es/ReleaseNotes.raw.wiki index 98e9aae47..66e0f9179 100644 --- a/doc/manual/es/ReleaseNotes.raw.wiki +++ b/doc/manual/es/ReleaseNotes.raw.wiki @@ -8,6 +8,40 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 24.19 (2024-09-09) == + +=== Highlights === + + * mediawiki: Increase PHP maximum execution time to 100 seconds + * names: Use systemd-resolved for DNS resolution + +=== Other Changes === + + * bind: Don't start a stopped daemon during changes/upgrades + * bind: Fix port number clash with 'shared' network connections + * bind: Set default forwarder as systemd-resolved + * container: Re-run failed provisioning even if container is running + * letsencrypt: Handle both standard and custom repairs + * locale: Update translations for Albanian, Bulgarian, Chinese (Simplified), Dutch, German, Spanish, Telugu, Turkish, Ukrainian + * makefile: Workaround problems with systemd-resolved package + * names, network: Re-feed DNS known to network-manager to resolved + * names: Add option for setting global DNS-over-TLS preference + * names: Add option for setting global DNSSEC preference + * names: Implement a diagnostic check for checking name resolution + * names: Restart instead of reload for systemd-resolved changes + * names: Show systemd-resolved status in the names page + * networks: Add more options for IPv6 configuration method + * networks: Add support for DNS-over-TLS for individual connections + * networks: Declare a need for DHCP/DNS ports to be open in firewall + * networks: Fix focusing on network interface field on error + * networks: Groups fields in create/edit connection form + * networks: Set 'auto' as default IPv6 method in new connection form + * networks: Show current global value of DNS-over-TLS and link to it + * privacy: Implement a way to disable fallback DNS servers + * privacy: Show notification again so that users see the new setting + * storage: Handle grub-pc package not available + * upgrades: Add repair step for held packages + == FreedomBox 24.18 (2024-08-26) == * *.md, pyproject.toml: Update default branch from 'master' to 'main' diff --git a/doc/manual/es/TiddlyWiki.raw.wiki b/doc/manual/es/TiddlyWiki.raw.wiki index a2ddeed82..c92407ce6 100644 --- a/doc/manual/es/TiddlyWiki.raw.wiki +++ b/doc/manual/es/TiddlyWiki.raw.wiki @@ -54,6 +54,25 @@ Actualizar !TiddlyWiki es un proceso manual. Si alguna vez pierdes un archivo !TiddlyWiki puedes recuperar una copia ligaramente anticuada de la app de Copias de Respaldo. Es mejor conservar tu copia local tras la actualización, si quieres revertir. +=== Consejos === + +==== Establecer un favicon ==== + +A diferencia de Feather Wiki, !TiddlyWiki no usa automaticamente el favicon de tu !FreedomBox's. Para configurarlo sigue estos pasos: + 1. Crea un tiddler nuevo con el títluo `$:/favicon.ico`. Deja vacía la sección de contenido. + 2. En el desplegable `Tipo` selecciona `icono ICO (imagen/icono-x)`. + 3. En la sección `Añadir un campo nuevo:` pon el primer campo a `_canonical_uri` y el segundo a `https:///favicon.ico`. + 4. Graba el tiddler nuevo y el wiki. + +'''Ver''': [[https://tiddlywiki.com/static/Setting%2520a%2520favicon.html|Establecer un favicon: TiddlyWiki]] + +Tambiñen pueder user una imagen como favicon para cada !TiddlyWiki. Usar favicons diferentes facilita identificar la pestaña en el navegador. Pongamos que el archivo !TiddlyWiki es tu diario personal y como favicon quieres ponerle la imagen "notebook.png" que aparenta un diario. + 1. Abre la carpeta donde esté la imagen mediante el explorador de archivos de tu escritorio. + 2. Arrastrala a la pestaña del navegador de !TiddlyWiki. + 3. Se abrirá un tiddler especial llamado `$:/import`. + 4. En este tiddler tendrás la opción de renombrar el archivo. Renómbralo a `$:/favicon.ico`. + 5. Haz clic en el botón `Importar` y graba el wiki. + === Enlaces externos === * Proyecto original: https://tiddlywiki.com