Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar and wording checks installer.nsi #861

Closed
ann0see opened this issue Jan 18, 2021 · 27 comments
Closed

Grammar and wording checks installer.nsi #861

ann0see opened this issue Jan 18, 2021 · 27 comments

Comments

@ann0see
Copy link
Member

ann0see commented Jan 18, 2021

@gilgongo I think this is something for you. Could you please check the new installer.nsi file for language mistakes?

Furthermore, we should link an ASIO section on jamulus.io in the new installer.

@corrados corrados changed the title New windows installer: Grammar and wording checks Grammar and wording checks Jan 18, 2021
@corrados
Copy link
Contributor

This: https://github.com/corrados/jamulus/blob/1ce54ba0566c9064939f88ea13f35999cb97ae61/windows/installer.nsi#L31 is from the "old days of Jamulus". Should we keep it or use an updated text instead?

@ann0see
Copy link
Member Author

ann0see commented Jan 18, 2021

I think this depends on what you think. The website uses "Make music online. With friends. For free." but I think it could be changed to "Jam online. With friends. For free" or maybe we could open a community voting?

@ann0see
Copy link
Member Author

ann0see commented Jan 19, 2021

Also the ASIO detection warning must explain a bit more.

@dcorson-ticino-com
Copy link
Contributor

I would go with "Make music". I have noticed that may musicians around me (French part of Switzerland) don't know the term "to jam". Thus they find the name Jamulus strange.
I thought "to jam" was well known and international, but apparently it isn't.

@corrados
Copy link
Contributor

The website uses "Make music online. With friends. For free." but I think it could be changed to "Jam online. With friends. For free"

I would use the same as on the homepage. If you change the text on the homepage, you should then change it in the installer as well.

https://github.com/corrados/jamulus/blob/a3238e960741e08526d1482c2a5efc6e56bdd897/windows/installer.nsi#L92

I would not use "bug". I would remove the sentence "Most likely, this is due to a bug in the old installer of Jamulus.". If the users read about a bug right when they want to install Jamulus, that might confuse them. The sentence does not give a Jamulus user any useful information for him.

@ann0see
Copy link
Member Author

ann0see commented Jan 19, 2021

Ok. The user should nevertheless know that it's 99% not a problem he introduced.

@corrados
Copy link
Contributor

Well, he actually did introduce it by installing the old Jamulus version. Anyway, we should keep the text as short and informative as possible. The info we want to ship: For proper runtime behavior of the Jamulus software, it is recommended to uninstall the old Jamulus version.

@ann0see
Copy link
Member Author

ann0see commented Jan 19, 2021

Yes. But the problem of this is that it is not only an old version of Jamulus but it is a wrongly installed version of Jamulus.

