Closed Bug 1259941 Opened 9 years ago Closed 6 years ago

Text files in download area should have name extension ".txt" as additional information for users

Categories

(SeaMonkey :: Release Engineering, enhancement)

enhancement
Not set
normal

Tracking

(seamonkey2.49esr wontfix, seamonkey2.53 fixed, seamonkey2.57esr fixed)

RESOLVED FIXED
Tracking Status
seamonkey2.49esr --- wontfix
seamonkey2.53 --- fixed
seamonkey2.57esr --- fixed

People

(Reporter: RainerBielefeldNG, Assigned: iannbugzilla)

References

()

Details

Currently release download folders at <http://ftp.mozilla.org/pub/seamonkey/> contain plain text documents README, MD5SUMS, SHA1SUMS. I would prefer names README.txt, MD5SUMS.txt, SHA1SUMS.txt
(In reply to Rainer Bielefeld from comment #0) > Currently release download folders at > <http://ftp.mozilla.org/pub/seamonkey/> contain plain text documents README, > MD5SUMS, SHA1SUMS. > > I would prefer names README.txt, MD5SUMS.txt, SHA1SUMS.txt I'll leave it up to our RelEng team to decide but: 1. Firefox uses SHA1SUMS and not SHA1SUMS.txt 2. We should stop generating MD5SUMS or at least use something more cryptographically more secure 3. README is obviously text. SHA1SUMS is obviously text also. adding .txt adds no value
Component: Project Organization → Release Engineering
Flags: needinfo?(ewong)
Flags: needinfo?(bugspam.Callek)
(In reply to Philip Chee from comment #1) > adding .txt adds no value The value would be that user and programs have a better hunch what kind of file they see and what helper application will be required to open and read it. More complex document types like .html or .pdf have internal hints concerning document type, what at least is useful for software to find out what kind of document (or program) it is, nevertheless it is good manners to use the name extension in document names. Even more useful the name extension is useful for these plain text documents, what do not have internal document type hints. Are they continuous text? Or CSV? Or something completely different? This question would not exist with a name extension. Meaning of "MD5SUMS" or "SHA1SUMS" is not in the education canon of a humanistic general education ;-) But I wonder whether there is a technical rule to use file names MD5SUMS, SHA1SUMS without name extension? But README definitively should be changed to README.txt, README.md is not uncommon. Different to
Summary: Text files in download area should have name extension ".txt" → Text files in download area should have name extension ".txt" as additional information for users
Actually, the bad thing here is that the files are sent with content-type "binary/octet-stream"...
Clearing my needinfos. Having given it some thought, unless Callek disagrees, I'm going to confirm this and put it up for the next release and other places.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(ewong)
another option is to rename the README to README.txt and the sha1sum/md5sum files can be renamed to SHA1.sum and MD5.sum. Just looked at a gnu http site and it had .sum files. Clicking on them actually showed their contents.
Flags: needinfo?(bugspam.Callek)
Though the next future website change will need the following done: https://hg.mozilla.org/SeaMonkey/seamonkey-project-org/file/tip/src/releases/index.en.html#l107 instead of <a href="[% INCLUDE download_file path='MD5SUMS' %]">MD5 we have: <a href="[% INCLUDE download_file path='MD5.sum' %]">MD5 similar for sha1sums

This was done in bug 1602735 (2.53.1 b1 release) and should happen on all future releases.

Assignee: nobody → iann_bugzilla
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Depends on: 1602735
You need to log in before you can comment on or make changes to this bug.