diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-03-14 19:12:34 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-03-14 19:12:34 (GMT) |
commit | d586a1adb9351bd1c8dd8b675901edc59f6ae964 (patch) | |
tree | db95123aabf4732f7eb4cb369618d36a1a754cda /doc/html/Environment.html | |
parent | 0937359ed351ab601820b214e18f82477fb4983d (diff) | |
download | hdf5-d586a1adb9351bd1c8dd8b675901edc59f6ae964.zip hdf5-d586a1adb9351bd1c8dd8b675901edc59f6ae964.tar.gz hdf5-d586a1adb9351bd1c8dd8b675901edc59f6ae964.tar.bz2 |
[svn-r6478]
Purpose:
DreamWeaver (DW) adaptation of the HDF5 doc set, introducing the use of
stylesheets and DW libraries.
Stylesheets -- for consistent format management.
DW libraries -- for managing common elements across documents.
Platforms tested:
IE 5 and 6
Netscape
Diffstat (limited to 'doc/html/Environment.html')
-rw-r--r-- | doc/html/Environment.html | 147 |
1 files changed, 72 insertions, 75 deletions
diff --git a/doc/html/Environment.html b/doc/html/Environment.html index 1c51927..03d5876 100644 --- a/doc/html/Environment.html +++ b/doc/html/Environment.html @@ -3,53 +3,53 @@ <head> <title>Environment Variables and Configuration Parameters</title> -</head> + +<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" --><link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css"> +<!-- #EndLibraryItem --></head> <body bgcolor="#FFFFFF"> -<hr> +<!-- #BeginLibraryItem "/ed_libs/NavBar_UG.lbi" --><hr> <center> <table border=0 width=98%> <tr><td valign=top align=left> - <a href="H5.intro.html">Introduction to HDF5</a> <br> - <a href="RM_H5Front.html">HDF5 Reference Manual</a> <br> - <a href="index.html">Other HDF5 documents and links</a> <br> - <!-- - <a href="Glossary.html">Glossary</a><br> - --> + <a href="index.html">HDF5 documents and links</a> <br> + <a href="H5.intro.html">Introduction to HDF5</a> <br> + <a href="RM_H5Front.html">HDF5 Reference Manual</a> <br> + <!-- + <a href="Glossary.html">Glossary</a><br> + --> </td> <td valign=top align=right> - And in this document, the - <a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a> - <br> - <a href="Files.html">Files</a> - <a href="Datasets.html">Datasets</a> - <a href="Datatypes.html">Datatypes</a> - <a href="Dataspaces.html">Dataspaces</a> - <a href="Groups.html">Groups</a> - <br> - <a href="References.html">References</a> - <a href="Attributes.html">Attributes</a> - <a href="Properties.html">Property Lists</a> - <a href="Errors.html">Error Handling</a> - <br> - <a href="Filters.html">Filters</a> - <a href="Caching.html">Caching</a> - <a href="Chunking.html">Chunking</a> - <a href="MountingFiles.html">Mounting Files</a> - <br> - <a href="Performance.html">Performance</a> - <a href="Debugging.html">Debugging</a> - Environment - <a href="ddl.html">DDL</a> + And in this document, the + <a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a> + <br> + <a href="Files.html">Files</a> + <a href="Datasets.html">Datasets</a> + <a href="Datatypes.html">Datatypes</a> + <a href="Dataspaces.html">Dataspaces</a> + <a href="Groups.html">Groups</a> + <br> + <a href="References.html">References</a> + <a href="Attributes.html">Attributes</a> + <a href="Properties.html">Property Lists</a> + <a href="Errors.html">Error Handling</a> + <br> + <a href="Filters.html">Filters</a> + <a href="Caching.html">Caching</a> + <a href="Chunking.html">Chunking</a> + <a href="MountingFiles.html">Mounting Files</a> + <br> + <a href="Performance.html">Performance</a> + <a href="Debugging.html">Debugging</a> + <a href="Environment.html">Environment</a> + <a href="ddl.html">DDL</a> </td></tr> </table> </center> <hr> - - -<h1>HDF5 Library Environment Variables and Configuration Parameters</h1> +<!-- #EndLibraryItem --><h1>HDF5 Library Environment Variables and Configuration Parameters</h1> <h2>1. Environment Variables</h2> @@ -94,60 +94,57 @@ The command <br> <code> configure --help </code> <br> -will display the current list of parameters and their effects. +will display the current list of parameters and their effects. +<br><br> -<hr> +<!-- #BeginLibraryItem "/ed_libs/NavBar_UG.lbi" --><hr> <center> <table border=0 width=98%> <tr><td valign=top align=left> - <a href="H5.intro.html">Introduction to HDF5</a> <br> - <a href="RM_H5Front.html">HDF5 Reference Manual</a> <br> - <a href="index.html">Other HDF5 documents and links</a> <br> - <!-- - <a href="Glossary.html">Glossary</a><br> - --> + <a href="index.html">HDF5 documents and links</a> <br> + <a href="H5.intro.html">Introduction to HDF5</a> <br> + <a href="RM_H5Front.html">HDF5 Reference Manual</a> <br> + <!-- + <a href="Glossary.html">Glossary</a><br> + --> </td> <td valign=top align=right> - And in this document, the - <a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a> - <br> - <a href="Files.html">Files</a> - <a href="Datasets.html">Datasets</a> - <a href="Datatypes.html">Datatypes</a> - <a href="Dataspaces.html">Dataspaces</a> - <a href="Groups.html">Groups</a> - <br> - <a href="References.html">References</a> - <a href="Attributes.html">Attributes</a> - <a href="Properties.html">Property Lists</a> - <a href="Errors.html">Error Handling</a> - <br> - <a href="Filters.html">Filters</a> - <a href="Caching.html">Caching</a> - <a href="Chunking.html">Chunking</a> - <a href="MountingFiles.html">Mounting Files</a> - <br> - <a href="Performance.html">Performance</a> - <a href="Debugging.html">Debugging</a> - Environment - <a href="ddl.html">DDL</a> + And in this document, the + <a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a> + <br> + <a href="Files.html">Files</a> + <a href="Datasets.html">Datasets</a> + <a href="Datatypes.html">Datatypes</a> + <a href="Dataspaces.html">Dataspaces</a> + <a href="Groups.html">Groups</a> + <br> + <a href="References.html">References</a> + <a href="Attributes.html">Attributes</a> + <a href="Properties.html">Property Lists</a> + <a href="Errors.html">Error Handling</a> + <br> + <a href="Filters.html">Filters</a> + <a href="Caching.html">Caching</a> + <a href="Chunking.html">Chunking</a> + <a href="MountingFiles.html">Mounting Files</a> + <br> + <a href="Performance.html">Performance</a> + <a href="Debugging.html">Debugging</a> + <a href="Environment.html">Environment</a> + <a href="ddl.html">DDL</a> </td></tr> </table> </center> - - <hr> -<address> -<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> -</address> - -Last modified: 13 December 1999 - +<!-- #EndLibraryItem --><!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address> +<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> Describes HDF5 Release 1.5, Unreleased Development Branch - - +</address><!-- #EndLibraryItem --> + +Last modified: 13 December 1999 + </body> </html> |