Skip to content

Commit

Permalink
[Sorry!] Update screenshots, Software Manual, Setup page (#465)
Browse files Browse the repository at this point in the history
* Update en-Software-Manual.md for new screenshots and added features. Remove some screens. 

* Create en-Server-Admin-Manual.md Blank initial draft

* Update wiki.css to add clears and TOC styling.
  • Loading branch information
gilgongo authored May 9, 2021
1 parent 150c92b commit a56ec09
Show file tree
Hide file tree
Showing 28 changed files with 151 additions and 112 deletions.
18 changes: 18 additions & 0 deletions assets/css/wiki.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
margin-top: 0;
line-height: 1.5em;
border-bottom: 3px solid;
clear: both;
}

.wikisite main h2 {
Expand Down Expand Up @@ -44,6 +45,7 @@
figure img {
display: block;
border-radius: 5px;
clear: both;
}

figcaption {
Expand All @@ -65,3 +67,19 @@ figcaption {
color: #1b90b5;
}
}

details {
font: 16px;
font-style: bold;
width: 620px;
}

details > summary {
font-size: 20px;
padding: 5px 6px;
width: 15em;
background-color: #eaf8fd;
border: none;
color: #1882A1;
cursor: pointer;
}
Binary file removed assets/img/en-screenshots/asio-setup-button.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/audio-channels.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/audio-quality.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/buffer-delay-2.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/buffer-delay.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/chat-window.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/connection-status.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/device-select-mac.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/device-select-windows.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/directory-custom.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/fancy-skin.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/input-level.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/jitter-buffer.png
Binary file not shown.
Binary file modified assets/img/en-screenshots/main-screen-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/en-screenshots/main-screen-medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/en-screenshots/main-screen-small.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/new-client-level.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/pan-slider.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/profile-window.png
Binary file not shown.
Binary file removed assets/img/en-screenshots/reverb.png
Binary file not shown.
Binary file added assets/img/en-screenshots/settings-advanced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/en-screenshots/settings-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/en-screenshots/settings-profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/en-screenshots/settings-window.png
Binary file not shown.
9 changes: 9 additions & 0 deletions wiki/en/en-Server-Admin-Manual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: wiki
title: "Server Adminstrator's Manual"
lang: "en"
permalink: "/wiki/Server-Admin-Manual"
---

# Jamulus Server Administrator Manual

8 changes: 4 additions & 4 deletions wiki/en/en-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ And for now, close all other applications. It’s best to start simple at first.
When you open Jamulus, you will see a window which looks like this:

<figure>
<img src="{{site.url}}/assets/img/en-screenshots/main-screen-default.png" loading="lazy" alt="Screenshot" style="width:100%; float:none;">
<img src="{{site.url}}/assets/img/en-screenshots/main-screen-default.png" loading="lazy" alt="Screenshot" style="border: 5px solid grey;">
<figcaption>The main window before you connect to a server</figcaption>
</figure>

Expand All @@ -39,7 +39,7 @@ When you open Jamulus, you will see a window which looks like this:
First, let others know who you are. Click on “View” (bar on the top) > “My Profile…” Now you will see this:

<figure>
<img src="{{site.url}}/assets/img/en-screenshots/profile-window.png" loading="lazy" alt="Screenshot" style="width:100%; float:none;">
<img src="{{site.url}}/assets/img/en-screenshots/settings-profile.png" loading="lazy" alt="Screenshot" style="border: 5px solid grey;">
<figcaption>Let people know who you are</figcaption>
</figure>

Expand All @@ -55,7 +55,7 @@ Before you connect to a server, you should **not** be able to hear yourself. Li
Now use the “Connect” button in the Jamulus main window to join a server. A window will now open:

<figure>
<img src="{{site.url}}/assets/img/en-screenshots/connection-setup-window.png" loading="lazy" alt="Screenshot" style="width:100%; float:none;">
<img src="{{site.url}}/assets/img/en-screenshots/connection-setup-window.png" loading="lazy" alt="Screenshot" style="border: 5px solid grey;">
<figcaption>Connect to a server</figcaption>
</figure>

Expand All @@ -68,7 +68,7 @@ Once connected to a server, make sure you can hear yourself OK and fix any input
With your sound all set up, you are ready to go. When you connect to a server (you may want to select a genre from the list), the faders you see on the right are your own personal mix. Everything you change here will change what you hear, but won’t affect others. If you move a fader down, that channel will be quieter, if you move it up, the channel will be louder for you.

<figure>
<img src="{{site.url}}/assets/img/en-screenshots/main-screen-medium.png" loading="lazy" alt="Screenshot" style="width:100%; float:none;">
<img src="{{site.url}}/assets/img/en-screenshots/main-screen-medium.png" loading="lazy" alt="Screenshot" style="border: 5px solid grey;">
<figcaption>The main window when you are connected to a sever</figcaption>
</figure>

Expand Down
228 changes: 120 additions & 108 deletions wiki/en/en-Software-Manual.md

Large diffs are not rendered by default.

0 comments on commit a56ec09

Please sign in to comment.