-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadme.html
executable file
·132 lines (115 loc) · 2.46 KB
/
Readme.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Dynamator Readme</title>
<style type="text/css">
h4,h5,h6,p,td,th,ul,ol,li,dl,dt,dd,body,a
{
font-family: sans-serif;
font-size: 10pt;
color: #000000;
}
h1
{
font-family: sans-serif;
font-size: 18pt;
color: #000000;
text-align: center;
}
h2
{
font-family: sans-serif;
color: #000000;
font-size: 14pt;
}
h3
{
font-family: sans-serif;
color: #000000;
font-size: 12pt;
}
pre,code,tt
{
font-family: monospace;
font-size: 10pt;
color: #000000;
}
a:link,a:visited
{
color: #003333;
font-weight: bold;
}
body
{
background-color: #FFFFFF;
}
.CodeExample
{
font-family: monospace;
font-size: 10pt;
color: #000000;
background-color: #EEEEEE;
margin-left: 20px;
margin-right: 20px;
}
</style>
</head>
<body>
<h1>Dynamator Readme</h1>
<h2>Introduction</h2>
<dl><dd>
<p>
Thank you for downloading Dynamator.
Dynamator is a simple but powerful tool that transforms HTML and XML
files into server pages or programs.
</dd></dl>
<h2>License</h2>
<dl><dd>
<p>
Please review the <a href="LICENSE">license</a>.
</dd></dl>
<h2>Project website</h2>
<dl><dd>
<p>
The Dynamator project website is
<a href="http://dynamator.sourceforge.net">
http://dynamator.sourceforge.net
</a>.
</dd></dl>
<h2>Current status</h2>
<dl><dd>
<p>
This is Dynamator release 1.5.
This release adds several new features, removes a few features,
restructures some of the directories (notably, the location of
dynamator.jar has changed), and incorporates a number of minor
enhancements and bug fixes.
See the <a href="doc/Changes.html">Change Log</a> for details.
<p>
If you find any problems with this release, please
<a href="http://sourceforge.net/tracker/?group_id=28448&func=browse">
submit a bug report</a>.
</dd></dl>
<h2>Documentation</h2>
<dl><dd>
<p>
<a href="doc/index.html">Complete documentation for Dynamator</a>.
</dd></dl>
<h2>System Requirements</h2>
<dl><dd>
<p>
Dynamator requires JDK 1.1.6 or higher.
</dd></dl>
<h2>Installation</h2>
<dl><dd>
<a href="doc/Install.html">Installation Guide</a>
</dd></dl>
<h2>Demos</h2>
<dl><dd>
<p>
Demos are provided as part of the
<a href="doc/tutorial/index.html">Dynamator Tutorial</a>.
Also see the <a href="examples">examples</a> directory.
</dd></dl>
</body>
</html>