diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/nproto/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/nproto/README')
-rw-r--r-- | noao/nproto/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/noao/nproto/README b/noao/nproto/README new file mode 100644 index 00000000..c55c8b80 --- /dev/null +++ b/noao/nproto/README @@ -0,0 +1,12 @@ +The NPROTO package provides a place in the system where users can put their +programs for others to conveniently use, without modifying the IRAF system +itself (see also LOCAL). A program or package must meet a strict set of +standards to be installed in the IRAF system as a fully supported program; +NPROTO provides a way for users to get software into the system without having +to meet the mainline IRAF standards. Programs or packages installed in NPROTO +are automatically candidates for eventual migration into the main system. +Tasks installed in NPROTO are generally expected to go away after a while. + +Only portable IRAF software should be installed in the NPROTO package. +Nonportable programs should be placed in LOCAL and will not be exported with +the system. |