1,065
edits
Prawsthorne (talk | contribs) |
Prawsthorne (talk | contribs) |
||
| Line 112: | Line 112: | ||
Having a stable URL is going to be important for being an issuer. The meta-data within the badge (or json file) needs to refer back to an internet domain name. This is so the badge can be validated and the data within the origin, criteria, and evidence can be viewed and referenced through time. | Having a stable URL is going to be important for being an issuer. The meta-data within the badge (or json file) needs to refer back to an internet domain name. This is so the badge can be validated and the data within the origin, criteria, and evidence can be viewed and referenced through time. | ||
==== Basic web site with the ability to support the json content type ==== | ==== Basic web site with the ability to support the json content type ==== | ||
For manual issue of a badge your web server is going to have to support the '''application/json''' content-type. Ihis is done by some administrative tasks with your servers configuration. | For manual issue of a badge your web server is going to have to support the '''application/json''' content-type. Ihis is done by some administrative tasks with your servers configuration. A Google search of your server name (Apache, IIS, etc.) and the keyword '''content-type''' should provide the information you are after. | ||
* create a screencast for editing the httpd.conf file in apache... also show the server restart... | * create a screencast for editing the httpd.conf file in apache... also show the server restart... | ||
==== Ability to hash the earners email with the salt ==== | ==== Ability to hash the earners email with the salt ==== | ||
edits