aboutsummaryrefslogtreecommitdiff
path: root/pkg/proto/README
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/proto/README
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
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.