dmagda commented on pull request #90: URL: https://github.com/apache/ignite-website/pull/90#issuecomment-974327499
@AddMoreScripts We have to call the "download.cgi" script from the downloads page logic. You can not replace the "download.cgi" with a JS-version. That script is the only script that is executed on the backend. Apache Software Foundation team provided us with this script long time ago and the script decides what mirrors to show for downloads. So we must use it, otherwise, you can break downloads. - You have to embed this form for the mirrors selection: https://github.com/apache/ignite-website/blob/master/download.html#L589 - URLs that lead to the download.html (from header, footer, other places) have to lead to "download.cgi" instead. For instance, that's the link to the downloads page from the footer (https://github.com/apache/ignite-website/blob/master/download.html#L1126). Yeap, in a local environment you'll be getting 404 if you click on any of such links because we don't have the download.cgi file - but this is expected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
