diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-01-11 19:38:39 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-01-11 19:38:39 (GMT) |
commit | 6a81e68401a0783a19fe80aac42d2bce10402174 (patch) | |
tree | ca09e3ebf3ab68309805feb1d1459313bbad0436 | |
parent | 19d1f30101d67a007a7b210f9aeafe35c0ae90e2 (diff) | |
download | hdf5-6a81e68401a0783a19fe80aac42d2bce10402174.zip hdf5-6a81e68401a0783a19fe80aac42d2bce10402174.tar.gz hdf5-6a81e68401a0783a19fe80aac42d2bce10402174.tar.bz2 |
[svn-r3269]
Purpose:
Bugfix and adding a new document
Description:
RM_H5Front.html
Removed a currently commented-out section that had been used
during the 1.2 period for separate F90 releases.
ADGuide.html
Added new "Changes from Release to Release" document.
Fixed title tag.
Platforms tested:
IE 5
-rw-r--r-- | doc/html/ADGuide.html | 24 | ||||
-rw-r--r-- | doc/html/RM_H5Front.html | 5 |
2 files changed, 18 insertions, 11 deletions
diff --git a/doc/html/ADGuide.html b/doc/html/ADGuide.html index 1d19412..8c681a2 100644 --- a/doc/html/ADGuide.html +++ b/doc/html/ADGuide.html @@ -1,7 +1,7 @@ <html> <head> <title> - HDF5 User's Guide + HDF5 Application Developer's Guide </title> </head> @@ -37,8 +37,9 @@ <tr><td valign=top colspan=3> - These documents provide guidelines and standards specifications - for HDF5 application developers. + These documents provide information of particular interest to + developers of applications that employ the HDF5 library. + <p> </td></tr> <tr><td colspan=2> </td></tr> @@ -53,12 +54,22 @@ <tr><td colspan=2> </td></tr> + <tr><td valign=top width=35%><a href="ADGuide/Changes.html"> + HDF5 Library Changes</a> + <br> + <a href="ADGuide/Changes.html">from Release to Release</a> + </td><td></td><td valign=top>A summary of changes in the HDF5 + library + </td></tr> + + <tr><td colspan=2> </td></tr> + <tr><td valign=top width=35%><a href="ADGuide/ImageSpec.html"> HDF5 Image and</a> <br> <a href="ADGuide/ImageSpec.html">Palette Specification</a> </td><td></td><td valign=top>A specification for the implementation - of images and palettes in HDF5 applications. + of images and palettes in HDF5 applications </td></tr> <tr><td colspan=2> </td></tr> @@ -67,7 +78,8 @@ Mapping HDF4 Objects</a> <br> <a href="ADGuide/H4toH5Mapping.pdf">to HDF5 Objects</a> </td><td></td><td valign=top>Guidelines for translating - HDF4 file objects into valid HDF5 file objects. + HDF4 file objects into valid HDF5 file objects + <i>(PDF format only)</i> </td></tr> @@ -115,7 +127,7 @@ <tr><td align=left valign=top> <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 21 December 2000 +Last modified: 11 January 2001 </td><td align=right valign=top> <a href="Copyright.html">Copyright</a> diff --git a/doc/html/RM_H5Front.html b/doc/html/RM_H5Front.html index 373dcbb..1b33e66 100644 --- a/doc/html/RM_H5Front.html +++ b/doc/html/RM_H5Front.html @@ -49,11 +49,6 @@ HDF5 Reference Manual <center> <h1>HDF5: API Specification<br>Reference Manual</h1> -<!-- Following line(s) for Fortran90-only releases only - <h3>Released: July 2000</h3> - <h3>Software based on HDF5 R1.2.2<br>Documentation based on HDF5 R1.2.3 - (unreleased development version)</h3> ---> </center> The HDF5 library provides several interfaces, each of which provides the |