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 pathcontents.html
More file actions
147 lines (133 loc) · 3.7 KB
/
Copy pathcontents.html
File metadata and controls
147 lines (133 loc) · 3.7 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!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>Contents of the Release</title>
<link rel="stylesheet" type="text/css" href="../jhug.css" title="Style">
</head>
<body bgcolor="#ffffff">
<h2>Contents of the Release</h2>
<p>The single zip file installation contains the following files: </p>
<table width=98% border=0 cellpadding=5>
<tr valign="top">
<td width=25%>
README file
</td>
<td width=75%>
Information about this release (text document).
</td>
</tr>
<tr valign="top">
<td width=25%>
LICENSE.html
</td>
<td width=75%>
The JavaHelp license agreement (html document).
</td>
</tr>
<tr valign="top">
<td width=25%><i>
JavaHelp System User's Guide</i>
(this document)
</td>
<td width=75%>
Available in both PDF (<code>doc\jhug.pdf</code>) and JavaHelp/HTML format (<code>doc\jhug</code>).
</td>
</tr>
<tr valign="top">
<td width=25%>
Specification
</td>
<td width=75%>
Defines the API between the application and
the help system and the formats of the underlying files
used by the JavaHelp system. (<code>doc\spec\JavaHelp_V2_0_Specification.pdf</code>)
</td>
</tr>
<tr valign="top">
<td width=25%>
API
</td>
<td width=75%> <code>javadoc</code> generated documentation of the JavaHelp
API. Can be viewed by using the <a href="demos.html#apiviewer">JavaHelp
API viewer</a> or using a web browser (<code>doc\api\index.html</code>)
</td>
</tr>
<tr valign="top">
<td width=25%>
<a href="libraries.html">Libraries and tools</a>
</td>
<td width=75%>
The libraries (<code>javahelp\lib</code>) and tools
(<code>javahelp\bin</code>) used to create online help systems.
</td>
</tr>
<tr valign="top">
<td width=25%>
<a href="demos.html">Demonstration programs</a>
</td>
<td width=75%>
Programs that demonstrate
JavaHelp system functionality. Source code for these
programs illustrate how you can implement these features in
your JavaHelp systems. (<code>demos\bin</code> and <code>demos\src</code>)
</td>
</tr>
<tr valign="top">
<td width=25%>
<a href="helpsets.html">Sample Helpsets</a>
</td>
<td width=75%>
Helpsets that you can use to familiarize yourself with the
capabilities of the JavaHelp system. You can also use these
helpsets as templates for creating your own help systems.
(<code>demos\hs</code> and <code>demos\hsjar</code>)
</td>
</tr>
<tr valign="top">
<td width=25%>
JavaHelp source files
</td>
<td width=75%>
Source files for the JavaHelp system (except the
full-text search engine). (<code>src.jar</code>)
</td>
</tr>
<tr valign="top">
<td width=25%>
DTDs
</td>
<td width=75%>
The DTDs (Document Type Definitions) that define the
XML-based metadata files (helpset, map, TOC, Index) are
included in <code>javahelp\lib\dtd</code>.
</td>
</tr>
<tr valign="top">
<td width=25%>
Default Style Sheet
</td>
<td width=75%>
The default style sheet for the J2SE 2.0 viewer
is included in <code>doc\css</code>.
</td>
</tr>
</table>
For a detailed list of the files included in the release, see <a href="file_list.html">List of Files in the Release</a>.
<br>
</body>
</html>