Feature #227

Updated by Luis Figueira almost 13 years ago

I need to provide the zip of the latest release of the software to be added to the project webpage. With the options I have now I can either send them the zip to put on the webpage, to provide rpovide them with the link to the zip file on code.soundsoftware.ac.uk, or to provide them the link to the download page of the project on code.soundsoftware.ac.uk. With options 1 and 2, I need to provide them with new zip or link every time I have a new release. With option 3, download is not automatic and a user needs first to visit the download page and then to choose wich version of the code he would like to download.
It would be nice if there would be a link that I can send them to include in the webpage and that is automatically updates what it points to whenever the new code is released.
For example:
link to be included in the page:
https://code.soundsoftware.ac.uk/projects/soundsoftware-site/files/latest
and it points let say to:
https://code.soundsoftware.ac.uk/projects/soundsoftware-site/files/sound_rel_1.0.zip
once there is a release 1.1 it will automatically point to:
https://code.soundsoftware.ac.uk/projects/soundsoftware-site/files/sound_rel_1.1.zip

Is it possible to include this feature in the future version of the sound-software?

Back