Thread overview
Permanent links to stable dmd .deb, .exe etc
Jul 20, 2013
Michael
Jul 20, 2013
Jordi Sayol
Jul 22, 2013
Michael
July 20, 2013
Hi, D community.
DMD is released regularly, but third party projects owners doesn't want or doesn't have time to update documentation.
It's will be cool to have permanent links to most resent stable dmd release archive, linux .deb, .rpm package, windows installer, etc.

Who can help with this issue?
July 20, 2013
On 20/07/13 17:31, Michael wrote:
> Hi, D community.
> DMD is released regularly, but third party projects owners doesn't want or doesn't have time to update documentation.
> It's will be cool to have permanent links to most resent stable dmd release archive, linux .deb, .rpm package, windows installer, etc.
> 
> Who can help with this issue?
> 

For .deb packages there is http://d-apt.sourceforge.net/

-- 
Jordi Sayol
July 22, 2013
On Saturday, 20 July 2013 at 15:52:33 UTC, Jordi Sayol wrote:
> On 20/07/13 17:31, Michael wrote:
>> Hi, D community.
>> DMD is released regularly, but third party projects owners doesn't want or doesn't have time to update documentation.
>> It's will be cool to have permanent links to most resent stable dmd release archive, linux .deb, .rpm package, windows installer, etc.
>> 
>> Who can help with this issue?
>> 
>
> For .deb packages there is http://d-apt.sourceforge.net/

For debian packages it's ok.

But i want to have permanent links like:
http://downloads.dlang.org/releases/dmd_2_current_stable.zip
http://downloads.dlang.org/releases/dmd_2_current_stable.exe
http://downloads.dlang.org/releases/dmd_2_current_stable_i386.deb
http://downloads.dlang.org/releases/dmd_2_current_stable_amd64.deb

Developers can safely use this links in documentation.
For example:
https://github.com/rejectedsoftware/vibe.d/blob/master/README.md
Now it'is required to change links to DMD in README.md on each DMD release.