https://github.com/bakercp/ofxmediatype
A set of utilities for discovering Media Type.
https://github.com/bakercp/ofxmediatype
Last synced: about 1 year ago
JSON representation
A set of utilities for discovering Media Type.
- Host: GitHub
- URL: https://github.com/bakercp/ofxmediatype
- Owner: bakercp
- License: mit
- Created: 2013-05-06T21:14:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T06:10:04.000Z (over 8 years ago)
- Last Synced: 2024-10-11T00:27:23.204Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 282 KB
- Stars: 7
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ofxMediaType
============
## Description
This is an addon that makes it easy to discover MIME types. The basic implementation (contained in this addon) uses the Apache Mime Types definitions found [here](http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=co).
## Getting Started
To get started, generate the example project files using the openFrameworks [Project Generator](http://openframeworks.cc/learning/01_basics/how_to_add_addon_to_project/).
## Documentation
API documentation can be found here.
## Build Status
Linux, macOS [](https://travis-ci.org/bakercp/ofxMediaType)
Visual Studio, MSYS [](https://ci.appveyor.com/project/bakercp/ofxmediatype/branch/master)
## Compatibility
The `stable` branch of this repository is meant to be compatible with the openFrameworks [stable branch](https://github.com/openframeworks/openFrameworks/tree/stable), which corresponds to the latest official openFrameworks release.
The `master` branch of this repository is meant to be compatible with the openFrameworks [master branch](https://github.com/openframeworks/openFrameworks/tree/master).
Some past openFrameworks releases are supported via tagged versions, but only `stable` and `master` branches are actively supported.
## Versioning
This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.
## Licensing
See `LICENSE.md`.
## Contributing
Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)
1. Fork this repository.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create new Pull Request.