Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/media_type_template
A template for media type definitions
https://github.com/steveklabnik/media_type_template
Last synced: 17 days ago
JSON representation
A template for media type definitions
- Host: GitHub
- URL: https://github.com/steveklabnik/media_type_template
- Owner: steveklabnik
- License: bsd-2-clause
- Created: 2012-03-07T00:12:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-07T00:53:16.000Z (over 12 years ago)
- Last Synced: 2024-10-10T20:19:37.657Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Media Type Template
Ever wanted to define your own media type? `application/json` just not doing it
for you? `application/xhtml+xml` got you down with its strictness? Well, you
can show the W3C who's boss!## What you get
A nice pretty template to start filling out all the deets.
Simple, HTML5 markup. Pretty CSS. Pre-made sections. It's all here.
## Why would I want to do this?
Often, making use of a new media type is the first step in building a
[Hypermedia API](http://hypermediaapidesign.com), and it's always kinda
annoying. You should really publish your spec, but then you have to write all
this HTML. And writing HTML sucks.## Any other stuff I should know?
Yeah! After you define a type, you should [register it with the
IANA](http://www.iana.org/assignments/media-types/index.html). That's the next
step towards making it a standard.## Wait, I thought this was for custom stuff?
So your webservice lets you do something cool with Widgets online. So you make
`application/vnd.foocorp.widgets+json`. You register it with the IANA, and it
[goes under the vendor tree](http://tools.ietf.org/html/rfc4288#section-3.2).
Then some other company comes along, and they also do sweet things with
Widgets. They ideally will work with you on making the media type applicable
to both themselves and you.Widgets are sweet, so pretty soon, an entire group of companies uses the
`application/vnd.foocorp.widgets+json` media type. Pretty sweet! But foocorp
isn't really special anymore here. We're all working together on this. So then
you make an RFC for `application/widgets+json`, and now it's a global standard.
Congrats! You're an awesome Internet citizen!