mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
139 lines
4.5 KiB
Plaintext
139 lines
4.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 calc-tester. Then send
|
|
your contribution to the calc-tester mailing list.
|
|
|
|
To subscribe to the calc-tester mailing list, visit the following URL:
|
|
|
|
https://www.listbox.com/subscribe/?list_id=239342
|
|
|
|
To help determine you are a human and not just a spam bot,
|
|
you will be required to provide the following additional info:
|
|
|
|
Your Name
|
|
Calc Version
|
|
Operating System
|
|
The date 7 days ago
|
|
|
|
This is a low volume moderated mailing list.
|
|
|
|
This mailing list replaces calc-tester at asthe dot com list.
|
|
|
|
If you need a human to help you with your mailing list subscription,
|
|
please send EMail to our special:
|
|
|
|
calc-tester-maillist-help at asthe dot com
|
|
|
|
NOTE: Remove spaces and replace 'at' with @, 'dot' with .
|
|
|
|
address. To be sure we see your EMail asking for help with your
|
|
mailing list subscription, please use the following phase in your
|
|
EMail Subject line:
|
|
|
|
calc tester mailing list help
|
|
|
|
That phrase in your subject line will help ensure your
|
|
request will get past our anti-spam filters. You may have
|
|
additional words in your subject line.
|
|
|
|
=-=
|
|
|
|
Calc bug reports and calc bug fixes should be sent to:
|
|
|
|
calc-bug-report at asthe dot com
|
|
|
|
NOTE: Remove spaces and replace 'at' with @, 'dot' with .
|
|
|
|
This replaces the old calc-bugs at asthe dot com address.
|
|
|
|
To be sure we see your EMail reporting a calc bug, please use the
|
|
following phase in your EMail Subject line:
|
|
|
|
calc bug report
|
|
|
|
That phrase in your subject line will help ensure your
|
|
request will get past our anti-spam filters. You may have
|
|
additional words in your subject line.
|
|
|
|
However, you may find it more helpful to simply subscribe
|
|
to the calc-tester mailing list (see above) and then to
|
|
send your report to that mailing list as a wider set calc
|
|
testers may be able to help you.
|
|
|
|
=-=
|
|
|
|
The calc web site is located at:
|
|
|
|
http://www.isthe.com/chongo/tech/comp/calc/
|
|
|
|
NOTE: The EMail address uses 'asthe', while the web site uses 'isthe'.
|
|
|
|
=-=
|
|
|
|
Landon Curt Noll
|
|
http://www.isthe.com/chongo/
|
|
|
|
chongo (share and enjoy) /\../\
|
|
|
|
## Copyright (C) 1999,2014 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.2 $
|
|
## @(#) $Id: contrib,v 30.2 2014/10/06 08:39:45 chongo Exp $
|
|
## @(#) $Source: /usr/local/src/bin/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/
|