[erlang-questions] Please, change link to packages on erlang-solutions.com

Max Lapshin max.lapshin@REDACTED
Sun Sep 9 18:11:19 CEST 2012


Currently you have:

<a class="bingen_download"
href="javascript:downloadFile('https://elearning.erlang-solutions.com/couchdb/rbingen/package_R15B02_precise64_1346752637/esl-erlang_15.b.2-1~ubuntu~precise_amd64.deb','Packages','R15B02','Ubuntu','64')">
<img src="https://elearning.erlang-solutions.com//couchdb/rbingen/_design/rbingen/images/ubuntu.png"></a>

This makes very inconvenient downloading on server, because it is
required to edit link by hand.

If change to this, it will be better:

<a class="bingen_download"
onclick="downloadFile(this.href,'Packages','R15B02','Ubuntu','64');
return false;"
href="https://elearning.erlang-solutions.com/couchdb/rbingen/package_R15B02_precise64_1346752637/esl-erlang_15.b.2-1~ubuntu~precise_amd64.deb">
<img src="https://elearning.erlang-solutions.com//couchdb/rbingen/_design/rbingen/images/ubuntu.png"></a>



More information about the erlang-questions mailing list