GeraldWodni / theforth.net

Package registry website for the Forth programming language
GNU General Public License v3.0
15 stars 4 forks source link

improvement: zip download name and contained directory #3

Closed uho closed 9 years ago

uho commented 9 years ago

zip download name and contained directory

When downloading a package as zip-file it is currenty names <package-name>-current.zip. In the zip-files it contains all files of the package in a directory named <version>, e.g. 1.0.3 .

Proposal: name the zip-file and the directory the same:

<package-name>-<version>.zip and <package-name><version>

respectively.

GeraldWodni commented 9 years ago

Good Idea, implemented as suggested. This will also allow to extract all downloaded packages in the same directory without collisions.