summaryrefslogtreecommitdiff
path: root/doc/docguide.htm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docguide.htm')
-rw-r--r--doc/docguide.htm36
1 files changed, 16 insertions, 20 deletions
diff --git a/doc/docguide.htm b/doc/docguide.htm
index 9bb4121..6601f1b 100644
--- a/doc/docguide.htm
+++ b/doc/docguide.htm
@@ -16,9 +16,9 @@ ALT="[Icon home]" WIDTH=128 HEIGHT=144 BORDER=0 ALIGN=RIGHT> </A>
<BR> <SMALL> Department of Computer Science </SMALL>
<BR> <SMALL> The University of Arizona </SMALL>
-<P> <SMALL> www.cs.arizona.edu/icon/v943/docguide.htm
-<BR> Last updated November 9, 2005 </SMALL>
-<!-- $Id: docguide.htm,v 1.28 2005/11/09 18:03:59 gmt Exp $ -->
+<P> <SMALL> www.cs.arizona.edu/icon/v950/docguide.htm
+<BR> Last updated November 16, 2009</SMALL>
+<!-- $Id: docguide.htm,v 1.33 2009/11/16 22:11:13 gmt Exp $ -->
<H2> Introduction </H2>
@@ -26,14 +26,18 @@ ALT="[Icon home]" WIDTH=128 HEIGHT=144 BORDER=0 ALIGN=RIGHT> </A>
<P> Icon is distributed with a small set of documentation pages:
<UL>
<LI> This documentation guide
+<LI> The <A href="icon.txt"><CODE>icon</CODE></A>
+ and <A href="icont.txt"><CODE>icont</CODE></A> commands
<LI> <A HREF=relnotes.htm> Release notes</A>
+<LI> <A HREF=macintosh.htm> Icon on Macintosh</A>
+<LI> <A HREF=cygwin.htm> Icon on Cygwin</A>
+<LI> <A HREF=faq.htm> Frequently asked questions</A>
<LI> <A HREF=install.htm> Installation instructions</A> (for binary releases)
<LI> <A HREF=build.htm> Build instructions</A> (for source releases)
-<LI> <A HREF=port.htm> Porting instructions</A>
<LI> <A HREF=files.htm> File organization</A>
-<LI> <A HREF=macintosh.htm> Icon on Macintosh</A>
-<LI> <A HREF=cygwin.htm> Icon on Cygwin</A>
-<LI> <A HREF=faq.htm> Frequently asked questions about Icon</A>
+<LI> <A HREF=port.htm> Porting instructions</A>
+<LI> <A HREF=cfuncs.htm> Loading C functions dynamically</A>
+<LI> <A HREF=extlvals.htm> External values</A>
</UL>
<P> This guide provides an overview of additional available information.
@@ -124,6 +128,7 @@ of the Icon books:
<LI> Path searching improvements
<LI> Reading directory contents
<LI> Reading foreign text files
+ <LI> <A HREF="extlvals.htm">External values</A>
</UL>
These features are more fully described in the
<A HREF=relnotes.htm>release notes</A>.
@@ -168,15 +173,6 @@ http://www.cs.arizona.edu/icon/docs/ipd239.htm</A>
<A HREF="http://www.cs.arizona.edu/icon/ftp/doc/ipd261.pdf">
www.cs.arizona.edu/icon/ftp/doc/ipd261.pdf</A> (PDF).
-<P> The construction of loadable C functions is described in
-the <CITE>Dynamic Loading</CITE> section of IPD240,
-<A HREF="http://www.cs.arizona.edu/icon/docs/ipd240.htm">
-www.cs.arizona.edu/icon/docs/ipd240.htm</A>.
-Also see the examples in the
-<A HREF="http://www.cs.arizona.edu/icon/library/ccfuncs.htm">
-<CODE>cfuncs</CODE></A> section of the library, which use
-a simpler set of interface macros.
-
<H2> Technical Reports </H2>
@@ -186,11 +182,11 @@ The index is found at
<A HREF="http://www.cs.arizona.edu/icon/docs/docs.htm">
www.cs.arizona.edu/icon/docs/docs.htm</A>.
-<P> Many of these reports are historical and describe past research
-experiments.
-Those cited above are among the most current,
+<P> Most of these reports are historical and
+many describe past research experiments.
+The reports cited above are among the most current,
although they may not be completely correct with respect
-to Version 9.4.
+to Version 9.5.
<H2> Discussion Group </H2>