summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2004-08-05 23:13:45 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2004-08-05 23:13:45 (GMT)
commit8a4404945ba7cbd9f3c381eb2ca81c7f6506ab4b (patch)
tree42ccaaeb8ac8a4408bbd93d5fa8167e7afcf6b08
parentee5ce4a27f4a73effaa053f9318f0fc818e40138 (diff)
downloadhdf5-8a4404945ba7cbd9f3c381eb2ca81c7f6506ab4b.zip
hdf5-8a4404945ba7cbd9f3c381eb2ca81c7f6506ab4b.tar.gz
hdf5-8a4404945ba7cbd9f3c381eb2ca81c7f6506ab4b.tar.bz2
[svn-r9033]
Description: RM_H5Front.html Add link to new C++ Ref Manual (and delete link to superseded old C++ Interfaces document) index.html Restructure page in attempt to reduce cluttered appearance Revise "HDF5 User's Guide" section Rework "HDF5 Ref Manual" and "Foreign Languages" sections, with particular attention to the new C++ RM Replace links to two outdated Parallel HDF5 documents with link to a much more current page on the HDF website (and move link into the "at NCSA" column) Add emphasis to "Tools" link Platforms tested: Mozilla, Safari
-rw-r--r--doc/html/RM_H5Front.html6
-rw-r--r--doc/html/index.html96
2 files changed, 54 insertions, 48 deletions
diff --git a/doc/html/RM_H5Front.html b/doc/html/RM_H5Front.html
index 4bac1fc..7fe513d 100644
--- a/doc/html/RM_H5Front.html
+++ b/doc/html/RM_H5Front.html
@@ -186,8 +186,8 @@ which are described in the following documents.
<a href="cpplus/CppUserNotes.pdf" target="External">
<cite>HDF5 C++ User's Notes</cite></a>
<p>
- <a href="cpplus/CppInterfaces.html" target="External">
- <cite>HDF5 C++ Interfaces</cite></a>
+ <A HREF="cpplus_RM/index.html" target="CppExternal">
+ <cite>HDF5 C++ API Reference Manual</cite></A>
<!--
<p>
(Note that the C++ APIs are not yet integrated into the
@@ -242,7 +242,7 @@ And in this document, the
Describes HDF5 Release 1.6.2, February 2004
</address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT">
<!--
-document.writeln("Last modified: 1 July 2004");
+document.writeln("Last modified: 4 August 2004");
-->
</SCRIPT>
diff --git a/doc/html/index.html b/doc/html/index.html
index bd55356..baa5699 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -41,7 +41,7 @@
<CENTER>
<table border=0 width=90%>
-<tr><td rowspan=5 bgcolor="#BBFFFF" valign=top align=left width=35%>
+<tr><td rowspan=4 bgcolor="#BBFFFF" valign=top align=left width=35%>
<center><h3>HDF Links at NCSA</h3></center>
<dl>
<dt><a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
@@ -71,6 +71,13 @@
<li>Other HDF5-related papers and presentations
</ul>
<p>
+ <dt><a href="http://hdf.ncsa.uiuc.edu/HDF5/PHDF5/"
+ target="ExtWin">Parallel HDF5</a>
+ <ul>
+ <li>HDF5 in parallel computing environments
+ <li>Installation, tutorial, Q&amp;A, design notes
+ </ul>
+ <p>
<dt><a href="http://hdf.ncsa.uiuc.edu/HDF5/XML/" target="ExtWin">XML and HDF5</a>
<ul>
<li>XML tools and standard XML DTD for HDF5
@@ -105,55 +112,53 @@
<li>An overview of design goals behind the HDF5 library and file format
<li>An introduction to HDF5 programming
</ul>
+
+<dt><A HREF="http://hdf.ncsa.uiuc.edu/HDF5/doc/Tutor/index.html"
+ target="ExternalT">HDF5 Tutorial</a>
+ <ul>
+ <li>A tutorial introduction to HDF5
+ <li><i>Served from the HDF5 website at NCSA</i>
+ </ul>
+
<dt><A HREF="http://hdf.ncsa.uiuc.edu/HDF5/doc/UG/">HDF5 User's Guide</A>
<ul>
- <li>A new user's guide, though currently a work in progress
- <li>This guide will be updated as work progresses;
- current status will always be posted on the opening page
+ <li>A new user's guide, first published with HDF5 Release 2.0
<li>The <A HREF="H5.user.html">HDF5 Release 1.4.5 User's Guide</A>
remains available, though it has not been updated
for the current release
</ul>
-<dt><A HREF="RM_H5Front.html">HDF5 Reference Manual</A>
- <ul>
- <li>A complete reference manual for the HDF5 APIs
- </ul>
-<dt><A HREF="ADGuide.html">HDF5 Application Developer's Guide</A>
+<dt><A HREF="RM_H5Front.html">HDF5 Reference Manuals</A>
<ul>
- <li><A HREF="ADGuide/Changes.html">Changes</A> since the last release
- <li>Standards definitions and development guidelines
+ <li>Complete reference manuals for the HDF5 APIs
+ <li><A HREF="RM_H5Front.html">The C APIs</A>, HDF5's &ldquo;native language&rdquo;
+ <li><A HREF="RM_H5Front.html#F90andCPPlus">The Fortran90 APIs</A>
+ <li><A HREF="cpplus_RM/index.html" target="CppExternal">The C++ APIs</a>
+ <li>The Java APIs
</ul>
-<dt><A HREF="RM_H5Front.html#F90andCPPlus">Fortran90 and C++ APIs</A>
+<dt><A HREF="RM_H5Front.html#F90andCPPlus">HDF5 and &ldquo;Foreign Languages&rdquo;</A>
<ul>
- <li>Non-C APIs linked from and incorporated in the
- <cite>HDF5 Reference Manual</cite>
+ <li>Fortran90 <A HREF="fortran/F90UserNotes.html">User's Notes</A>,
+ <A HREF="fortran/F90Flags.html">Flags and Datatypes</A>, and
+ <A HREF="RM_H5Front.html#F90andCPPlus">Reference Manual</A>
+ <li>C++ <A HREF="cpplus/CppUserNotes.pdf">User's Notes</A>
+ and <A HREF="cpplus_RM/index.html"
+ target="CppExternal">Reference Manual</A>
+ <li><A href="http://hdf.ncsa.uiuc.edu/hdf-java-html/"
+ target="ExtWin">Java products</A> and the
+ <A href="http://hdf.ncsa.uiuc.edu/hdf-java-html/JNI/jhi5/index.html"
+ target="ExtWin">Java HDF5 Interface</A><br>
+ <i>Served from the HDF5 website at NCSA</i>
</ul>
+
<dt><A HREF="Glossary.html">HDF5 Glossary</A>
<ul>
<li>A glossary of terms as they are used in HDF5
</ul>
-</dl>
-</td></tr><tr><td bgcolor="#FFFFFF">
-</td><td bgcolor="#BBFFFF" valign=top align=left>
-<dl>
-<dt><A HREF="Tools.html">HDF5 Tools</a>
- <ul>
- <li>HDF5 tools, including Java-based tools
- <li><code>HDFView</code>, <code>h5dump</code>,
- <code>h5ls</code>, <code>h5toh4</code>, etc.
- </ul>
-</dl>
-</td></tr><tr><td bgcolor="#FFFFFF">
-</td><td bgcolor="#BBFFFF" valign=top align=left>
-<dl>
-<dt><A HREF="http://hdf.ncsa.uiuc.edu/HDF5/doc/Tutor/index.html"
- target="ExternalT">HDF5 Tutorial</a>
-<!-- For the day when we bring the Tutorial back into the distribution:
- <dt><A HREF="Tutor/index.html">HDF5 Tutorial</a> -->
+<dt><A HREF="ADGuide.html">HDF5 Application Developer's Guide</A>
<ul>
- <li>A tutorial introduction to HDF5
- <br>
- (served from the HDF5 website at NCSA)
+ <li>Standards definitions and development guidelines
+ <li><A HREF="ADGuide/Changes.html">Changes in the HDF5 Library</A>
+ since the last release
</ul>
</dl>
</td></tr>
@@ -186,21 +191,22 @@
</td></tr>
-->
-
+<tr>
<tr><td bgcolor="#FFFFFF">
</td><td bgcolor="#BBFFFF" valign=top align=left>
+<center><h3>HDF5 Tools</h3></center>
<dl>
-<dt><A HREF="ph5design.html">Parallel HDF5 Design</A>
- <ul>
- <li>The design specification of the parallel HDF5 APIs
- <li>An example program
- </ul>
-<dt><A HREF="ph5implement.txt">Parallel HDF5 Implementation</A>
+<dt><A HREF="Tools.html">HDF5 Tools</a>
<ul>
- <li>The current status of implmentation of the parallel HDF5 APIs
+ <li>HDF5 tools, including Java-based tools
+ <li><code>HDFView</code>, <code>h5dump</code>,
+ <code>h5ls</code>, <code>h5toh4</code>, etc.
</ul>
</dl>
-</td></tr><tr><td bgcolor="#FFFFFF">
+</td></tr>
+
+
+<tr><td bgcolor="#FFFFFF">
</td><td bgcolor="#BBFFFF" valign=top align=left>
<center><h3>HDF5 Library Development Documentation</h3></center>
<dl>
@@ -238,7 +244,7 @@
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
<!-- hhmts start -->
-Last modified: 24 February 2004
+Last modified: 4 August 2004
<!-- hhmts end -->
<br>