diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2024-04-22 07:09:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 07:09:01 +0100 |
| commit | 73b5cba380d148e77d696880027a416cda50f756 (patch) | |
| tree | a642616d55c1d79ff9ef22e325c359947dbfbcf0 /services/httpd/httpd.suff | |
| parent | 22dd4b9c0961cd615779c72accc1e150357289cf (diff) | |
| parent | 1bf9388ccb3bd33b5825ee20ec6824b17508f045 (diff) | |
Merge pull request #16 from pete/multiple-small-fixes
Multiple small fixes
Diffstat (limited to 'services/httpd/httpd.suff')
| -rw-r--r-- | services/httpd/httpd.suff | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/httpd/httpd.suff b/services/httpd/httpd.suff index dbc599d2..110e4726 100644 --- a/services/httpd/httpd.suff +++ b/services/httpd/httpd.suff @@ -15,6 +15,7 @@ .bcpio application x-bcpio - # [Mosaic] .bib text plain - # BibTex input .c text plain - # C program +.css text css - # CSS .c++ text plain - # C++ program .cc text plain - # [Mosaic] .cdf application x-netcdf - @@ -76,6 +77,7 @@ .rfr text plain - # refer .rgb image x-rgb - # [Mosaic] .roff application x-troff - # [Mosaic] +.rss application rss+xml - # RSS feeds .rtf application rtf - # [Mosaic] .rtx text richtext - # MIME richtext [Mosaic] .sh application x-shar - @@ -83,6 +85,7 @@ .snd audio basic - .sv4cpio application x-sv4cpio - # [Mosaic] .sv4crc application x-sv4crc - # [Mosaic] +.svg image svg+xml - # SVG images .t application x-troff - # [Mosaic] .tar application x-tar - # [Mosaic] .taz application x-tar x-compress |