If one time somebody would introduce a 32Bit installer for 64Bit windows (I wouldn't really see why this would be needed but there was a feature request somewhere) this message should still be ok and explain the "issue".

@ann0see
Copy link
Member Author

ann0see commented Jan 20, 2021

@corrados after thinking a little bit longer about this, we could remove the sentence with the bug since it already clearly tells the inexperienced user what to do.

@gilgongo
Copy link
Member

Just having a look at this and it seems generally OK but it's hard to say without seeing the messages in actual context.

A couple of questions:

  1. For OLD_VER_REMOVE_FAILED, I guess this would hardly ever happen, but if it did, what's the worst that would happen if we just silently install the new version and leave the old one in place?

  2. Referring to UI in messages is usually a bit unsafe (and in fact may not be accessible). So for example, in ASIO_EXIT_NO_DRIVER instead of saying "To return to this page, click 'No'. If you click 'Yes', the installation will continue." it's recommended just to put the action text on each button. So instead of that message you would have two buttons, one saying "Go back" and the other "Continue installation" perhaps.

@ann0see
Copy link
Member Author

ann0see commented Jan 24, 2021

what's the worst that would happen if we just silently install the new version and leave the old one in place?

Not sure. I think it could confuse the user if he had two versions of Jamulus on his PC. I don't think Jamulus would break.

So instead of that message you would have two buttons, one saying "Go back" and the other "Continue installation" perhaps.

I hope this is possible.

@gilgongo
Copy link
Member

I guess if they could launch the older version (so perhaps seeing two Jamulus icons in the start menu?), then that would be a problem. If manually uninstalling is simply a matter of deleting the .exe file from Programs though, then perhaps we should say that in the message?

@ann0see
Copy link
Member Author

ann0see commented Jan 24, 2021

Concerning 2:

Just did a quick google search and I'm afraid that it's only possible by using a hack: https://stackoverflow.com/questions/46741179/nsis-message-box-custom-buttons

I would prefer to rephrase it to a yes/no question which makes clear that "No" refers to something like "Go back" ("Do you want to continue?")

If manually uninstalling is simply a matter of deleting the .exe file from Programs though, then perhaps we should say that in the message?

I think if this error comes up, we don't really know what went wrong and the user would need to do a lot more troubleshooting (= ask for help on the forum?)

@ann0see
Copy link
Member Author

ann0see commented Jan 24, 2021

@gilgongo
Copy link
Member

Not sure mentioning a bit of a technical term like "latency" is a best here, so perhaps:

"${APP_NAME} needs an ASIO audio driver to work, but we couldn't find one on your PC. You should install one like ASIO4ALL (More information on jamulus.io under Installation for Windows). Do you still want to continue with the installation of ${APP_NAME} first?"

Again, what's the reason for letting them continue?

@ann0see ann0see changed the title Grammar and wording checks Grammar and wording checks installer.nsi Jan 25, 2021
@ann0see
Copy link
Member Author

ann0see commented Jan 25, 2021

Again, what's the reason for letting them continue?

Somebody might like to install an ASIO driver after the installation of Jamulus since he only wants to run a server.

I personally dislike forcing somebody into doing something which is not 100% needed. As user, I want to have a choice.

@gilgongo
Copy link
Member

OK sure. I would expect most people (often more naive users) simply don't read messages and want to progress if they can, so they probably will in this case. Whether the number of those users is more than the number of those who read the message and decide to progress (despite us not explaining why they would want to) is hard to say,

But given the fact that the consequences of progressing in ignorance are not large (we simply repeat the messaging about needing to have an ASIO driver if they try to run Jamulus after ignoring the warning, I assume) then we can keep it as it is without much consequence.

@ann0see
Copy link
Member Author

ann0see commented Jan 25, 2021

we simply repeat the messaging about needing to have an ASIO driver if they try to run Jamulus after ignoring the warning

Exactly this message is enough in my opinion.

@ann0see
Copy link
Member Author

ann0see commented Jan 26, 2021

@gilgongo can you edit the file with your proposal? If everything else is ok, we can close this issue.

@gilgongo
Copy link
Member

@ann0see On which branch?

@ann0see
Copy link
Member Author

ann0see commented Jan 26, 2021

It should be on master.

@gilgongo
Copy link
Member

When I try switching to a branch in Github web I get a 404 on that URL

@ann0see
Copy link
Member Author

ann0see commented Jan 27, 2021

ann0see added a commit that referenced this issue Jan 27, 2021
ann0see added a commit that referenced this issue Jan 27, 2021
@ann0see
Copy link
Member Author

ann0see commented Jan 27, 2021

@gilgongo I opened a PR with your proposal now

ann0see added a commit to jamulussoftware/jamuluswebsite that referenced this issue Jan 27, 2021
@ann0see
Copy link
Member Author

ann0see commented Jan 27, 2021

Can we close this now?

@gilgongo
Copy link
Member

Yes I think so.

@ann0see ann0see closed this as completed Jan 27, 2021
@ann0see
Copy link
Member Author

ann0see commented Jan 27, 2021

Closed.

gilgongo added a commit to jamulussoftware/jamuluswebsite that referenced this issue Feb 23, 2021
* [gen] Add community section (#101)

* First blog beta

* non working blog pagination

* small fix

* Revert "small fix"

This reverts commit d527efc.

* Add example blog

* clarify github

* Fix heading

* Add structured data

* add structured data

* First try GH comment api

* Revert "First try GH comment api"

This reverts commit 0ad04d8.

* Remove blog posts

* Add dates

* add authors

* Add more pages

* add pagination to bottom of posts

* Fix issues and add example draft

* Rename blog to knowledge base

* Remove german translation since it's not wanted

* Add discussion url

* move some files

* Update 2020-03-28-Example-Setup-Hardware.md

* Remove SW Synth to re-add it

* Add Software Synth by @niebert

* Update 2020-12-10-Software-Synth.md

* First review

* Second review

* Remove install script to re add it via pr

* Minor improvements

* Use @trebmuh changes

* Beautify

* Added pictures

* Update 2020-10-19-Software-Synth.md

* Update 2020-10-19-Software-Synth.md

* Fixed screenshot

* rename blog folder to kb

* Update 2020-09-20-Linux-Install-Script.md

* smaller bugfixes

* Dirty fix for nav kb

* small changes

* Add review changes

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>
Co-authored-by: ignotus <darylo1@hotmail.com>

* Update en-Compiling.md

* Update fr-Compiling.md

* Update de-Compiling.md

* Update es-Compiling.md

* W: [fr] fr-Tips-Tricks-More.md (#122) (#193)

* Link to the CC french version

* GNU/Linux -> Linux (keep close to EN!)

* W: [fr] fr-Tips-Tricks-More.mdd

* [fr] fr-Tips-Tricks-More update

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* Fix a link

* Move Raspi page

* add new line

* redirect pages

* Fix a typo (#195)

Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com>

* remove draft

* Add gen reccom

* Update en-Getting-Started.md

* Fix a few qjackctl

* fix a few jack --> JACK

* fix macbook --> MacBook and firewire --> FireWire

* consistent ASIO4ALL

* Add trombonepizza link to user profile

* Update en-Getting-Started.md

* [fr] Create fr-Network-Requirements.md (#112) (#197)

* W: [fr] fr-Network-Requirements.md

* Update fr-Network-Requirement.md

* [fr] update fr-Network-Requirements.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* [fr] Network-Requirements: fixes a broken link (#198) (#199)

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* Avoid repetition: fix redundant link.

* Let's match the title of the linked page. (#200) (#202)

Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>

* Add @gegeweb rec

* [fr] fr-Server-Troubleshooting.md (#145) (#203)

* W: [fr] fr-Server-Troubleshooting.md

* [fr] update fr-Server-Troubleshooting.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* a few small typos fixed

* fix a few sounddevices

* W: [fr] fr-Server-Win-Mac.md (#119) (#205)

* W: [fr] fr-Server-Win-Mac.md

* [fr] update fr-Server-Win-Mac.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* Make the download more prominent

* Get closer to english (#206)

Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com>

* [fr] Create fr-Choosing-a-Server-Type.md (#115) (#207)

* W: [fr] fr-Choosing-a-Server-Type.md

* Little rewording, ready for review.

* [fr] update fr-Choosing-a-Server-Type.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* W: [fr] fr-Running-a-Private-Server.md (#116) (#208)

* W: [fr] fr-Running-a-Private-Server.md

* [fr] fr-Running-a-Private-Server.md update

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* uncomment kb

* [en] consistency: Internet speed not clear: MBit/s, Mbps,... (#204)

* MBit/s

* kbps --> Kbit/s

* consistency

* add spaces

* add more spaces

* remove some target blank

* fix syntax

* add anc to compiling os

* W: [fr] fr-Hardware-Setup.md (#117) (#209)

* W: [fr] fr-Hardware-Setup.md

* Update fr-Hardware-Setup.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* W: [fr] fr-Server-Linux.md (#118) (#212)

* W: [fr] fr-Server-Linux.md

* [fr] update fr-Server-Linux.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* Add link to ASIO4ALL manual

* Update de-Contribution.md (#214)

Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com>

* Update de-Installation-for-Windows.md

* Update de-Getting-Started.md (#215)

Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com>

* Update CONTRIBUTING files (#157)

* Add new contributing file

* Clarify branches

* Moved a bit to homepage

* Review updates

* fix typo

* Grammar

* Add more translation services

* fix a few issues

* small fix

* Add github

* Update README

* @ignotus666 changes

* Wording

* ignotus rechnet

* gilgongo fix

* Update CONTRIBUTING.md

* Update README.md

* Update README.md

* Update README.md

* Update 2020-11-24-Multiple-Audio-Interfaces.md

* Update en-Installation-for-Linux.md

* [en] en-Compiling.md (consistency: QT -> Qt)

* [fr] consistency: jack Jack JACK (#219) (#221)

* Update fr-Software-Manual.md

* Update fr-Command-Line-Options.md

* Update fr-Installation-for-Linux.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* Change some texts on the homepage (#217)

* Small changes with SEO in mind

Jamulus is currently bad at SEO. I think we could improve the wording here.

* Update 1-index.html

* [en] QjackCtl spelling (2020-11-24-Multiple-Audio-Interfaces.md)

* [en] QjackCtl spelling (en-Hardware-Setup.md)

* [fr] typo fix Berhinger/Behringer (#224) (#225)

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* [fr] démonstrations -> démos (#226) (#227)

* [fr] update fr-Demos.md (démonstrations -> démos)

* [fr] update navigation.yml (démonstrations -> démos)

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* [fr] consistency: Internet -> internet (#228) (#229)

* [fr] consistency: Internet -> internet (1-fr-index.html)

* [fr] consistency: Internet -> internet (fr-Getting-Started.md)

* [fr] consistency: Internet -> internet (fr-Client-Troubleshooting.md)

* [fr] consistency: Internet -> internet (fr-Demos.md)

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* [en] consistency alsa -> ALSA (2020-11-24-Multiple-Audio-Interfaces.md)

* Add Debian packages

* A few changes  (#210)

* Add some small changes

* remove duplicate

* sync mac and windows

* Update en-Installation-for-Windows.md

* Remove compilation link since it might confuse people

* Remove scroll down since there's nothing below

* Change MacOS to macOS

* Update en-Installation-for-Windows.md

* Update it-Getting-Started.md (#230)

Some small correction plus the main one: the meaning of footnote 1 was reversed in Italian.

* [en] consistency Macintosh->macOS (en-Server-Linux.md)

* Explain how the new installer can be compiled

This will show how to compile the new installer on Windows. Have a look at the discussion in jamulussoftware/jamulus#792

* Quote the directory name as code

* Create newsounddevice.md

* Create 2021-01-05-Jamulus-Sound-Devices.md

* Move Sound Devices to community KB

* Structure sound devices by OS

* Update 2021-01-05-Jamulus-Sound-Devices.md

* Add more detail for Windows build process

* Fix formatting

* Add Qt versioning info

* Small edit

* Add tested Behringer XENYX X1832 USB

Thanks to @achim-grosse-oetringhaus #223

* Update en-Sound-Devices.md (#223)

Added Behringer XENYX 1832 USB

Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com>

* [fr] links fixes (fr-Server-Win-Mac.md) (#235) (#236)

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* [fr] update 1-fr-index.html (#238) (#239)

* [fr] update fr-Command-Line-Options.md (#240) (#241)

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* Since GH Action fails remove CI (#243)

Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com>

* French translation update (#245) (#247)

* [en] update en-Compiling.md (steinberg link in EN) (#244) (#246)

* Add contributors

* Add qjackctl

* French l10n update (#248) (#249)

* [fr] update fr-Onboarding.md

* [fr] update fr-Installation-for-Windows.md

* [fr] update fr-Installation-for-Macintosh.md

* [fr] update fr-Installation-for-Linux.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* Link quoting issue

* ASIO description (#242)

* Add ASIO description

Since the new installer will link to this page, a description of ASIO is needed

* Grammar mistake fixed

* Add ASIO heading (#251)

* [fr] links fixes (fr-Server-Win-Mac.md) (#235)

* [fr] update 1-fr-index.html (#238)

* [fr] update fr-Command-Line-Options.md (#240)

* Since GH Action fails remove CI

* French translation update (#245)

* [en] update en-Compiling.md (steinberg link in EN) (#244)

* French l10n update (#248)

* [fr] update fr-Onboarding.md

* [fr] update fr-Installation-for-Windows.md

* [fr] update fr-Installation-for-Macintosh.md

* [fr] update fr-Installation-for-Linux.md

* Add small changes to link ASIO from new installer

* Update en-Installation-for-Windows.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* French l10v improvements (#253) (#254)

* French l10n improvements (#257) (#258)

* Re Add jekyll CI

* Review changes

* updates/fixes a link

* Clarify the .deb package installation

* [en] update footertext.md

closes #255

* Checking spelling and grammar

* Delete cherrypick.yml

* Create syncbranches.yml

* Sync on release merge only

* Sync md style

* Revert slogan to make music 

Reference: jamulussoftware/jamulus#861 (comment)

* Update hosts list and explanation

* Add note about ProtectHome

As per forum discussion on saving recordings.

* Correct typos, spelling

* Make Gemfile.lock writable

* Pull request test (#277)

Does the build script only work with pull requests?

* Pull request previously non-building version (#278)

* Add GUI instructions

* Add more prominent ASIO4ALL link and changes

* Make --> Play

* Apply suggestions from @mulyaj

* fixed typo

* wiki/Command-Line-Options: document --serverpublicip

jamulussoftware/jamulus#954

Signed-off-by: Christian Hoffmann <mail@hoffmann-christian.info>

* Changed body text colour - 000 to 333

* Update en-Central-Servers.md

* Update en-Client-Troubleshooting.md

* Update en-Compiling.md

* Update en-Contribution.md

* Update en-Getting-Started.md

* Update en-Hardware-Setup.md

* Update en-Installation-for-Linux.md

* Update en-Installation-for-Macintosh.md

* Update en-Installation-for-Windows.md

* Update en-Network-Requirements.md

* Update en-Onboarding.md

* Update en-Privacy-Statement.md

* Update en-Running-a-Private-Server.md

* Update en-Running-a-Server.md

* Update en-Server-Linux.md

* Update en-Server-Troubleshooting.md

* Update en-Server-Win-Mac.md

* Update en-Software-Manual.md

* Update en-Tips-Tricks-More.md

* Update en-Central-Servers.md

* Update en-Contribution.md

* Add spacing

* Update en-Client-Troubleshooting.md

* Add --listfilter documentation

Will also create link to this from Configuration page.

* Remove premature change

Sorry! Non-English changes directly on the changes branch cause chaos.

* Use "involved"

As per #279 (comment)

Also added FOSS as per #163

* Create image library

* Multi-lingual screenshots

* Update image path

Images now in en-screenshots to allow multi-lingual.

* Fix broken link

* Clarify translation (#288)

* Add new linux installation

* Update it footer

* Add basic android guide

* Update general.yml

* Change beta to PoC

* Revert "Update"

* Apply changes from review

* Apply clarification

* Update en-Hardware-Setup.md

* Update en-Installation-for-Windows.md

* Update en-Onboarding.md

* Update en-Onboarding.md

* Update en-Software-Manual.md

* Corrected URL

* Corrected URL

* Corrected URL

* Better local monitoring test

From [Chris Rimple](https://sourceforge.net/p/llcon/discussion/software/thread/166288d63e/#e047)

* Updated to document new MIDI controller functions

* Updated MIDI controller syntax

* Update en-Command-Line-Options.md

* Correction and addition

* Update en-Installation-for-Linux.md

* Removed spaces

* Link --serverpublicip desc. to docs (#290)

* Link --serverpublicip desc. to docs

As per jamulussoftware/jamulus#954 (comment)

* Update en-Command-Line-Options.md

* Removed spaces

* Correction

* Correction

* Update

* Some rephrasing

* Just realised the next release will be 3.7.0

* Remove donation implication

Also BE spelling for licence

* Install deb via apt

* Add flatpak and other instructions

* Move debian testing down

* Add jump marker

* Add headless server .deb instruction

* Add link to deb file

* Add direct link to deb file

* Add configuration of headless server

* Add daemon-reload

* Breadcrumb (#306)

* Add breadcrumb style

* Create breadcrumb.html

* Update breadcrumb.html

* Update en-Central-Servers.md

* Update en-Choosing-a-Server-Type.md

* Update en-Installation-for-Windows.md

* Update en-Installation-for-Macintosh.md

* Update en-Installation-for-Linux.md

* Update en-Hardware-Setup.md

* Update en-Running-a-Private-Server.md

* Update en-Server-Linux.md

* Update en-Server-Troubleshooting.md

* Update en-Server-Win-Mac.md

* is will be -> is

* Update en-Tips-Tricks-More.md

* Fix grammar mistake

* Change quoting

@gilgongo could you please verify if this works as expected?

* Update link

* Add binary links via config.yml file

* Add link to headless deb on server page

* Move corrados to jamulussoftware

* Fix broken ASIO4ALL manual link

* Remove ASIO4ALL manual link

@pljones I hope that's ok now

* Add breadcrumb

* URL updates, admin page

* Add debian buster backports

Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>
Co-authored-by: ignotus <darylo1@hotmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gérald Niel <gerald.niel@gegeweb.org>
Co-authored-by: vdellamea <75564007+vdellamea@users.noreply.github.com>
Co-authored-by: jdrage <james@sil2k.org>
Co-authored-by: achim-grosse-oetringhaus <57920844+achim-grosse-oetringhaus@users.noreply.github.com>
Co-authored-by: ann0see <ann0see@nomail.example>
Co-authored-by: mulyaj <63881221+mulyaj@users.noreply.github.com>
Co-authored-by: Christian Hoffmann <mail@hoffmann-christian.info>
Co-authored-by: Peter L Jones <pljones@users.noreply.github.com>
Co-authored-by: dzpex <65598812+dzpex@users.noreply.github.com>
gilgongo added a commit to jamulussoftware/jamuluswebsite that referenced this issue Mar 17, 2021
* [fr] consistency: Internet -> internet (#228) (#229)

* [fr] consistency: Internet -> internet (1-fr-index.html)

* [fr] consistency: Internet -> internet (fr-Getting-Started.md)

* [fr] consistency: Internet -> internet (fr-Client-Troubleshooting.md)

* [fr] consistency: Internet -> internet (fr-Demos.md)

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* [en] consistency alsa -> ALSA (2020-11-24-Multiple-Audio-Interfaces.md)

* Add Debian packages

* A few changes  (#210)

* Add some small changes

* remove duplicate

* sync mac and windows

* Update en-Installation-for-Windows.md

* Remove compilation link since it might confuse people

* Remove scroll down since there's nothing below

* Change MacOS to macOS

* Update en-Installation-for-Windows.md

* Update it-Getting-Started.md (#230)

Some small correction plus the main one: the meaning of footnote 1 was reversed in Italian.

* [en] consistency Macintosh->macOS (en-Server-Linux.md)

* Explain how the new installer can be compiled

This will show how to compile the new installer on Windows. Have a look at the discussion in jamulussoftware/jamulus#792

* Quote the directory name as code

* Create newsounddevice.md

* Create 2021-01-05-Jamulus-Sound-Devices.md

* Move Sound Devices to community KB

* Structure sound devices by OS

* Update 2021-01-05-Jamulus-Sound-Devices.md

* Add more detail for Windows build process

* Fix formatting

* Add Qt versioning info

* Small edit

* Add tested Behringer XENYX X1832 USB

Thanks to @achim-grosse-oetringhaus #223

* Update en-Sound-Devices.md (#223)

Added Behringer XENYX 1832 USB

Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com>

* [fr] links fixes (fr-Server-Win-Mac.md) (#235) (#236)

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* [fr] update 1-fr-index.html (#238) (#239)

* [fr] update fr-Command-Line-Options.md (#240) (#241)

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* Since GH Action fails remove CI (#243)

Co-authored-by: ann0see <20726856+ann0see@users.noreply.github.com>

* French translation update (#245) (#247)

* [en] update en-Compiling.md (steinberg link in EN) (#244) (#246)

* Add contributors

* Add qjackctl

* French l10n update (#248) (#249)

* [fr] update fr-Onboarding.md

* [fr] update fr-Installation-for-Windows.md

* [fr] update fr-Installation-for-Macintosh.md

* [fr] update fr-Installation-for-Linux.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* Link quoting issue

* ASIO description (#242)

* Add ASIO description

Since the new installer will link to this page, a description of ASIO is needed

* Grammar mistake fixed

* Add ASIO heading (#251)

* [fr] links fixes (fr-Server-Win-Mac.md) (#235)

* [fr] update 1-fr-index.html (#238)

* [fr] update fr-Command-Line-Options.md (#240)

* Since GH Action fails remove CI

* French translation update (#245)

* [en] update en-Compiling.md (steinberg link in EN) (#244)

* French l10n update (#248)

* [fr] update fr-Onboarding.md

* [fr] update fr-Installation-for-Windows.md

* [fr] update fr-Installation-for-Macintosh.md

* [fr] update fr-Installation-for-Linux.md

* Add small changes to link ASIO from new installer

* Update en-Installation-for-Windows.md

Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>

* French l10v improvements (#253) (#254)

* French l10n improvements (#257) (#258)

* Re Add jekyll CI

* Review changes

* updates/fixes a link

* Clarify the .deb package installation

* [en] update footertext.md

closes #255

* Checking spelling and grammar

* Delete cherrypick.yml

* Create syncbranches.yml

* Sync on release merge only

* Sync md style

* Revert slogan to make music 

Reference: jamulussoftware/jamulus#861 (comment)

* Update hosts list and explanation

* Add note about ProtectHome

As per forum discussion on saving recordings.

* Correct typos, spelling

* Make Gemfile.lock writable

* Pull request test (#277)

Does the build script only work with pull requests?

* Pull request previously non-building version (#278)

* Add GUI instructions

* Add more prominent ASIO4ALL link and changes

* Make --> Play

* Apply suggestions from @mulyaj

* fixed typo

* wiki/Command-Line-Options: document --serverpublicip

jamulussoftware/jamulus#954

Signed-off-by: Christian Hoffmann <mail@hoffmann-christian.info>

* Changed body text colour - 000 to 333

* Update en-Central-Servers.md

* Update en-Client-Troubleshooting.md

* Update en-Compiling.md

* Update en-Contribution.md

* Update en-Getting-Started.md

* Update en-Hardware-Setup.md

* Update en-Installation-for-Linux.md

* Update en-Installation-for-Macintosh.md

* Update en-Installation-for-Windows.md

* Update en-Network-Requirements.md

* Update en-Onboarding.md

* Update en-Privacy-Statement.md

* Update en-Running-a-Private-Server.md

* Update en-Running-a-Server.md

* Update en-Server-Linux.md

* Update en-Server-Troubleshooting.md

* Update en-Server-Win-Mac.md

* Update en-Software-Manual.md

* Update en-Tips-Tricks-More.md

* Update en-Central-Servers.md

* Update en-Contribution.md

* Add spacing

* Update en-Client-Troubleshooting.md

* Add --listfilter documentation

Will also create link to this from Configuration page.

* Remove premature change

Sorry! Non-English changes directly on the changes branch cause chaos.

* Use "involved"

As per #279 (comment)

Also added FOSS as per #163

* Create image library

* Multi-lingual screenshots

* Update image path

Images now in en-screenshots to allow multi-lingual.

* Fix broken link

* Clarify translation (#288)

* Add new linux installation

* Update it footer

* Add basic android guide

* Update general.yml

* Change beta to PoC

* Revert "Update"

* Apply changes from review

* Apply clarification

* Update en-Hardware-Setup.md

* Update en-Installation-for-Windows.md

* Update en-Onboarding.md

* Update en-Onboarding.md

* Update en-Software-Manual.md

* Corrected URL

* Corrected URL

* Corrected URL

* Better local monitoring test

From [Chris Rimple](https://sourceforge.net/p/llcon/discussion/software/thread/166288d63e/#e047)

* Updated to document new MIDI controller functions

* Updated MIDI controller syntax

* Update en-Command-Line-Options.md

* Correction and addition

* Update en-Installation-for-Linux.md

* Removed spaces

* Link --serverpublicip desc. to docs (#290)

* Link --serverpublicip desc. to docs

As per jamulussoftware/jamulus#954 (comment)

* Update en-Command-Line-Options.md

* Removed spaces

* Correction

* Correction

* Update

* Some rephrasing

* Just realised the next release will be 3.7.0

* Remove donation implication

Also BE spelling for licence

* Install deb via apt

* Add flatpak and other instructions

* Move debian testing down

* Add jump marker

* Add headless server .deb instruction

* Add link to deb file

* Add direct link to deb file

* Add configuration of headless server

* Add daemon-reload

* Breadcrumb (#306)

* Add breadcrumb style

* Create breadcrumb.html

* Update breadcrumb.html

* Update en-Central-Servers.md

* Update en-Choosing-a-Server-Type.md

* Update en-Installation-for-Windows.md

* Update en-Installation-for-Macintosh.md

* Update en-Installation-for-Linux.md

* Update en-Hardware-Setup.md

* Update en-Running-a-Private-Server.md

* Update en-Server-Linux.md

* Update en-Server-Troubleshooting.md

* Update en-Server-Win-Mac.md

* is will be -> is

* Update en-Tips-Tricks-More.md

* Fix grammar mistake

* Change quoting

@gilgongo could you please verify if this works as expected?

* Update link

* Add binary links via config.yml file

* Add link to headless deb on server page

* Move corrados to jamulussoftware

* Fix broken ASIO4ALL manual link

* Remove ASIO4ALL manual link

@pljones I hope that's ok now

* Add breadcrumb

* URL updates, admin page

* Clarify ASIO4ALL to new UI

* Update wiki/en/en-Installation-for-Windows.md

Co-authored-by: Christian Hoffmann <mail@hoffmann-christian.info>

* Add debian buster backports

* Add Ad warning

* Remove wrong space

* Add ASIO4ALL direct download

* Update 1-es-index.html

* Update general.yml

* Update navigation.yml

* Update footertext.md

* Update es-Central-Servers.md

* Update es-Choosing-a-Server-Type.md

* Update es-Client-Troubleshooting.md

* Update es-Command-Line-Options.md

* Update es-Compiling.md

* Update es-Compiling.md

* Update es-Contribution.md

* Update es-Demos.md

* Update es-Getting-Started.md

* Update es-Hardware-Setup.md

* Update es-Installation-for-Linux.md

* Update es-Installation-for-Macintosh.md

* Update es-Installation-for-Windows.md

* Create es-Installation-for-Windows.md

* Update es-Network-Requirements.md

* Update es-Onboarding.md

* Update es-Privacy-Statement.md

* Update es-Running-a-Private-Server.md

* Update es-Running-a-Server.md

* Update es-Server-Linux.md

* Update es-Server-Troubleshooting.md

* Update es-Server-Win-Mac.md

* Update es-Software-Manual.md

* Update es-Tips-Tricks-More.md

* Update es-Central-Servers.md

* Update es-Client-Troubleshooting.md

* Update es-Installation-for-Linux.md

* Update es-Installation-for-Windows.md

* Add files via upload

* First german Translation3_7_0

* German translation

* Remove SF reference

* Apply small fixes to german translation

* Apply hoffie's suggestions

* Update wiki/de/de-Installation-for-Windows.md

Co-authored-by: Christian Hoffmann <mail@hoffmann-christian.info>

* Link server connection

* Translate contribution file in german

* Update es-Server-Linux.md

* Small fixes

* Fix typos in german translation

* Fix some other links

* Remove french install script

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Olivier Humbert <trebmuh@users.noreply.github.com>
Co-authored-by: vdellamea <75564007+vdellamea@users.noreply.github.com>
Co-authored-by: jdrage <james@sil2k.org>
Co-authored-by: achim-grosse-oetringhaus <57920844+achim-grosse-oetringhaus@users.noreply.github.com>
Co-authored-by: ann0see <ann0see@nomail.example>
Co-authored-by: Gilgongo <gilgongo@phreak.co.uk>
Co-authored-by: Jonathan <4561747+gilgongo@users.noreply.github.com>
Co-authored-by: mulyaj <63881221+mulyaj@users.noreply.github.com>
Co-authored-by: Christian Hoffmann <mail@hoffmann-christian.info>
Co-authored-by: Peter L Jones <pljones@users.noreply.github.com>
Co-authored-by: ignotus <darylo1@hotmail.com>
Co-authored-by: dzpex <65598812+dzpex@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants