simplified eexec crypt functions
[mplib] / README
1
2 This README file for the MetaPost distribution is public domain.
3
4 MetaPost is a system for producing graphics developed by John Hobby at
5 AT&T, based on Donald Knuth's Metafont. The current distribution is
6 written in Cweb, and released under GPL version 2. See COPYING
7 for details.
8
9 - The MetaPost home page is http://tug.org/metapost.
10
11 - The <metapost@tug.org> mailing list is for general help and discussion
12   of MetaPost; to subscribe, visit http://tug.org/mailman/listinfo/metapost.
13
14 - MetaPost development is currently hosted at supelec.fr; visit
15   https://foundry.supelec.fr/projects/metapost for the current development
16   team members, sources, and much else.
17   
18 - Please report bugs and request enhancements either on the
19   metapost@tug.org list, or through Sarovar.  (Please do not send
20   reports directly to Dr. Hobby any more.)
21
22 This README file merely describes this packaging and source layout of
23 the MetaPost system.  See INSTALL for some installation help, and
24 CHANGES for recent and not-so-recent improvements to MetaPost.
25
26 The source installation package has been created by extracting the
27 bits and pieces of TeX Live 2007 that are absolutely needed to compile
28 Metapost in such a way that it can be plugged into an existing
29 web2c-based installation afterwards. See http://tug.org/texlive/ for more
30 information.
31
32 The executable that is created by the build process is named mpost. 
33 As is normal in current web2c systems, this executable functions as both
34 inimp and virmp by means of a command-line switch.
35
36 The source for MetaPost is mplib/*.w
37
38 Have fun!
39
40 -----------------------------------------------------------------------
41 The following AT&T software is hereby put into the public domain:
42
43     The MetaPost system, including the interpreter, mp,
44     and support programs mpto, dvitomp and dmp
45
46 This does not constitute a precedent to be applied to any other AT&T
47 copyright software.
48
49 AT&T relinquishes all intellectual property rights to this code, both
50 source and binary form and permission is granted for anyone to use,
51 duplicate, modify and redistribute it.
52
53 AT&T provides absolutely NO WARRENTEE OF ANY KIND with respect to this
54 software.  The entire risk as to the quality and performance of this
55 software is with the user.
56
57 IN NO EVENT WILL AT&T BE LIABLE TO ANYONE FOR ANY DAMAGES
58 ARISING OUT OF THE USE OF THIS SOFTWARE, INCLUDING, WITHOUT
59 LIMITATION, DAMAGES RESULTING FROM LOST DATA OR LOST PROFITS,
60 OR FOR ANY SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES.
61
62 -----------------------------------------------------------------------