diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-03-08 22:11:49 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-03-08 22:11:49 (GMT) |
commit | f3e7e5b438a919bd2332b062b1bfac5d426c76f6 (patch) | |
tree | 73de049c2ec3b356cd228637b40fe8a06dfb2ecf /doc/html | |
parent | 17a8d930010ab9d99631acd3c6f041d61bdf7f4c (diff) | |
download | hdf5-f3e7e5b438a919bd2332b062b1bfac5d426c76f6.zip hdf5-f3e7e5b438a919bd2332b062b1bfac5d426c76f6.tar.gz hdf5-f3e7e5b438a919bd2332b062b1bfac5d426c76f6.tar.bz2 |
[svn-r2005] index.html
Corrected link to HDF5 FTP archives.
H5.intro.html
Added paragraph stating that changes in bugfix Releases 1.2.x
are listed in the RELEASE, HISTORY, and README files.
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/H5.intro.html | 6 | ||||
-rw-r--r-- | doc/html/index.html | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/html/H5.intro.html b/doc/html/H5.intro.html index 1b9806d..9d9afb1 100644 --- a/doc/html/H5.intro.html +++ b/doc/html/H5.intro.html @@ -230,6 +230,10 @@ in the source code installation. At a higher level, those changes include: <li>Over 30 new API functions </UL> +<P>The changes in bugfix releases, numbered Release 1.2.<i>x</i>, +will be listed in the <code>RELEASE</code>, <code>HISTORY</code>, and +<code>README</code> files distributed with the source code. + <P>The changes as HDF5 has evolved from the first Alpha release to the present are summarized in the file <CODE>hdf5/HISTORY</CODE> in the source code installation. @@ -465,7 +469,7 @@ We particularly encourage you to read <A HREF="Chunking.html"><I>Dataset Chunkin <P>At the lowest level, as information is actually written to the disk, an HDF5 file is made up of the following objects: <ul> - <li>A boot block + <li>A super block <li>B-tree nodes (containing either symbol nodes or raw data chunks) <li>Object headers diff --git a/doc/html/index.html b/doc/html/index.html index 1ed32ba..c0a0f86 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -38,7 +38,7 @@ <dt><A HREF="http://hdf.ncsa.uiuc.edu/newsletters.html">HDF Newsletters</A> <dd>News about HDF and HDF5 <p> - <dt><A HREF="ftp://hdf.ncsa.uiuc.edu/pub/dist/HDF5/">HDF5 FTP Archives</A> + <dt><A HREF="http://hdf.ncsa.uiuc.edu/register5.html">HDF5 FTP Archives</A> <dd>HDF5 source code archives <p> <dt><A HREF="http://hdf.ncsa.uiuc.edu/HDF5/HDF5_overview/index.html">HDF5 Overview</A> |