diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-12-21 20:27:40 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-12-21 20:27:40 (GMT) |
commit | d7fc23847c21874eb1ca54acf309dc0aeca778f2 (patch) | |
tree | bcd59474178894d715d75700e6a8c144d2fe9e3c /doc/html | |
parent | 9cf0152e7f219797f34017109d6be5a02fb082dc (diff) | |
download | hdf5-d7fc23847c21874eb1ca54acf309dc0aeca778f2.zip hdf5-d7fc23847c21874eb1ca54acf309dc0aeca778f2.tar.gz hdf5-d7fc23847c21874eb1ca54acf309dc0aeca778f2.tar.bz2 |
[svn-r3178]
Purpose:
Bringing the Application Developer's Guide into R1.4 (from R1.2)
Platforms tested:
IE 5
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/ADGuide.html | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/doc/html/ADGuide.html b/doc/html/ADGuide.html new file mode 100644 index 0000000..1d19412 --- /dev/null +++ b/doc/html/ADGuide.html @@ -0,0 +1,128 @@ +<html> + <head> + <title> + HDF5 User's Guide + </title> + </head> + + <body bgcolor="#FFFFFF"> + + +<hr> +<center> +<table border=0 width=98%> +<tr><td valign=top align=left> + <a href="index.html">HDF5 documents and links</a> <br> + <a href="H5.intro.html">Introduction to HDF5</a> <br> + <!-- + <a href="Glossary.html">Glossary</a><br> + --> +</td> +<td valign=top align=right> + <a href="H5.user.html">HDF5 User's Guide</a> <br> + <a href="RM_H5Front.html">HDF5 Reference Manual</a> <br> +</td></tr> +</table> +</center> +<hr> + + +<center> +<h1>HDF5 Application Developer's Guide</h1> +</center> + + +<center> +<table border=0 width=80%> + + + <tr><td valign=top colspan=3> + These documents provide guidelines and standards specifications + for HDF5 application developers. + </td></tr> + + <tr><td colspan=2> </td></tr> + +<!-- + <tr><td valign=top><a href="XML_DTD.html">The XML DTD </a> + <br> <a href="XML_DTD.html">for HDF5</a> + </td><td></td><td valign=top>The standard HDF5 XML DTD and + design notes. + </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. + </td></tr> + + <tr><td colspan=2> </td></tr> + + <tr><td valign=top width=35%><a href="ADGuide/H4toH5Mapping.pdf"> + 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. + <i>(PDF format only)</i> + </td></tr> + + <tr><td colspan=2> </td></tr> + +<!-- + <tr><td valign=top><a href="xxx.html">xxx</a> + <br> <a href="xxx.html">xxx</a> + </td><td></td><td valign=top>xxx + <br> + xxx + </td></tr> +--> + + +</table> +</center> + +<br> +<br> + + +<hr> +<center> +<table border=0 width=98%> +<tr><td valign=top align=left> + <a href="index.html">HDF5 documents and links</a> <br> + <a href="H5.intro.html">Introduction to HDF5</a> <br> + <!-- + <a href="Glossary.html">Glossary</a><br> + --> +</td> +<td valign=top align=right> + <a href="RM_H5Front.html">HDF5 Reference Manual</a> <br> + <a href="H5.user.html">HDF5 User's Guide</a> <br> +</td></tr> +</table> +</center> + + + +<hr> +<address> +<table width=100% border=0> +<tr><td align=left valign=top> +<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> +<br> +Last modified: 21 December 2000 + +</td><td align=right valign=top> +<a href="Copyright.html">Copyright</a> +<br> +Describes HDF5 Release 1.4 Beta, December 2000 +</td></tr> +</table> + + </body> +</html> |