mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +00:00
doc: Fetch latest manual
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
c98c97b346
commit
0ebc1313c0
@ -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
|
||||
|
||||
<<TableOfContents()>>
|
||||
@ -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]].
|
||||
|
||||
@ -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 ===
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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 ===
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user