Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

oshwa/oshwmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSHW Mark Generator

This web service was created by Capable Robot Components to simplify the generation of OSHW marks, after certification is complete. Certification process information is available on the OSHWA Website.

If you have suggestions on how to make this tool more useful, please create an issue in this GitHub repo, or email us at [email protected]

Follow Capable Robot on Twitter for product announcements and updates.

Usage

The service is available at oshwmark.capablerobot.com

Web Service Screenshot

After entering your certification's two digit country code and number, the service will generate PDF or PNG versions of the OSHW Mark.

Example Mark

The service does not use cookies and no tracking of usage is enabled. The service is hosted on Heroku and here is their privacy policy.

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.

The typeface is Deja Vu Sans Mono, which is freely licensed and available at https://dejavu-fonts.github.io.

The source code for this webservice is MIT Licensed.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%