omegat-org / omegat-website

OmegaT Website
https://omegat.org/
GNU General Public License v3.0
5 stars 15 forks source link

Update the web site for the 6.0 release #88

Closed brandelune closed 1 year ago

brandelune commented 1 year ago

There are a number of important changes in this PR.

Please review carefully.

miurahr commented 1 year ago

Reference to webstart has already disabled with CSS display:none. I think it is best.

miurahr commented 1 year ago

Latest release 6.1.0 will soo arrive within several months. When released how do you do? Don't use display: none trick?

brandelune commented 1 year ago

Latest release 6.1.0 will soo arrive within several months. When released how do you do? Don't use display: none trick?

We agreed to not publish webstart any more. There is no need for display:none.

brandelune commented 1 year ago

That was in September 2022: https://github.com/omegat-org/omegat/pull/262

briacp commented 1 year ago

We should remove the two first tab in the download selector : image

And perhaps have only one line for the version (and make it bigger) : image

Though technically 6.0.0 is the standard, from a user point of view, it's also the latest/newest (and since we only manage a single version, it shouldn't be confusing)

briacp commented 1 year ago

I propose this for the index page (no change of text content) in https://github.com/brandelune/omegat-website/pull/1:

image

and for the Download Selector : image

brandelune commented 1 year ago

@briacp the download selector does not work when macOS is selected as the OS.

briacp commented 1 year ago

@briacp the download selector does not work when macOS is selected as the OS.

Good catch, the selector is looking for a Signed version of the macOS install. I'm fixing it to allow unsigned version if it's the only one available

brandelune commented 1 year ago

@briacp the download selector does not work when macOS is selected as the OS.

Good catch, the selector is looking for a Signed version of the macOS install. I'm fixing it to allow unsigned version if it's the only one available

For now. it is. Hopefully we'll have a notarized one for 6.1.

brandelune commented 1 year ago

Also, we need to apply the changes to all the localized sites.

briacp commented 1 year ago

Yes, it's fixed in 605068303bcc24df0f170779e68f71c44b8bde73 - the localized sites should update as well

brandelune commented 1 year ago

Yes, it's fixed in 6050683 - the localized sites should update as well

But the localized sites still have the "installation type" and "version" tabs.