Mirroring, Redistributing, and Reformatting the Jargon File

Google

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> content="HTML Tidy for Linux/x86 (vers 1st February 2002), see www.w3.org" />

Mirroring and Redistributing the Jargon File

The Jargon File is in the public domain, to be freely used, shared, and modified. There are (by intention) no legal restraints on what you can do with it, but there are conventions about its proper use which help people a lot of get the best use out of it, and minimize hassles for the maintainers. They're simple:

  • Get the latest version to mirror or redistribute.
  • Don't mirror or convert by hand!

We encourage people to mirror the Jargon File WWW resources. Just copy all the HTML files under the jargon FTP directory at http://tuxedo.org/~esr/jargon/. Follow the directions in the INSTALL-HTML file. And tell us that you've done it so we can add you to our list of mirrors.

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:

wget -m http://tuxedo.org/~esr/jargon/ -nH --cut-dirs=2 -np -L -P /home/httpd/htdocs/jargon

To use this, you'll need to have wget available in your path.

Re-distributing the Jargon File

If you distribute a free Unix (like Linux or one of the free BSD variants) we encourage you to include the Jargon File HTML version as part of your system documentation tree.

Your installation script or RPM will need to do steps 3 and 4 of the INSTALL-HTML instructions.

Re-packaging the Jargon File

We also encourage people to repackage the HTML Jargon File content in their own favorite formats (RTF, FrameMaker, Hypercard, etc.) and redistribute it. We'll even help you do it. With these conditions:

  • Don't convert by hand!
  • Send us a copy of your conversion script.
  • Please don't publish a printed version.
  • If you edit the File's content, clearly so indicate!

Once again, we strongly discourage hand-hacking. Don't do it! It only leads to one-off conversions that never get redone and age rapidly, causing headaches down the road for everyone. It's much smarter to write a script (in Python or Perl or whatever) to mechanically massage the HTML version into your preferred form. That way you can re-convert painlessly whenever a new HTML version hits the streets.

The World Wide Web Consortium 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!



Eric S. Raymond <esr@snark.thyrsus.com>