diff options
author | prathamesh | 2015-04-06 14:19:57 +0530 |
---|---|---|
committer | prathamesh | 2015-04-06 14:19:57 +0530 |
commit | ca585020fc9c3574937762b091120cacf3fb6f44 (patch) | |
tree | bf819171096d024f1a4ece3d3b70b5c69f802dfc /certificate/drupal_template/template_DCM2015Pcertificate | |
parent | 7f2275eee5756ff3c4f54d3679fae164915e1be9 (diff) | |
download | certificate-generator-ca585020fc9c3574937762b091120cacf3fb6f44.tar.gz certificate-generator-ca585020fc9c3574937762b091120cacf3fb6f44.tar.bz2 certificate-generator-ca585020fc9c3574937762b091120cacf3fb6f44.zip |
Certificates for Drupal Mumbai Camp 2015
Implemented certificate generator for Drupal Mumbai Camp.
Made changes to the method of QR code generation.
- hexadecimal hash is generated.
- first few characters of hash are considered as unique key.
- If the key is not unique then an additional character is added to the key.
- QR code now contains only the link with the key.
- the link gets the data of the certificate holder.
- in the absence of the QR code scanner, the key and link are
provided below the QR code.
Diffstat (limited to 'certificate/drupal_template/template_DCM2015Pcertificate')
-rwxr-xr-x | certificate/drupal_template/template_DCM2015Pcertificate | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/certificate/drupal_template/template_DCM2015Pcertificate b/certificate/drupal_template/template_DCM2015Pcertificate new file mode 100755 index 0000000..3371830 --- /dev/null +++ b/certificate/drupal_template/template_DCM2015Pcertificate @@ -0,0 +1,21 @@ +* certificate template + +** Usage + - To generate a PDF file type, + #+BEGIN_SRC sh + make $command + #+END_SRC sh + + - To clean the project + #+BEGIN_SRC sh + make clean + #+END_SRC sh + +** License + The tex file and all the images within this project are entirely + PRIVATE. It's usage outside the `Fossee Project` is an legal + offense and will be subject to suitable punishment by Indian law. + + +** Website + [[http://fossee.in]] |