This pull request changes the download interface of the website. To detail, the old Download JabRef button is now changes based on the OS of the system (e.g., Windows, Mac, Linux). Windows should have buttons for .msi and .zip. For Linux, .deb, .rpm, and .tar.gz. For Mac (both arm64 and x86_64), .dmg and .pkg. Consequently, changes in the /download/[[os]] path was necessary to implement redirection (expansion from just ['win', 'mac', 'linux']
This pull request solves a user problem in which the web site automatically downloads a file which might not be apt for their package manager and or system architecture.
๐ Linked issue
Partially fixes #2176
๐ Description
This pull request changes the download interface of the website. To detail, the old
Download JabRef
button is now changes based on the OS of the system (e.g.,Windows
,Mac
,Linux
). Windows should have buttons for.msi
and.zip
. For Linux,.deb
,.rpm
, and.tar.gz
. For Mac (botharm64
andx86_64
),.dmg
and.pkg
. Consequently, changes in the/download/[[os]]
path was necessary to implement redirection (expansion from just['win', 'mac', 'linux']
This pull request solves a user problem in which the web site automatically downloads a file which might not be apt for their package manager and or system architecture.
Original Implementation for Windows
New Implementation for Windows
New Implementation for Mac
New Implementation for Linux