diff options
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. |