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)
SeaMonkey
Release Engineering
Tracking
(seamonkey2.49esr wontfix, seamonkey2.53 fixed, seamonkey2.57esr fixed)
RESOLVED
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
![]() |
||
Comment 1•9 years ago
|
||
(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)
Reporter | ||
Comment 2•9 years ago
|
||
(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
Comment 3•9 years ago
|
||
Actually, the bad thing here is that the files are sent with content-type "binary/octet-stream"...
![]() |
||
Comment 4•8 years ago
|
||
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)
![]() |
||
Comment 5•8 years ago
|
||
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)
![]() |
||
Comment 6•8 years ago
|
||
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
![]() |
||
Updated•8 years ago
|
Blocks: SeaMonkey2.49.2ESR
![]() |
||
Updated•7 years ago
|
Blocks: SeaMonkey2.49.3ESR
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
status-seamonkey2.49esr:
--- → wontfix
status-seamonkey2.53:
--- → fixed
status-seamonkey2.57esr:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•