Skip to content

Commit

Permalink
Fix UG html top-bottom - upgrade SWT (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jun 20, 2024
1 parent 7e5de1b commit f67a07e
Show file tree
Hide file tree
Showing 129 changed files with 78 additions and 870 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
version: 'tags/HDFView-99.99.99'
file: 'last-file.txt'
continue-on-error: true

- name: Read base-name file
id: gethdfviewbase
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: docs-userguide
path: /hdfsrc/docs/UsersGuide
path: ./hdfsrc/docs/UsersGuide
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`

- name: Create release source file (tgz and zip)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HDFView version 3.3.2 currently under development
HDFView version 3.3.3 currently under development

![HDF5 Logo](src/HDFView.png)

Expand All @@ -13,7 +13,7 @@ HELP AND SUPPORT
----------------
Information regarding Help Desk and Support services is available at

https://portal.hdfgroup.org/display/support/The+HDF+Help+Desk
https://help.hdfgroup.org/


FORUM and NEWS
Expand Down Expand Up @@ -55,7 +55,7 @@ PREVIOUS RELEASES AND SOURCE CODE
--------------------------------------------
Source packages for current and previous releases are located at:

https://portal.hdfgroup.org/display/support/Download+HDFView
https://support.hdfgroup.org/downloads/HDFVIEW/index.html

Development code is available at our Github location:

Expand Down
15 changes: 5 additions & 10 deletions docs/UsersGuide/index.html
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php
$page_title = "HDFView User's Guide";
include ("../../../../links.php");
include ("../../../../includes/header.html");
?>
<link href="edit.css" rel="stylesheet" type="text/css" />
<html><head><link href="edit.css" rel="stylesheet" type="text/css">

</head><body>
<p>
<a href="index.html">[Index]</a>
<a href="ug01introduction.html">[1]</a>
Expand Down Expand Up @@ -35,7 +31,7 @@
A brief discussion of the HDF object model
(Details of the HDF object model are available from

<a href="javadocs/hdfview_java_doc/hdf/object/package-summary.html">HDF Object Package</a>.)</li>
<a href="../javadocs/org.hdfgroup.object/hdf/object/package-summary.html">HDF Object Package</a>.)</li>

</ul>

Expand Down Expand Up @@ -189,7 +185,6 @@ <h2>Table of Contents</h2>
<!-- END OF FOOTER INFO -->

<hr />
<?php
include ("../../../../includes/footer.html");
?>
</body>
</html>

17 changes: 7 additions & 10 deletions docs/UsersGuide/ug01introduction.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php
$page_title = "HDFView User's Guide -- Introduction";
include ("../../../../links.php");
include ("../../../../includes/header.html");
?>
<link href="edit.css" rel="stylesheet" type="text/css" />
<html><head><link href="edit.css" rel="stylesheet" type="text/css">

</head><body>
<p>
<a href="index.html">[Index]</a>
<a href="ug01introduction.html">[1]</a>
Expand Down Expand Up @@ -60,7 +57,7 @@ <h2>

<p>
Information about the HDFView tool and related products is available
from the <a href="https://www.hdfgroup.org/downloads/hdfview/">HDF-Java Home page</a>.
from the <a href="https://support.hdfgroup.org/downloads/HDFVIEW/">HDF-Java Home page</a>.
</p>


Expand All @@ -80,6 +77,6 @@ <h2>
<!-- END OF FOOTER INFO -->

<hr />
<?php
include ("../../../../includes/footer.html");
?>

</body>
</html>
18 changes: 7 additions & 11 deletions docs/UsersGuide/ug02start.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php
$page_title = "HDFView User's Guide - Getting Started";
include ("../../../../links.php");
include ("../../../../includes/header.html");
?>
<link href="edit.css" rel="stylesheet" type="text/css" />
<html><head><link href="edit.css" rel="stylesheet" type="text/css">

</head><body>
<p>
<a href="index.html">[Index]</a>
<a href="ug01introduction.html">[1]</a>
Expand Down Expand Up @@ -179,8 +176,8 @@ <h2>
An HDF file contains one or more objects, optionally grouped in a hierarchy.
For general information about the structure and contents of HDF files,
see the HDF documentation at
<a href="https://portal.hdfgroup.org/display/HDF5/HDF5"> HDF5 Documentation</a> and
<a href="https://portal.hdfgroup.org/display/HDF4/HDF4"> HDF4 Documentation</a>.</p>
<a href="https://support.hdfgroup.org/documentation/HDF5/"> HDF5 Documentation</a> and
<a href="https://support.hdfgroup.org/documentation/HDF4/"> HDF4 Documentation</a>.</p>

<p>
The structure of the file is displayed in the Tree panel, which is the left
Expand Down Expand Up @@ -282,7 +279,6 @@ <h2>
<!-- END OF FOOTER INFO -->
<hr />

<?php
include ("../../../../includes/footer.html");
?>
</body>
</html>

20 changes: 8 additions & 12 deletions docs/UsersGuide/ug03objects.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?php
$page_title = "HDFView User's Guide -- HDF Object Model";
include ("../../../../links.php");
include ("../../../../includes/header.html");
?>
<link href="edit.css" rel="stylesheet" type="text/css" />
<html><head><link href="edit.css" rel="stylesheet" type="text/css">

</head><body>
<p>
<a href="index.html">[Index]</a>
<a href="ug01introduction.html">[1]</a>
Expand All @@ -19,7 +15,7 @@ <h1>
<fieldset>Chapter 3: HDF Object Model</fieldset></h1>

<p>
This chapter provides basic information about the <a href="javadocs/hdfview_java_doc/hdf/object/package-summary.html">HDF Object Model</a>.
This chapter provides basic information about the <a href="../javadocs/org.hdfgroup.object/hdf/object/package-summary.html">HDF Object Model</a>.
</p>
<ul class="ul">
<li class="add"><a href="ug03objects.html#ug03overview">3.1 Overview</a></li>
Expand Down Expand Up @@ -64,11 +60,11 @@ <h2>
<p>The HDF Object Package is <b>NOT</b> a &ldquo;wrapper&rdquo; for the native HDF
libraries, and it requires the HDF4 and HDF5 wrappers.
The HDF4 and HDF5 wrappers are separate HDF Java products. For
details about the HDF4 and HDF5 native interfaces, read
<a href="javadocs/hdf4_java_doc/index.html">
details about the HDF4 and HDF5 native interfaces, see
<a href="https://github.com/HDFGroup/hdf4/blob/master/java/src/hdf/overview.html">
Java HDF Interface (JHI)</a>
and the
<a href="javadocs/hdf5_java_doc/index.html">
<a href="https://github.com/HDFGroup/hdf5/blob/develop/java/src/hdf/overview.html">
Java HDF5 Interface (JHI5)</a>.</p>

<p>
Expand Down Expand Up @@ -119,10 +115,10 @@ <h2>
HDF5 files without directly calling the HDF4 and HDF5 library APIs. Library
calls are encapsulated into respective classes. The HDF Object Package
requires the
<a href="javadocs/hdf4_java_doc/index.html">
<a href="https://github.com/HDFGroup/hdf4/blob/master/java/src/hdf/overview.html">
Java HDF Interface (JHI)</a>
and the
<a href="javadocs/hdf5_java_doc/index.html">
<a href="https://github.com/HDFGroup/hdf5/blob/develop/java/src/hdf/overview.html">
Java HDF5 Interface (JHI5)</a>.</p>
<br />

Expand Down
17 changes: 6 additions & 11 deletions docs/UsersGuide/ug04treeview.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php
$page_title = "HDFView User's Guide -- Tree Viewer";
include ("../../../../links.php");
include ("../../../../includes/header.html");
?>
<link href="edit.css" rel="stylesheet" type="text/css" />
<html><head><link href="edit.css" rel="stylesheet" type="text/css">

</head><body>
<p>
<a href="index.html">[Index]</a>
<a href="ug01introduction.html">[1]</a>
Expand Down Expand Up @@ -472,8 +469,6 @@ <h3>
<a href="ug07useroptions.html">[7]</a></p>

<!-- END OF FOOTER INFO -->
<!--
<?php
include ("../../../includes/footer.html");
?>
-->

</body>
</html>
17 changes: 5 additions & 12 deletions docs/UsersGuide/ug05spreadsheet.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<?php
$page_title = "HDFView User's Guide -- Table Viewer";
include ("../../../../links.php");
include ("../../../../includes/header.html");
?>
<link href="edit.css" rel="stylesheet" type="text/css" />

<html><head><link href="edit.css" rel="stylesheet" type="text/css">

</head><body>
<p>
<a href="index.html">[Index]</a>
<a href="ug01introduction.html">[1]</a>
Expand Down Expand Up @@ -586,8 +581,6 @@ <h2>
</p>
<p>
<!-- END OF FOOTER INFO -->
<!--
<?php
include ("../../../includes/footer.html");
?>
-->

</body>
</html>
23 changes: 9 additions & 14 deletions docs/UsersGuide/ug06imageview.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php
$page_title = "HDFView User's Guide -- Image Viewer";
include ("../../../../links.php");
include ("../../../../includes/header.html");
?>
<link href="edit.css" rel="stylesheet" type="text/css" />
<html><head><link href="edit.css" rel="stylesheet" type="text/css">

</head><body>
<p>
<a href="index.html">[Index]</a>
<a href="ug01introduction.html">[1]</a>
Expand All @@ -26,12 +23,12 @@

<p>
An HDF5 image is a dataset that conforms to the
<a href="https://portal.hdfgroup.org/display/HDF5/HDF5+Image+and+Palette+Specification%2C+Version+1.2">
<a href="https://support.hdfgroup.org/documentation/HDF5/HDF5+Image+and+Palette+Specification%2C+Version+1.2">
HDF5 Image Specification</a>. HDFView supports two types of images: indexed
and true color. Both indexed image and true color image have predefined
attributes and data layout according to the HDF5 image specification.
For more details about HDF5 image, see the
<a href="https://portal.hdfgroup.org/display/HDF5/HDF5+Image+and+Palette+Specification%2C+Version+1.2">
<a href="https://support.hdfgroup.org/documentation/HDF5/HDF5+Image+and+Palette+Specification%2C+Version+1.2">
HDF5 Image Specification</a>.</p>

<ul class="ul">
Expand All @@ -56,7 +53,7 @@ <h2>
6.1 Display a 2-D or 3-D Image</h2>
<p>
HDFView displays HDF4 raster images or HDF5 datasets that follow the HDF5
<a href="https://portal.hdfgroup.org/display/HDF5/HDF5+Image+and+Palette+Specification%2C+Version+1.2">Image
<a href="https://support.hdfgroup.org/documentation/HDF5/HDF5+Image+and+Palette+Specification%2C+Version+1.2">Image
and Palette Specification</a> for indexed images with an 8-bit standard
RGB color model palette or three-dimensional true color images.
Other image formats supported by the Image and Palette Specification are
Expand Down Expand Up @@ -352,8 +349,6 @@ <h2>
<a href="ug07useroptions.html">[7]</a></p>
<p>
<!-- END OF FOOTER INFO -->
<!--
<?php
include ("../../../includes/footer.html");
?>
-->

</body>
</html>
14 changes: 5 additions & 9 deletions docs/UsersGuide/ug07useroptions.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php
$page_title = "HDFView User's Guide - User Options";
include ("../../../../links.php");
include ("../../../../includes/header.html");
?>
<link href="edit.css" rel="stylesheet" type="text/css" />
<html><head><link href="edit.css" rel="stylesheet" type="text/css">

</head><body>
<p>
<a href="index.html">[Index]</a>
<a href="ug01introduction.html">[1]</a>
Expand Down Expand Up @@ -302,6 +299,5 @@ <h3><a name="ug07modulelist"></a>7.2.1 Module Extensions</h3>
<!-- END OF FOOTER INFO -->
<hr />

<?php
include ("../../../../includes/footer.html");
?>
</body>
</html>
Loading

0 comments on commit f67a07e

Please sign in to comment.