Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,7 @@ manual.pdf: $(MANPAGES) osx-hotplug/osx-hplj-hotplug.1
README: README.in
rm -f $@
sed < $@.in > $@ \
-e "s@\$${URLHOME}@$(URLHOME)@" \
-e "s@\$${URLOAK}@$(URLOAK)@" \
-e "s@\$${URLZJS}@$(URLZJS)@"
chmod a-w $@
Expand Down Expand Up @@ -1683,16 +1684,17 @@ tarver:
# make webworld
# make webextra
#
URLOAK=http://foo2oak.rkkda.com
URLZJS=http://foo2zjs.rkkda.com
URLHP=http://foo2hp.rkkda.com
URLXQX=http://foo2xqx.rkkda.com
URLLAVA=http://foo2lava.rkkda.com
URLQPDL=http://foo2qpdl.rkkda.com
URLSLX=http://foo2slx.rkkda.com
URLHC=http://foo2hiperc.rkkda.com
URLHBPL=http://foo2hbpl.rkkda.com
URLDDST=http://foo2ddst.rkkda.com
URLHOME=https://github.com/OpenPrinting/foo2zjs
URLOAK=$(URLHOME)
URLZJS=$(URLHOME)
URLHP=$(URLHOME)
URLXQX=$(URLHOME)
URLLAVA=$(URLHOME)
URLQPDL=$(URLHOME)
URLSLX=$(URLHOME)
URLHC=$(URLHOME)
URLHBPL=$(URLHOME)
URLDDST=$(URLHOME)
FTPSITE=~/.ncftp-website
FTPOPTS=
FTPOPTS=-S
Expand Down
33 changes: 25 additions & 8 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,14 @@ GENERAL

- Konica Minolta magicolor 2530 DL B/W and color
- Konica Minolta magicolor 2490 MF B/W and color
- Xerox Phaser 6115MFP B/W and color
- Konica Minolta magicolor 2480 MF B/W and color
- Konica Minolta magicolor 1690MF B/W and color
- Konica Minolta magicolor 1680MF B/W and color
- Konica Minolta magicolor 1600W B/W and color
- Konica Minolta magicolor 4690MF B/W and color
- Oki C110 B/W and color
- Xerox Phaser 6115MFP B/W and color
- Xerox Phaser 6121MFP B/W and color

FOO2OAK
-------
Expand Down Expand Up @@ -88,6 +91,7 @@ GENERAL
- Samsung CLP-2160 B/W and color
- Samsung CLP-3160 B/W and color
- Samsung CLP-3175 B/W and color
- Samsung CLP-3185 B/W and color
- Xerox Phaser 6110 B/W and color
- Xerox Phaser 6110MFP B/W and color

Expand Down Expand Up @@ -130,7 +134,8 @@ GENERAL
- Oki C3300n/C3400n
- Oki C3530n MFP
- Oki C5100n/C5150n/C5200n
- Oki C5500n/C5600n/C5800n
- Oki C5500n/C5600n/C5650n/C5800n
- Olivetti-d-Color P160W

FOO2HBPL2
---------
Expand All @@ -150,6 +155,13 @@ GENERAL
- Xerox WorkCentre 3045 Multifunction Monochrome Printer
- Xerox WorkCentre 6015 Multifunction Color Printer

FOO2DDST
--------
With this utility, you can print to some Ricoh printers, such as these:

- Ricoh Aficio SP 112 B/W
- Ricoh Aficio SP 201 B/W

Please read the manual pages for more details on the program operation.

$ acroread manual.pdf
Expand All @@ -176,7 +188,7 @@ BUGS AND DEFICIENCIES
in ZjStream printers. It is possible that bugs or subtle
implementation differences might result in incorrect printer behavior.

