author | acspike <acspike@users.sourceforge.net> | |
Wed, 25 Apr 2007 00:53:02 +0000 (00:53 +0000) | ||
committer | acspike <acspike@users.sourceforge.net> | |
Wed, 25 Apr 2007 00:53:02 +0000 (00:53 +0000) | ||
commit | 040e298be5b23e77e33309d65449072183c82d5c | |
tree | f8242fe229d98a0bfea4e6215a584f1887ccb100 | tree | snapshot |
parent | fe06b9905492f30a579d029d9ca795ab31b48398 | commit | diff |
Add doctormo's barcode extension. Patch 1681456. Still need to make it work with the make-chinery for installation and distribution.
14 files changed:
share/extensions/Barcode/Base.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/Code128.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/Code39.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/Code39Ext.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/Code93.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/EAN13.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/EAN8.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/RM4CC.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/UPCA.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/UPCE.py | [new file with mode: 0644] | blob |
share/extensions/Barcode/__init__.py | [new file with mode: 0644] | blob |
share/extensions/Makefile.am | diff | blob | history | |
share/extensions/render_barcode.inx | [new file with mode: 0644] | blob |
share/extensions/render_barcode.py | [new file with mode: 0644] | blob |