From 0ebc1313c0f59fa4c83c8fe1359078c6db4cf71e Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 14 Feb 2022 20:39:17 -0500 Subject: [PATCH] doc: Fetch latest manual Signed-off-by: James Valleroy --- doc/manual/en/GitWeb.raw.wiki | 4 +++- doc/manual/en/ReleaseNotes.raw.wiki | 20 ++++++++++++++++++++ doc/manual/en/ejabberd.raw.wiki | 4 ++++ doc/manual/es/ReleaseNotes.raw.wiki | 20 ++++++++++++++++++++ doc/manual/es/ejabberd.raw.wiki | 4 ++++ 5 files changed, 51 insertions(+), 1 deletion(-) diff --git a/doc/manual/en/GitWeb.raw.wiki b/doc/manual/en/GitWeb.raw.wiki index a3d07ed3f..ccc91e138 100644 --- a/doc/manual/en/GitWeb.raw.wiki +++ b/doc/manual/en/GitWeb.raw.wiki @@ -1,7 +1,7 @@ #language en ##TAG:TRANSLATION-HEADER-START -~- [[de/FreedomBox/Manual/GitWeb|Deutsch]] - [[FreedomBox/Manual/GitWeb|English]] - [[es/FreedomBox/Manual/GitWeb|Español]] - [[DebianWiki/EditorGuide#translation|(+)]] -~ +~- [[de/FreedomBox/Manual/GitWeb|Deutsch]] - [[FreedomBox/Manual/GitWeb|English]] - [[es/FreedomBox/Manual/GitWeb|Español]] - [[hu/FreedomBox/Manual/GitWeb|Magyar]] - [[DebianWiki/EditorGuide#translation|(+)]] -~ ##TAG:TRANSLATION-HEADER-END <> @@ -13,6 +13,8 @@ '''Available since''': version 19.19 +=== What is Git === + Git is a distributed version-control system for tracking changes in source code during software development. !GitWeb provides a web interface to Git repositories. You can browse history and content of source code, use search to find relevant commits and code. You can also clone repositories and upload code changes with a command-line Git client or with multiple available graphical clients. And you can share your code with people around the world. To learn more on how to use Git visit [[https://git-scm.com/docs/gittutorial|Git tutorial]]. diff --git a/doc/manual/en/ReleaseNotes.raw.wiki b/doc/manual/en/ReleaseNotes.raw.wiki index c333e573b..e2c07ab5f 100644 --- a/doc/manual/en/ReleaseNotes.raw.wiki +++ b/doc/manual/en/ReleaseNotes.raw.wiki @@ -8,6 +8,26 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 22.5 (2022-02-14) == + +=== Highlights === + + * dynamicdns: Replace ez-ipupdate + * Drop NAT detection as it is no longer used + * Drop about page and merge into description + * Drop tabs and use single page + * Rewrite configuration handling and update using URL + +=== Other Changes === + + * app: Add component to store enabled state of an app in kvstore + * backups: Implement backup/restore of key/value settings + * locale: Update translations for Albanian, Bulgarian, Chinese (Simplified), Czech, Dutch, German, Hungarian, Russian, Spanish, Swedish, Turkish, Ukrainian + * minetest: Reduce the number of configuration update messages + * tests: functional: Add plugin for HTML reports + * tt-rss: Restrict access to `feed-reader` group in "/tt-rss-app" + * users: Fix typo in description + == FreedomBox 22.4 (2022-01-31) == === Highlights === diff --git a/doc/manual/en/ejabberd.raw.wiki b/doc/manual/en/ejabberd.raw.wiki index 2662cbe2c..bdd530a89 100644 --- a/doc/manual/en/ejabberd.raw.wiki +++ b/doc/manual/en/ejabberd.raw.wiki @@ -15,6 +15,10 @@ '''Available since''': version 0.3 +=== What is ejabberd? === + +Ejabberd is a chat server which uses the Extensible Messaging and Presence Protocol (XMPP). + === What is XMPP? === XMPP is a federated server-client protocol for Instant Messaging. This means that users who have accounts on one server, can talk to users that are on another server. diff --git a/doc/manual/es/ReleaseNotes.raw.wiki b/doc/manual/es/ReleaseNotes.raw.wiki index c333e573b..e2c07ab5f 100644 --- a/doc/manual/es/ReleaseNotes.raw.wiki +++ b/doc/manual/es/ReleaseNotes.raw.wiki @@ -8,6 +8,26 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 22.5 (2022-02-14) == + +=== Highlights === + + * dynamicdns: Replace ez-ipupdate + * Drop NAT detection as it is no longer used + * Drop about page and merge into description + * Drop tabs and use single page + * Rewrite configuration handling and update using URL + +=== Other Changes === + + * app: Add component to store enabled state of an app in kvstore + * backups: Implement backup/restore of key/value settings + * locale: Update translations for Albanian, Bulgarian, Chinese (Simplified), Czech, Dutch, German, Hungarian, Russian, Spanish, Swedish, Turkish, Ukrainian + * minetest: Reduce the number of configuration update messages + * tests: functional: Add plugin for HTML reports + * tt-rss: Restrict access to `feed-reader` group in "/tt-rss-app" + * users: Fix typo in description + == FreedomBox 22.4 (2022-01-31) == === Highlights === diff --git a/doc/manual/es/ejabberd.raw.wiki b/doc/manual/es/ejabberd.raw.wiki index 287633db3..a5c242104 100644 --- a/doc/manual/es/ejabberd.raw.wiki +++ b/doc/manual/es/ejabberd.raw.wiki @@ -12,6 +12,10 @@ '''Disponble desde''': versión 0.3 +=== ¿Qué es ejabberd? === + +Ejabberd es un servidor de conversaciones (''chat'') que usa el protocolo ''Extensible Messaging and Presence Protocol'' (XMPP). + === ¿Qué es XMPP? === ''XMPP'' es un protocolo cliente-servidor federado para Mensajería Instantánea. Esto significa que los usuarios que tengan cuenta en un servidor XMPP pueden conversar con los usuarios que estén en el mismo u otros servidores XMPP.