mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
111 lines
3.5 KiB
Plaintext
111 lines
3.5 KiB
Plaintext
We welcome and encourage you to send us:
|
|
|
|
* calc resource files
|
|
* calc shell scripts
|
|
* any builtin functions that you have modified or written
|
|
* custom functions that you have modified or written
|
|
* any other source code modifications
|
|
|
|
Prior to doing so, you should consider applying your changes to the most
|
|
recent version of calc.
|
|
|
|
Landon Noll maintains the official calc home page at:
|
|
|
|
http://www.isthe.com/chongo/tech/comp/calc/
|
|
|
|
See:
|
|
|
|
http://www.isthe.com/chongo/tech/comp/calc/calc-download.html
|
|
|
|
for information on how to obtain up a recent version of calc.
|
|
|
|
=-=
|
|
|
|
In order to consider integrating your code, we need:
|
|
|
|
* the calc version you are working with (use the latest calc, see above)
|
|
* new help files or help file patches, if applicable (documentation)
|
|
* proposed text for the CHANGES file (brief description of what it does)
|
|
* regress.cal test patch, if applicable
|
|
* your source code and/or source code changes (:-))
|
|
|
|
The best way to send us new code, if your changes are small, is
|
|
via a patch (diff -c from the latest alpha code to your code).
|
|
If your change is large, you should send entire files (either
|
|
as a diff -c /dev/null your-file patch, or as a uuencoded and
|
|
gziped (or compressed) tar file).
|
|
|
|
To contribute code, scripts, resource files and/or to help please
|
|
join the low volume calc mailing list by sending EMail to:
|
|
|
|
calc-contrib at asthe dot com
|
|
|
|
[[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]]
|
|
[[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]]
|
|
|
|
Your subject must contain the words:
|
|
|
|
calc mailing list subscription
|
|
|
|
You may have additional words in your subject line.
|
|
|
|
Feel free to follow the name line with additional EMail text as desired.
|
|
|
|
Thanks for considering submitting code to calc. Calc is a collective
|
|
work by a number of people. It would not be what it is today without
|
|
your efforts and submissions!
|
|
|
|
=-=
|
|
|
|
Calc bug reports and calc bug fixes should be sent to:
|
|
|
|
calc-bugs at asthe dot com
|
|
|
|
[[ NOTE: Replace 'at' with @, 'dot' is with . and remove the spaces ]]
|
|
[[ NOTE: The EMail address uses 'asthe' and the web site URL uses 'isthe' ]]
|
|
|
|
Your subject must contain the words:
|
|
|
|
calc bug report
|
|
|
|
You may have additional words in your subject line.
|
|
|
|
See the BUGS file or try the help command:
|
|
|
|
help bugs
|
|
|
|
for details on bug reporting.
|
|
|
|
=-=
|
|
|
|
Landon Curt Noll
|
|
http://www.isthe.com/chongo/
|
|
|
|
chongo (share and enjoy) /\../\
|
|
|
|
## Copyright (C) 1999 Landon Curt Noll
|
|
##
|
|
## Calc is open software; you can redistribute it and/or modify it under
|
|
## the terms of the version 2.1 of the GNU Lesser General Public License
|
|
## as published by the Free Software Foundation.
|
|
##
|
|
## Calc is distributed in the hope that it will be useful, but WITHOUT
|
|
## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
## or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
|
|
## Public License for more details.
|
|
##
|
|
## A copy of version 2.1 of the GNU Lesser General Public License is
|
|
## distributed with calc under the filename COPYING-LGPL. You should have
|
|
## received a copy with calc; if not, write to Free Software Foundation, Inc.
|
|
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
##
|
|
## @(#) $Revision: 30.1 $
|
|
## @(#) $Id: contrib,v 30.1 2007/03/16 11:10:42 chongo Exp $
|
|
## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/contrib,v $
|
|
##
|
|
## Under source code control: 1997/03/09 16:33:22
|
|
## File existed as early as: 1997
|
|
##
|
|
## chongo <was here> /\oo/\ http://www.isthe.com/chongo/
|
|
## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/
|