-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validity of data #6
Comments
Another thing that strikes me as odd, is the listing of c source code under text/plain. Does that really make sense? |
There’s a lot of historical data in this database, and |
There are tons of files that could be considered
|
Mmm. You’re right that there are an infinite number of I’m not sure it’s wrong (nor sure that it’s right), but agree that it feels weird, except when you remember that we’re talking about data that originally came from Apache httpd which used extensions to determine the way that files would be sent across the wire to the browser, and the browser which would decide to download or display the data received. At some point, someone decided that |
Just so we are on the same page. I'm only arguing against immutability in the global context. For example right now, if I want to add a mime type to mail but not rack-static (as an imaginary example), it's not possible, if they both use the same global registry. To me, this is a poor design. |
To be clear: there’s nothing about the registries (for Ruby) that require that they be global. In fact, the global registry itself is implemented as an instance of |
I'm looking at the text mime types.
I see text/plain includes markdown and md as extensions, but I also see text/markdown but without any extensions listed.
http://stackoverflow.com/questions/10701983/what-is-the-mime-type-for-markdown
Is this a bug?
The text was updated successfully, but these errors were encountered: