This repository was archived by the owner on Jan 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathrelease.html
More file actions
71 lines (68 loc) · 2.27 KB
/
Copy pathrelease.html
File metadata and controls
71 lines (68 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--
* Copyright © 2003 Sun Microsystems, Inc
* All rights reserved.
* Notice of copyright on this source code
* product does not indicate publication.
*
* RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by
* the U.S. Government is subject to restrictions as set forth
* in subparagraph (c)(1)(ii) of the Rights in Technical Data
* and Computer Software Clause at DFARS 252.227-7013 (Oct. 1988)
* and FAR 52.227-19 (c) (June 1987).
* Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A.
*
-->
<html>
<head>
<title>Release Information</title>
<link rel="stylesheet" type="text/css" href="../jhug.css" title="Style">
</head>
<body bgcolor="#ffffff">
<h1>The JavaHelp 2.0 Release</h1>
<p>
This chapter describes the contents of the JavaHelp 2.0
release. In addition to the JavaHelp system libraries, the
release contains a variety of demos, examples, and
documentation.
<p>
How you explore and use the release depends on your interests. For example:
</p>
<table width=98% border=0 cellpadding=5 align="left">
<tr valign="top">
<td><img src="../../images/hg_proc.gif" width="18" height="13">
</td>
<td>
If you are a developer
interested in adding the JavaHelp system to an application,
you might:
<ul type="circle">
<li>Run the demonstration programs and examine the
source code for those programs.
<li>Read the chapters of
the <i>JavaHelp System User's Guide</i> that pertain to
developers, especially <a href="../dev/dev.html">Programming with the JavaHelp System</a>.
<li>Review the specification and the APIs.
</ul>
</td>
</tr>
<tr valign="top">
<td><img src="../../images/hg_proc.gif" width="18" height="13">
</td>
<td>
If you are an online help author you might:
<ul type="circle">
<li>Run the demonstration programs.
<li>Read the chapters of
the <i>JavaHelp System User's Guide</i> that pertain to
help authors, especially <a href="../author/author.html">Authoring Help Information</a>.
<li>Examine the sample helpsets.
<li>Create a helpset and view it using the <a href="../author/viewing.html"><code>hsviewer</code></a>
command.
</ul>
</td>
</tr>
</table>
</body>
</html>