aboutsummaryrefslogtreecommitdiff
path: root/pkg/proto/README
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/proto/README
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/proto/README')
-rw-r--r--pkg/proto/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/proto/README b/pkg/proto/README
new file mode 100644
index 00000000..3322c859
--- /dev/null
+++ b/pkg/proto/README
@@ -0,0 +1,12 @@
+The PROTO 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;
+PROTO provides a way for users to get software into the system without having
+to meet the mainline IRAF standards. Programs or packages installed in PROTO
+are automatically candidates for eventual migration into the main system.
+Tasks installed in PROTO are generally expected to go away after a while.
+
+Only portable IRAF software should be installed in the PROTO package.
+Nonportable programs should be placed in LOCAL and will not be exported with
+the system.