Most links in the Jargon subweb are relative (in particular, all links to files below the Jargon File Resources directory are local). Thus, it shouldn't be necessary for you to edit URLs in the copy.
Note: we strongly discourage mirroring by hand, it leads to old mirrors not getting updated later on. It's a lot smarter to write a script that periodically re-copies everything...say, once every 30 or 60 days (or, better yet, checks more often to see if a re-copy is needed by comparing file dates). That way you'll stay up to date.
We're told that the following command mirrors the Jargon resources to a specified local-dir:
$jsite=https://tuxedo.org/~esr/jargon wget -q -T60 -nh -nH -L -np -x -np -m --cut-dirs 1 -P local-dir $jsiteTo use this, you'll need to have wget available in your path. (You don't actually need to indirect the sitename through a shell variable, we've just done that here to make it easier to read.)
Your installation script or RPM will need to do steps 3 and 4 of the INSTALL-HTML instructions.
The World Wide Web maintains a page of HTML converters you may be able to use to do most of the donkey-work for your conversion.
Once you have a nice polished conversion, send us a pointer to or copy of your converter. We'll make it available (on this page) so nobody has to do the work twice.
Please don't publish or distribute printed versions of the Jargon File. We can't legally stop you, but you shouldn't do it anyway. The File has a paper publisher (MIT Press) and a paper version, The New Hacker's Dictionary. They were good sports about the electronic re-distribution rights -- let's not make them regret that.
Finally, if you edit the Jargon File's actual content in any substantive way, please stick a notice right up front on your copy explaining who did it and why. We'd rather not be held responsible for anyone else's editing -- it's enough work being responsible for our own!