• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

barcode-SVG.tar.gz.READMEH A D01-Mar-20021 KiB2518

barcode-for-delphi.tar.gz.READMEH A D01-Mar-2002460 117

barcodeps-0.1.tgz.READMEH A D07-Oct-2000904 2617

grab-0.0.4.tar.gz.READMEH A D01-Mar-2002473 149

barcode-SVG.tar.gz.README

1
2[readme written by GNU-barcode maintainer]
3
4This is a stripped version of what you can find at:
5	http://www.onefour.net/barcode/SVG/barcode097-SVG.tar.gz
6
7It's by David J. Humphreys, it's GPL code and the original tarball
8(as per the previous URL) contains:
9
10-rwxr--r-- david/david     243 2002-01-02 04:18:00 Makefile
11-rwxr--r-- david/david    1284 2002-01-08 00:26:42 main.c
12-rwxr--r-- david/david   37796 2002-01-02 04:33:00 screen1.png
13-rwxr--r-- david/david    5503 2002-01-08 00:30:00 svg.c
14-rwxr--r-- david/david    2499 2002-01-02 03:37:00 test1.svg
15-rwxr--r-- david/david    2499 2002-01-02 03:44:00 test2.svg
16-rwxr--r-- david/david    2499 2002-01-02 03:49:00 test3.svg
17-rwxr--r-- david/david   34185 2002-01-02 04:41:00 test4.png
18-rwxr--r-- david/david    1834 2002-01-02 04:19:00 test4.svg
19-rwxr--r-- david/david   92713 2002-01-02 04:36:00 transformation.png
20-rwxr--r-- david/david     586 2002-01-02 04:11:00 transformation.svg
21
22Here I only included Makefile, main.c, svg.c, after converting
23newlines to unix-style and changing permissions.
24
25

barcode-for-delphi.tar.gz.README

1
2The barcode-for-delphi tarball includes a version of this package
3ported to run under Delphi. Please note that you can't distribute the
4executable because of the GPL (i.e., disitributing it would be
5copyright violation, because the executable is a derived work of GNU
6barcode, whose authors don't allow distributing under non-GPL terms.
7
8I still think it may be useful to some users.
9
10The code has been contributed by Michael Geddes <michael@webease.com.au>.
11

barcodeps-0.1.tgz.README

1
2                         ***** barcodeps  0.1 *****
3                                 2000-10-07
4
5Barcodes generated in PostScript
6by Hans Schou http://www.schou.dk
7
8PostScript is a programming language. It has all the control structures
9needed for creating barcodes on the fly. With this example it is not
10needed to have another programming language than PostScript as the
11barcodes are generated within the PostScript printer.
12
13This contribution gives some examples of how to generate Interleave 2 of 5
14barcodes. Edit the bottom of i25.ps with a new number and send it to
15a PostScript printer to see an example.
16
17Usage, in PostScript:
18To draw a Interleave 2 of 5 use the following command in i25.ps
19  (123456789) BarCodeI25
20
21This method is very usefull used together with other scripts
22or programming language as it is only necessary to copy some
23files to the printer. No program execution is needed.
24
25
26

grab-0.0.4.tar.gz.README

1
2The purpose of this program is to read a (scanned) image containing a
3barcode. The image is then interpreted and the barcode is decoded.
4The decoded string is outputted to stdout.
5
6Currently, only Code-128 is supported.
7
8The program is GPL'd and it's the work of Tuukka Toivonen.
9
10The home page for this and other programs by Tuukka is
11	http://www.ee.oulu.fi/~tuukkat/releases.html
12while a bare ls-like listing of all packages is at
13	http://www.ee.oulu.fi/~tuukkat/rel/
14