====== qrcode Plugin ====== ---- plugin ---- description: Create 2D-Barcodes using qrcode or i_ngima provider author : Jürgen A.Lamers email : jaloma.ac@googlemail.com type : syntax lastupdate : 2009-06-11 compatible : 2007-06-26b depends : conflicts : similar : tags : media, images, barcode downloadurl: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/dwpjaloma/qrcode_2009-06-11.zip bugtracker : sourcerepo : donationurl: screenshot_img: ---- ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. * [[https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/dwpjaloma/qrcode_2009-06-11.zip|Download]] ===== Documentation ===== * [[https://code.google.com/archive/p/dwpjaloma/wikis/QRCode.wiki|Documentation]] (in German) * [[http://dokuwiki.ich-bin-am-wandern-gewesen.de/doku.php?id=playground:qrcode|Examples]] ===== History ===== === 2009/06/11 === * You can align the 2D-Barcode using spaces like images ===== Bug-Report ===== When using the inigmacode for contacts (e.g. ''~~INIGMACODE~contact=nachname:vorname:+49234112:wer@da.com~size=S~~'') the Email-Adress could not be resolved. This ist due to a missing ":". To fix this edit line 204 in i_nigmacode.php from '%0AEMAIL'.htmlspecialchars($paramContactArr[3], ENT_QUOTES, 'UTF-8'). to '%0AEMAIL%3A'.htmlspecialchars($paramContactArr[3], ENT_QUOTES, 'UTF-8').