Commit Graph

32 Commits

Author SHA1 Message Date
Frank Baker
cec846b3d0 [svn-r7758]
Purpose:
    Updated footers to "Describes HDF5 Release 1.7, the unreleased
    development branch; working toward HDF5 Release 1.8.0"

Platforms tested:
    IE 5, Safari
2003-10-27 16:55:13 -05:00
Quincey Koziol
b1c884be5a [svn-r7330] Purpose:
Update docs

Description:
    Update DDL for format change of unnamed datatypes.
2003-08-08 14:53:16 -05:00
Frank Baker
4146d79af1 [svn-r7159]
Purpose:
    Changed "HDF5 User's Guide" links (in navigation bars, primarily)
    to point to new user's guide, which will reside for a while yet on
    the HDF server.
    The old user's guide will still go out with the distribution under
    the label "HDF5 User's Guide, Release 1.4.5."

Platforms tested:
    IE 5
2003-07-03 14:40:03 -05:00
Frank Baker
1091cab2e6 [svn-r7140]
Purpose:
    Add short copyright notice.
    Update release tag line.

Description:
    Added short copyright notice as comment in source files;
        does not display in browser.
    Updated release tag line in footers to read as follows:
        Describes HDF5 Release 1.6.0, July 2003

Platforms tested:
    IE 5
