https://github.com/capablerobot/oshwmark
Webservice to generate OSHW Marks
https://github.com/capablerobot/oshwmark
Last synced: 12 months ago
JSON representation
Webservice to generate OSHW Marks
- Host: GitHub
- URL: https://github.com/capablerobot/oshwmark
- Owner: CapableRobot
- License: mit
- Created: 2018-09-28T02:46:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T14:45:01.000Z (over 7 years ago)
- Last Synced: 2025-02-14T19:36:45.043Z (about 1 year ago)
- Language: Ruby
- Homepage: http://oshwmark.capablerobot.com
- Size: 538 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSHW Mark Generator
This web service was created by [Capable Robot Components](http://capablerobot.com) to simplify the generation of OSHW marks, after certification is complete. Certification process information is available on the [OSHWA Website](https://certification.oshwa.org/).
If you have suggestions on how to make this tool more useful, please create an issue in this GitHub repo, or email us at robot@capablerobot.com
Follow [Capable Robot on Twitter](http://twitter.com/capablerobot) for product announcements and updates.
## Usage
The service is available at [oshwmark.capablerobot.com](http://oshwmark.capablerobot.com)
[](http://oshwmark.capablerobot.com)
After entering your certification's two digit country code and number, the service will generate PDF or PNG versions of the OSHW Mark.

The service does not use cookies and no tracking of usage is enabled. The service is hosted on [Heroku](http://heroku.com) and here is their [privacy policy](https://www.salesforce.com/company/privacy/).
## Heroku Notes
PNG creation requires a newer version of ImageMagick than is installed on Heroku. To upgrade from 6.9.7 to 7.0.5, run:
```
heroku buildpacks:add --index 1 https://github.com/osterwood/heroku-buildpack-imagemagick-7.0.8.git
git push heroku master
```
The first deployment after this command will take a while as ImageMagick will be downloaded and installed. Later deploys will use a cached copy. This ImageMagick buildpack builds without WMF, DJVU, GVC, autotrace, etc.
## Attribution
The OSHW Certification Logo (or Mark) is trademarked by the OSHWA. There is more information about why and what that means on the [OSHWA website](https://www.oshwa.org/2018/07/09/oshwa-certification-logo-is-official/).
The typeface is Deja Vu Sans Mono, which is freely licensed and available at [https://dejavu-fonts.github.io](https://dejavu-fonts.github.io).
The source code for this webservice is MIT Licensed.