AUTHORS
AUTHORS (PAST HISTORY)
The foo2zjs engine program began life as Robert Szalai's 'pbmtozjs'
program. It also uses Markus Kuhn's JBIG-KIT compression library
(included, but available at http://www.cl.cam.ac.uk/~mgk25/jbigkit/),
Expand All @@ -190,14 +202,19 @@ AUTHORS
entries for the Minolta/QMS magicolor 2300 DL.

The foo2* engine was written entirely from scratch by Rick Richardson.
Past upkeep and maintenance up to approximately 2020, you were able to
contact the author at mailto://rick.richardson@comcast.net

The latest version of foo2zjs can be found at:
Please see ChangeLog and Git History for more detailed information.

http://foo2zjs.rkkda.com
wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz
AUTHORS (2025+):
The latest version of foo2zjs can be found at:
home = https://github.com/OpenPrinting/foo2zjs
release = https://github.com/OpenPrinting/foo2zjs/releases

You can contact the current author at mailto://rick.richardson@comcast.net
I do not read or reply to HTML email or messages sent under an alias.
Bugs, problems, improvements can be sent to:
issues = https://github.com/OpenPrinting/foo2zjs/issues
patches = https://github.com/OpenPrinting/foo2zjs/pulls

LICENSE
This program is free software; you can redistribute it and/or modify
Expand Down
33 changes: 25 additions & 8 deletions README.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,14 @@ GENERAL

- Konica Minolta magicolor 2530 DL B/W and color
- Konica Minolta magicolor 2490 MF B/W and color
- Xerox Phaser 6115MFP B/W and color
- Konica Minolta magicolor 2480 MF B/W and color
- Konica Minolta magicolor 1690MF B/W and color
- Konica Minolta magicolor 1680MF B/W and color
- Konica Minolta magicolor 1600W B/W and color
- Konica Minolta magicolor 4690MF B/W and color
- Oki C110 B/W and color
- Xerox Phaser 6115MFP B/W and color
- Xerox Phaser 6121MFP B/W and color

FOO2OAK
-------
Expand Down Expand Up @@ -88,6 +91,7 @@ GENERAL
- Samsung CLP-2160 B/W and color
- Samsung CLP-3160 B/W and color
- Samsung CLP-3175 B/W and color
- Samsung CLP-3185 B/W and color
- Xerox Phaser 6110 B/W and color
- Xerox Phaser 6110MFP B/W and color

Expand Down Expand Up @@ -130,7 +134,8 @@ GENERAL
- Oki C3300n/C3400n
- Oki C3530n MFP
- Oki C5100n/C5150n/C5200n
- Oki C5500n/C5600n/C5800n
- Oki C5500n/C5600n/C5650n/C5800n
- Olivetti-d-Color P160W

FOO2HBPL2
---------
Expand All @@ -150,6 +155,13 @@ GENERAL
- Xerox WorkCentre 3045 Multifunction Monochrome Printer
- Xerox WorkCentre 6015 Multifunction Color Printer

FOO2DDST
--------
With this utility, you can print to some Ricoh printers, such as these:

- Ricoh Aficio SP 112 B/W
- Ricoh Aficio SP 201 B/W

Please read the manual pages for more details on the program operation.

$ acroread manual.pdf
Expand All @@ -176,7 +188,7 @@ BUGS AND DEFICIENCIES
in ZjStream printers. It is possible that bugs or subtle
implementation differences might result in incorrect printer behavior.

AUTHORS
AUTHORS (PAST HISTORY)
The foo2zjs engine program began life as Robert Szalai's 'pbmtozjs'
program. It also uses Markus Kuhn's JBIG-KIT compression library
(included, but available at http://www.cl.cam.ac.uk/~mgk25/jbigkit/),
Expand All @@ -190,14 +202,19 @@ AUTHORS
entries for the Minolta/QMS magicolor 2300 DL.

The foo2* engine was written entirely from scratch by Rick Richardson.
Past upkeep and maintenance up to approximately 2020, you were able to
contact the author at mailto://rick.richardson@comcast.net

The latest version of foo2zjs can be found at:
Please see ChangeLog and Git History for more detailed information.

${URLZJS}
wget ${URLZJS}/foo2zjs.tar.gz
AUTHORS (2025+):
The latest version of foo2zjs can be found at:
home = ${URLHOME}
release = ${URLHOME}/releases

You can contact the current author at mailto://rick.richardson@comcast.net
I do not read or reply to HTML email or messages sent under an alias.
Bugs, problems, improvements can be sent to:
issues = ${URLHOME}/issues
patches = ${URLHOME}/pulls

LICENSE
This program is free software; you can redistribute it and/or modify
Expand Down