1 We welcome and encourage you to send us:
5 * any builtin functions that you have modified or written
6 * custom functions that you have modified or written
7 * any other source code modifications
9 Prior to doing so, you should consider applying your changes to the most
10 recent version of calc.
12 Landon Noll maintains the official calc home page at:
14 http://www.isthe.com/chongo/tech/comp/calc/
18 http://www.isthe.com/chongo/tech/comp/calc/calc-download.html
20 for information on how to obtain up a recent version of calc.
24 In order to consider integrating your code, we need:
26 * the calc version you are working with (use the latest calc, see above)
27 * new help files or help file patches, if applicable (documentation)
28 * proposed text for the CHANGES file (brief description of what it does)
29 * regress.cal test patch, if applicable
30 * your source code and/or source code changes (:-))
32 The best way to send us new code, if your changes are small, is
33 via a patch (diff -c from the latest alpha code to your code).
34 If your change is large, you should send entire files (either
35 as a diff -c /dev/null your-file patch, or as a uuencoded and
36 gziped (or compressed) tar file).
38 To contribute code, scripts, resource files and/or to help please
39 join the low volume calc mailing list by sending EMail to:
41 calc-contrib at asthe dot com
43 [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]]
44 [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]]
46 Your subject must contain the words:
48 calc mailing list subscription
50 You may have additional words in your subject line.
52 Feel free to follow the name line with additional EMail text as desired.
54 Thanks for considering submitting code to calc. Calc is a collective
55 work by a number of people. It would not be what it is today without
56 your efforts and submissions!
60 Calc bug reports and calc bug fixes should be sent to:
62 calc-bugs at asthe dot com
64 [[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]]
65 [[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]]
67 Your subject must contain the words:
71 You may have additional words in your subject line.
73 See the BUGS file or try the help command:
77 for details on bug reporting.
82 http://www.isthe.com/chongo/
84 chongo (share and enjoy) /\../\
86 ## Copyright (C) 1999 Landon Curt Noll
88 ## Calc is open software; you can redistribute it and/or modify it under
89 ## the terms of the version 2.1 of the GNU Lesser General Public License
90 ## as published by the Free Software Foundation.
92 ## Calc is distributed in the hope that it will be useful, but WITHOUT
93 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
94 ## or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
95 ## Public License for more details.
97 ## A copy of version 2.1 of the GNU Lesser General Public License is
98 ## distributed with calc under the filename COPYING-LGPL. You should have
99 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
100 ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
102 ## @(#) $Revision: 30.1 $
103 ## @(#) $Id: contrib,v 30.1 2007/03/16 11:10:42 chongo Exp $
104 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/contrib,v $
106 ## Under source code control: 1997/03/09 16:33:22
107 ## File existed as early as: 1997
109 ## chongo <was here> /\oo/\ http://www.isthe.com/chongo/
110 ## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/