1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
|
Much of this stuff is contributed by someone else, so please don't ask *me*.
gert
-----------------------------------------------------------
next-login/
Replacement for /bin/login on NeXT machines (standard one has
problems with 8-Bit characters)
-----------------------------------------------------------
autoprint.sh
make the "print" command of ELM/MUSH print the incoming fax instead if you
feed it a "a fax has arrived" mail.
-----------------------------------------------------------
logparse.c
A Logfile parser for sendfax-Logfiles
-----------------------------------------------------------
faxman.pl / faxman.doc
Fax Manager: view incoming / outgoing fax queues, manipulate faxes, print, ...
- Klaus Lichtenwalder (klaus@gaston.m.isar.de)
(now in ../frontends/tkperl)
-----------------------------------------------------------
faxview.tcl
Fax viewer using Tcl/Tk, from Ralf Schleicher (rs@purple.in-ulm.de)
(now in ../frontends/tcl)
-----------------------------------------------------------
faxdvi-1.1.tar
Tool suite for even better interaction of faxspool/sendfax with TeXdvi,
written by Ralf Schleicher <rs@purple.PNoF.sub.org>. NOT INCLUDED (too
big), but you can get it from ftp.informatik.tu-muenchen.de, in the
/pub/comp/networking/communication/modems/mgetty/ directory.
-----------------------------------------------------------
faxdvi2.perl
Part of that suite, make faxing of .dvi files more comfortable.
-----------------------------------------------------------
ttyenable
script to enable / disable /etc/inittab entries for a given tty line
(H.P.Heidinger)
-----------------------------------------------------------
readme.supra
some notes about some SUPRA Faxmodem releases that tend to forget about
the RTS/CTS handshake settings
-----------------------------------------------------------
log_diags
Some patches by Uwe S. Fuerst, to include diagnostic informations about
the last connection made into the mgetty log files (configurable for
different modem types). Look at it, instructions / examples included.
-----------------------------------------------------------
dvi-fax
A brief instruction how to make "dvips" generate high-quality
204x196 dpi fonts for fax files (far better output quality
than with re-scaled 300 dpi fonts).
klaus@snarc.greenie.muc.de
-----------------------------------------------------------
../samples/new_fax.lj
A sample script to print incoming faxes on a HP laserjet. Use as
"FAX_NOTIFY_PROGRAM" (policy.h).
klaus@snarc.greenie.muc.de
-----------------------------------------------------------
../samples/new_fax.mail
A sample script to mail away incoming faxes.
gert@greenie.muc.de
-----------------------------------------------------------
../samples/new_fax.mime
A sample script to send incoming faxes as MIME mail to ``faxmaster''
Marc@Synergytics.Com
-----------------------------------------------------------
lp-fax
A printer driver for SCO Unix (and ODT), to send faxes with
"lp -dfax -oto=<fax-number>" from within any application
Used as "/usr/spool/lp/admins/lp/interfaces/fax" script.
gert@greenie.muc.de
-----------------------------------------------------------
faxiobe.sh
A fax driver backend for IBM AIX (provided by Michael Staats).
Readme included in the shell archive.
michael@hal6000.thp.uni-duisburg.de
-----------------------------------------------------------
gslp-iso.p
A patch to ghostscript's "gslp.ps" to be able to use all iso-8859-
characters (including national special characters).
arne@mars.rmt.sub.org
-----------------------------------------------------------
gs-security.fix
A patch to ghostscript's "gs_init.ps" to prevent ugly things from
happening if you view "bad-guy-postscript".
juphoff@nrao.edu
-----------------------------------------------------------
3b1
Some additional hints about AT&T's 3B1 and mgetty+sendfax.
-----------------------------------------------------------
faxin.c
compile, link with logfile.o, faxlib.o, faxrec.o and you have a standalone
fax receiver that could be called upon receipt of "+FCON" from any getty
or login program.
Options: "-x <debug>", "-d <receive_to_directory>"
Make: just go to the mgetty directory, call "make contrib-all"
gert@greenie.muc.de
-----------------------------------------------------------
g3toxwd.c
From: Chel van Gennip <chel@bazis.nl>
A small program to convert G3 input to X11 screen dumps (xwd) - a lot
faster than g3tobpm |pbmtoxwd
-----------------------------------------------------------
g3tolj.c
From: Chel van Gennip <chel@bazis.nl>
A small program to convert G3 input to HP laserjet output
-----------------------------------------------------------
two-modems
Instruction + patches to use mgetty with two modems on a line, one for
fax-only and one for data-only.
-----------------------------------------------------------
../dialog/listen
A small utility to browse through incoming voice messages, play them or
delete them.
nelson@crynwr.com (Russell Nelson), klaus@snarc.greenie.muc.de (Klaus Weidner)
-----------------------------------------------------------
pbmscale.c
From: Chel van Gennip <chel@bazis.nl>
To: gert@greenie.muc.de
Subject: Re: FAX software to run under SCO ????
[...]
To improve the speed of handling faxes I made a simple pbmscale program to
scale portable bitmaps without converting them to graymaps. I'll include the
source in this mail. To use it with pbmplus you only need some trivial
changes in pbmmerge.c an Makefile.
Typical usage:
cat faxn... |g3topbm|pbmscale -scale 0.35 -aspect 2.0| pnmtoxdm |xdum
or
cat faxn... |g3topbm|pbmscale -scale 1.35 -aspect 2.0| pbmtolj | lp -d hpdeskjet
[...]
From: Chel van Gennip <chel@bazis.nl>
To: gert@greenie.muc.de
>Do you have some explantation of all the switches?
pbmscale [-scale N] [-aspect N] [-stretch] [pbmfile]";
-scale N Scale x and y by factor N, eg. -scale 1.35
-aspect N, N is multiplier for the y scale factor eg. -aspect 1.9
-stretch equivalent with -aspect 2.0
So the resulting bitmap is <scale>*x by <scale>*<aspect>*y dots.
Regards,
Chel
-----------------------------------------------------------
|