2003-07-02 16:28:11 -05:00
Frank Baker
d586a1adb9 [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
2003-03-14 14:12:34 -05:00
Bill Wendling
3c6be60da7 [svn-r4782]
Purpose:
	Feature Add
Description:
	Added support for dumping Group Comments. This involved a
	modification of the DDL as well.
Solution:
	Steal code from h5ls and put it in the h5dump. The ddl.html file was
	updated as normal. And a test was created...
Platforms tested:
	Dangermouse, Modi4, Kelgia
2002-01-05 11:33:50 -05:00
Frank Baker
b44a58dc42 [svn-r3824]
Purpose:
    Update "Describes HDF5 Release..." footer from R1.4 to
    "Release 1.5, Unreleased Development Branch"
Platforms tested:
    IE 5
2001-04-18 17:09:17 -05:00
Bill Wendling
00b2f5787d [svn-r3731] Purpose:
Update
Description:
    Added the Subsetting feature stuff to the DDL.
Platforms tested:
    Lynx
2001-03-28 16:21:56 -05:00
Bill Wendling
659945ecb5 [svn-r3547] Purpose:
Small Fix
Description:
    Modified ``max_dims'' so that it is a truely recursive definition
    vis-a-vis (that's French!) the BNF stuff.
Solution:
    Changed the max_dims ::= ( i_0, i_1, ...) where i_k is either an
    integer or UNLIMITED to something like:

        <max_dims> ::= '(' <max_dim_list> ')'

        <max_dim_list> ::= <max_dim> | <max_dim>, <max_dim_list>

        <max_dim> ::= <int_value> | H5S_UNLIMITED
Platforms tested:
    PDP-10
2001-03-05 15:45:49 -05:00
Frank Baker
fd05f98e9e [svn-r3387]
Purpose:
    Marking files for "Release 1.4, February 2001."
Description:
    Across doc files
        Updating "Describes HDF5 Release..." entry to "Describes
        HDF5 Release 1.4, February 2001."
    Copyright.html:  Added 2001 to years copyrighted.
    index.html:  Changed header to Release 1.4 (from 1.4 Beta)
Platforms tested:
    IE 5
2001-02-09 13:02:16 -05:00
Frank Baker
cefabf3224 [svn-r3311]
Purpose, Description, and Solution:
    Removed cross-links to Ragged Array doc files (above).
Platforms tested:
    IE 5
2001-01-19 16:51:53 -05:00
Frank Baker
31f539a564 [svn-r3187]
Purpose:
    Removed index links to Palettes.html (removed from doc set) in
    all User Guide files.
Platforms tested:
    IE 5
2000-12-22 08:25:43 -05:00
Bill Wendling
a44b5b4725 [svn-r3109] Purpose:
Reformatting
Description:
	Also changed how some of the lists were specified to be recursive
	in the BNF style.
Platforms tested:
	Netscrape
2000-12-11 13:49:53 -05:00
Frank Baker
243c60e8b5 [svn-r3105]
Purpose:
	Thoughout doc set (UG, RM, Intro, FormatSpec, and index/TOC pages):
	    Added/updated "Describes HDF5 Release ..." entry.
	    In many cases, verified/updated "Last modified ..." entry.
Platforms tested:
	IE 5
2000-12-08 17:12:36 -05:00
Quincey Koziol
eee5626001 [svn-r2986] Purpose:
Corrections & updates
Description:
    Updated and corrected DDL description & examples to include all the
    current features for the v1.4 release.  Lots of changes...
Platforms tested:
    Netscape 4.76
2000-11-21 14:31:19 -05:00
Bill Wendling
3a224ff8bc [svn-r2969] Purpose:
Addtion
Description:
	Added variable length datatypes to the DDL and put an example in
	the "example" thingy at the bottom.

	Doo dah doo dah.
Platforms tested:
	w3m
2000-11-17 13:49:58 -05:00
Bill Wendling
f8e8918d19 [svn-r2644] Purpose:
Bug fix
Description:
	; missing from end of some &gt; macros.
Solution:
	Added
Platforms tested:
	Mosaic^WNetscape
2000-10-09 15:44:55 -05:00
Patrick Lu
356495d126 [svn-r2261] fixed an error that occurred last time i checked this file in. 2000-05-18 10:14:53 -05:00
Patrick Lu
c254ae1fe5 [svn-r2227] added an entry in the ddl for the opaque types 2000-05-09 11:59:46 -05:00
Frank Baker
f18cd7b6bb [svn-r2019] ddl.html
Merging final Release 1.2 version with development branch version
	(Rel 1.4) of file.
2000-03-09 18:10:28 -05:00
Frank Baker
fbd9b7f5ad [svn-r2002] Changed 'boot block' to 'super block'. 2000-03-08 17:03:11 -05:00
Patrick Lu
399bc2dc77 [svn-r1710] put in an entry for the objectids that i dump with the verbose option 1999-10-01 18:35:12 -05:00
Patrick Lu
b1a4689964 [svn-r1383]
updated the enum data entry
1999-06-25 13:54:36 -05:00
Patrick Lu
c04c1b6abf [svn-r1375]
updated the ddl so it has the new types that we are displaying in dumper
1999-06-24 13:52:06 -05:00
Ruey-Hsia Li
12d679104c [svn-r1060] Updated the example in ddl.html and supported features in Tools.html. 1999-02-09 13:07:59 -05:00
Ruey-Hsia Li
f4ebcffc65 [svn-r1005] Reflected the changes in ddl to the example. 1999-01-06 15:57:54 -05:00
Ruey-Hsia Li
be41a8feed [svn-r986] Defined <data> and <string> in ddl.html.
Updated the current status of dumper.
1998-12-21 17:54:16 -05:00
Frank Baker
82fb21b613 [svn-r985] Checking in changes from "HDF5 Release 1.0" CVS branch that have not yet
been checked into "HDF5 Development" branch.

General
=======
	Various "copy edit" types of repairs.
	Revisions to document cross-linking.
	Added structural links tying all docs together (banners
	   at top and bottom of documents, similar to Reference Manual
	   banners of the Beta release).
	Set background color to white in all documents.

NCSAfooterlogo.gif
hdf2.jpg
	New image files to make the documents more self-contained
	(i.e., to prevent loading images from NCSA and HDF home servers).

index.html
	Redesigned to isolate links external to the installation
	in a single location.


Intro to HDF5
=============
H5.intro.html
	Fixed banner linking Intro to other docs.
	Set all URLs to be relative within the distribution; nothing
	   points back to the HDF server.
	Updates to "Limits of the Current Release" and "Changes in
	   the Current Release."


HDF5 User's Guide
=================
	Changed several User Guide section titles such that all
	   sections that are primarily about a particular interface
	   are now titled in the format "The xxxxx Interface (H5x)".

H5.user.html
	Commented out links to developer docs since they are marked
	   in MANIFEST as not being for distribution in the release.
	Removed 2nd and 3rd indices from page.
	Changed "freeform" lists of sections (TOCs) to aligned tables.

Datatypes.html
	Removed the sentence "I'm deferring definition until later
	   since they're probably not as important as the other data
	   types." from Section 3.3, "Properties of Date and Time
	   Atomic Types."
	Added info regarding 'char' versus 'string' datatypes.  Added
	   as Section 3.7, "Character and String Datatype Issues."

References.html
	Commented out substantial material (at end of document) from
	   References planning document that is not appropriate for
 	   the User Guide but that is worth keeping around.

Groups.html
	Final edits from elimination of "current working group."


HDF5 Reference Manual
=====================
	Removed "Draft" from the <title>__</title> lines.

RM_H5Front.html
	Removed 2nd and 3rd indices from page.
	Changed "freeform" lists of sections (TOCs) to aligned tables.

RM_H5F.html
RM_H5P.html
	Add file mounting information.
1998-12-21 17:52:56 -05:00
Frank Baker
0cf4d3a79c [svn-r835] New DDL for Release 1.0. 1998-10-29 20:09:28 -05:00
Ruey-Hsia Li
d06b3afc6c [svn-r624] Removed <hardlink>.
Added <nlink>opt to <dataset> and <group>.
1998-08-27 16:44:08 -05:00
Ruey-Hsia Li
278a9b9486 [svn-r610] Made ddl.html consistent with dumper output. 1998-08-21 10:44:36 -05:00
Ruey-Hsia Li
bb4d5ebbb5 [svn-r486] DDL description
C: ----------------------------------------------------------------------
1998-07-14 14:00:46 -05:00