Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] yet another embarrassing question: where is download.php documented?

David M Williams wrote:

I can't seem to find its documentation.

I'm particularly interested in the difference between two patterns I've seen:

http://www.eclipse.org/download.php?file=/some/path/here/filename.zip

This is the page that allows users to pick mirror sites based on filename.zip. If filename.zip isn't found in the (mirrored) download.eclipse.org area, it will look for it on archive.eclipse.org.

This is the only one that you should use. It is documented in the Committer Tools 'How Do I' section about downloads.

    https://dev.eclipse.org/committers/

and (working form memory)
http://download.eclipse.org/some/path/here/download.php?dropFile=filename.zip

That is the Eclipse project's script to display Release Notes if filename.zip requires them. Once user has read said Notes, they are whisked off the the first script (www.eclipse.org/downloads/download.php?file=) for mirror selection.


Hope this helps.

Denis




significant difference? is one recommended? Do they both redirect to "archives" if not found on "downloads"?

Thanks,


------------------------------------------------------------------------

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top