From 22d086f8919e0dd5a43559f5e817c442a1fe1bf8 Mon Sep 17 00:00:00 2001 From: Tony Mountifield Date: Fri, 6 Sep 2024 20:56:19 +0100 Subject: [PATCH] Add closing / to standalone HTML tags, for po4a parser. (#1037) The po4a XML parser seems to dislike standalone HTML tags such as and
, and this causes it to mis-parse tags that enclose them. This commit changes to and
to
, which keeps the parser happy. --- wiki/en/misc/1-index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/en/misc/1-index.md b/wiki/en/misc/1-index.md index a7e1f829f..b37b3b741 100644 --- a/wiki/en/misc/1-index.md +++ b/wiki/en/misc/1-index.md @@ -29,7 +29,7 @@ Jamulus lets you play, rehearse, or jam with your friends, your band, or anyone
- A screenshot of the main mixer window showing five people from different countries connected. + A screenshot of the main mixer window showing five people from different countries connected.
Jamulus is international
@@ -53,10 +53,10 @@ You can also ask on the [forums](https://github.com/jamulussoftware/jamulus/disc

Want to get involved?

-Ideas? Found a bug? Want to contribute some code or help [translating](https://github.com/jamulussoftware/jamulus/blob/main/docs/TRANSLATING.md) Jamulus into your language? Since Jamulus is [free and open source software](https://www.gnu.org/philosophy/free-sw.en.html) (FOSS) licensed under the [GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) you can help us!
-
-Take a look at our [contribution guidelines](wiki/Contribution) to find out how. Everybody is welcome!
-
+Ideas? Found a bug? Want to contribute some code or help [translating](https://github.com/jamulussoftware/jamulus/blob/main/docs/TRANSLATING.md) Jamulus into your language? Since Jamulus is [free and open source software](https://www.gnu.org/philosophy/free-sw.en.html) (FOSS) licensed under the [GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) you can help us!
+
+Take a look at our [contribution guidelines](wiki/Contribution) to find out how. Everybody is welcome!
+
_For detailed information on how Jamulus works, see [this paper by Volker Fischer (PDF)](/PerformingBandRehearsalsontheInternetWithJamulus.pdf)._