Modify ↓
#2493 closed defect (fixed)
MIME map of text/x-makefile is not enough
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.3 |
| Component: | version control/browser | Version: | 0.9.2 |
| Severity: | trivial | Keywords: | MIME map |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
"makefile" and "GNUMakefile" should also be regarded as text/x-makefile.
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Severity: | normal → trivial |
| Status: | new → assigned |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 18 years ago
Replying to superkun@sina.com:
"makefile" and "GNUMakefile" should also be regarded as text/x-makefile.
Note:
See TracTickets
for help on using tickets.



I'll add those. A more general solution for the MIME_MAP maintenance would probably be even better… Ideas:
The initial content of that page could be what is currently hardcoded in the mimeview/api.py file. e.g. a text UI
Edit the mapping from suffixes to mime types: ---- {{{ css text/css html text/html txt,TXT,text text/plain ... }}}Or, using a more elaborated approach:
And that macro would present an editable table…