Skip to content

Commit

Permalink
Freshen documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Aug 22, 2016
1 parent 855d60e commit ec88f55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/README.monolithic
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The monolithic `barcode.ps` file provides Barcode Writer in Pure PostScript as g
Prepared tarballs of BWIPP packages into the monolithic flavours are available from https://github.com/bwipp/postscriptbarcode/releases/latest with filenames such as `postscriptbarcode-monolithic` and `postscriptbarcode-monolithic-package`. Alternatively you can build these flavours from source with `make monolithic` or `make monolithic_package`.


### Inclusion Within the Prolog Section of a Document
Inclusion Within the Prolog Section of a Document
-------------------------------------------------

An application will first include the contents of `barcode.ps` in the Prolog section of a PostScript file and then generate code like the following.

Expand Down Expand Up @@ -37,7 +38,8 @@ Or, to generate a few barcodes with no setup section or local name at all:
This technique also reduces the possibility of namespace collision when using the library's procedures with other code.


### Installing to a Printer Initial Job VM
Installing to a Printer Initial Job VM
--------------------------------------

Send barcode.ps to the printer with the line `true () startjob` added at the top where the parentheses contain the printer's `startjob` password.

Expand Down
3 changes: 2 additions & 1 deletion src/README.resource
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This standard delivery mechanism allows BWIPP resources to be added to a PostScr
Prepared tarballs of BWIPP packaged into the named resource flavours are available from https://github.com/bwipp/postscriptbarcode/releases/latest with filenames such as `postscriptbarcode-resource` and `postscriptbarcode-packaged-resource`. Alternatively you can build these flavours from source with `make resource` or `make packaged_resource`.


### Deploying the Named Resource
Deploying the Named Resource
----------------------------

An application or administrator must first make the BWIPP resources available to the print system as described for a variety of situations below. An application will then generate code like the following.

Expand Down

0 comments on commit ec88f55

Please sign in to comment.