From 8f1ecd3ce0d636cb8c534e5b8b5801263aedf187 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 17:33:49 +0000 Subject: [PATCH 01/13] Add breadcrumb style --- assets/css/wiki.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/wiki.css b/assets/css/wiki.css index 625f5b76b..9c0079a41 100644 --- a/assets/css/wiki.css +++ b/assets/css/wiki.css @@ -29,6 +29,11 @@ padding: 20px; } +.wikisite #breadcrumb { + line-height: 90%; + font-size: 0.90em; +} + .wikisite .button-container { margin: .25em 0; } From be73bf4acdf2f9a31e276b94fc84177f7fccb7d6 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 17:34:55 +0000 Subject: [PATCH 02/13] Create breadcrumb.html --- _includes/breadcrumb.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _includes/breadcrumb.html diff --git a/_includes/breadcrumb.html b/_includes/breadcrumb.html new file mode 100644 index 000000000..a25ca393c --- /dev/null +++ b/_includes/breadcrumb.html @@ -0,0 +1,11 @@ +
From fb11a81ac2e23080c68ca179db2c6eb5b3228bfb Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:31:00 +0000 Subject: [PATCH 03/13] Update breadcrumb.html --- _includes/breadcrumb.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/breadcrumb.html b/_includes/breadcrumb.html index a25ca393c..fd0bc6c81 100644 --- a/_includes/breadcrumb.html +++ b/_includes/breadcrumb.html @@ -8,4 +8,7 @@ {% if include.branch2 %} > {{ include.branch2 }} {% endif %} + {% if include.branch3 %} + > {{ include.branch3 }} + {% endif %} From 780f6921cdc43c31e918b112c17d419b8d66efd5 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:33:28 +0000 Subject: [PATCH 04/13] Update en-Central-Servers.md --- wiki/en/en-Central-Servers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Central-Servers.md b/wiki/en/en-Central-Servers.md index 55756bd32..e398b1c6c 100644 --- a/wiki/en/en-Central-Servers.md +++ b/wiki/en/en-Central-Servers.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Central-Servers" --- +{% include breadcrumb.html root="More" branch1="Running a Server" branch1-url="Running-a-Server" %} + # Public Server Registration Because there is a limit of 150 servers per central server, you need to select which central server you want to advertise your server on. Select a genre if you intend to limit players to that style (players can then see your server in their genre list). From c573a94cdacc44f80713451f8f195c8ec32c77e7 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:35:35 +0000 Subject: [PATCH 05/13] Update en-Choosing-a-Server-Type.md --- wiki/en/en-Choosing-a-Server-Type.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Choosing-a-Server-Type.md b/wiki/en/en-Choosing-a-Server-Type.md index 313566915..be890de0f 100644 --- a/wiki/en/en-Choosing-a-Server-Type.md +++ b/wiki/en/en-Choosing-a-Server-Type.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Choosing-a-Server-Type" --- +{% include breadcrumb.html root="More" branch1="Running a Server" branch1-url="Running-a-Server" %} + # Server Types You can run your server in one of three "modes" (either at home or on a 3rd party host): From 78e2bfb3fa94fc47dc2c8f4e9ff7e1e54d162852 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:39:04 +0000 Subject: [PATCH 06/13] Update en-Installation-for-Windows.md --- wiki/en/en-Installation-for-Windows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Installation-for-Windows.md b/wiki/en/en-Installation-for-Windows.md index eb3789b22..a66bf3a17 100644 --- a/wiki/en/en-Installation-for-Windows.md +++ b/wiki/en/en-Installation-for-Windows.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Installation-for-Windows" --- +{% include breadcrumb.html root="Using Jamulus" branch1="Getting Started" branch1-url="Getting-Started" %} + # Installation for Windows Make sure you read the [Getting Started](Getting-Started) page. 1. **Download and install an ASIO Driver**. It is recommended to use a sound card/interface with a native ASIO driver. If you don't have an external sound card, you probably need to install [this free ASIO driver (ASIO4ALL)](https://www.asio4all.org){: target="_blank" rel="noopener noreferrer"} before installing Jamulus. From 4e15dae44358d8b08b4d04ccf129ed4df05007fc Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:39:34 +0000 Subject: [PATCH 07/13] Update en-Installation-for-Macintosh.md --- wiki/en/en-Installation-for-Macintosh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Installation-for-Macintosh.md b/wiki/en/en-Installation-for-Macintosh.md index 104d7e925..591b3bf81 100644 --- a/wiki/en/en-Installation-for-Macintosh.md +++ b/wiki/en/en-Installation-for-Macintosh.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Installation-for-Macintosh" --- +{% include breadcrumb.html root="Using Jamulus" branch1="Getting Started" branch1-url="Getting-Started" %} + # Installation for macOS Make sure you've already read the [Getting Started](Getting-Started) page. From be76181ad1114a030a39684777e587e60fa12235 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:39:56 +0000 Subject: [PATCH 08/13] Update en-Installation-for-Linux.md --- wiki/en/en-Installation-for-Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Installation-for-Linux.md b/wiki/en/en-Installation-for-Linux.md index 95600047d..272977f6b 100644 --- a/wiki/en/en-Installation-for-Linux.md +++ b/wiki/en/en-Installation-for-Linux.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Installation-for-Linux" --- +{% include breadcrumb.html root="Using Jamulus" branch1="Getting Started" branch1-url="Getting-Started" %} + # Installation for Linux Make sure you read the [Getting Started](Getting-Started) page. From 689c791ee0581c2ddcec027c50d0d0f2416c2da6 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:41:37 +0000 Subject: [PATCH 09/13] Update en-Hardware-Setup.md --- wiki/en/en-Hardware-Setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Hardware-Setup.md b/wiki/en/en-Hardware-Setup.md index b3484d188..ffaf8ca6b 100644 --- a/wiki/en/en-Hardware-Setup.md +++ b/wiki/en/en-Hardware-Setup.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Hardware-Setup" --- +{% include breadcrumb.html root="Using Jamulus" branch1="Getting Started" branch1-url="Getting-Started" %} + # Hardware Setup ## General info From 228669c3e436b4d5116815eeb74ead82bb4514be Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:42:52 +0000 Subject: [PATCH 10/13] Update en-Running-a-Private-Server.md --- wiki/en/en-Running-a-Private-Server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Running-a-Private-Server.md b/wiki/en/en-Running-a-Private-Server.md index f189ad78e..814dbb7e4 100644 --- a/wiki/en/en-Running-a-Private-Server.md +++ b/wiki/en/en-Running-a-Private-Server.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Running-a-Private-Server" --- +{% include breadcrumb.html root="Using Jamulus" branch1="Running a Server" branch1-url="Running-a-Server" %} + # Running a Private Server **_Please ensure you have read the [server overview](Running-a-Server)_** From a1a37735ff2539bfa73370e9610e245b416ef83a Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:43:49 +0000 Subject: [PATCH 11/13] Update en-Server-Linux.md --- wiki/en/en-Server-Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Server-Linux.md b/wiki/en/en-Server-Linux.md index 1e059dc6e..0bb791547 100644 --- a/wiki/en/en-Server-Linux.md +++ b/wiki/en/en-Server-Linux.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Server-Linux" --- +{% include breadcrumb.html root="Using Jamulus" branch1="Running a Server" branch1-url="Running-a-Server" %} + # Server Installation - Linux From 8368348408879f471c94dd6288bf8682b7e7ab2e Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:44:14 +0000 Subject: [PATCH 12/13] Update en-Server-Troubleshooting.md --- wiki/en/en-Server-Troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Server-Troubleshooting.md b/wiki/en/en-Server-Troubleshooting.md index a36e11564..94b6814f6 100644 --- a/wiki/en/en-Server-Troubleshooting.md +++ b/wiki/en/en-Server-Troubleshooting.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Server-Troubleshooting" --- +{% include breadcrumb.html root="Using Jamulus" branch1="Running a Server" branch1-url="Running-a-Server" %} + # Troubleshooting ## Servers - Public From fe28ed02ad3a86c7bb4fcb7939918ceadc7efb25 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:44:37 +0000 Subject: [PATCH 13/13] Update en-Server-Win-Mac.md --- wiki/en/en-Server-Win-Mac.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/en/en-Server-Win-Mac.md b/wiki/en/en-Server-Win-Mac.md index a90358afe..a7344b330 100644 --- a/wiki/en/en-Server-Win-Mac.md +++ b/wiki/en/en-Server-Win-Mac.md @@ -5,6 +5,8 @@ lang: "en" permalink: "/wiki/Server-Win-Mac" --- +{% include breadcrumb.html root="Using Jamulus" branch1="Running a Server" branch1-url="Running-a-Server" %} + # Installation for Windows and macOS