JargonFile/README.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2014-03-27 18:51:44 +00:00
The Jargon File
2014-04-26 18:57:22 +00:00
===============
Originally created by [Raphael Finkel](http://www.cs.uky.edu/~raphael/), _The Jargon File_ is a list of slang terms used by computer programmers. In recent years the file has fallen into disrepair and much of the language has become dated or irrelevant as fashions, technologies and memes have changed.
2014-04-26 19:25:18 +00:00
I encourage readers to reclaim _The Jargon File_ and make changes, additions or deletions as they see fit. All vaguely sensible pull requests will be considered.
For readability within a Git repository all entries should be plain ASCII text with a maximum of 78 characters across.
2014-04-26 18:57:22 +00:00
This version of _The Jargon File_ was based upon [version 4.4.7 maintained by Eric S. Raymond](http://www.catb.org/jargon/). It was originally imported from HTML via the _importJargon.py_ script within the _import_ subdirectory.
Converting to other formats
---------------------------
As a Git repository the file isn't all that useful. You can export it as a manpage as follows.
```bash
python makeJargon.py
sudo install -m 644 man/jargon.1.gz /usr/local/share/man/man1
```