-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.html
More file actions
107 lines (97 loc) · 1.36 KB
/
package.html
File metadata and controls
107 lines (97 loc) · 1.36 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
<html>
<head>
</head>
<body>
Fill in text templates with variable content.
<p>
This library lets you fill in a text template with some dynamic content, that
you will pass in a Hashtable object.
<p>
The intention was to provide a mean to work confortably with HTML in
Servlets, having in separate files the HTML design and the Java code.
I have started this in the beginning of my Java learning. Probably it
can be optimized.
<p>
This library was inspired by Perl Text::Template module (see http://www.cpan.org).
<table border="0">
<tr>
<td>
<strong>
Author:
</strong>
</td>
<td width="75%">
Itamar Carvalho <itamarc@gmail.com>
</td>
</tr>
<tr>
<td>
<strong>Home Page:</strong>
</td>
<td width="75%">
<a href="https://github.com/itamarc/itemplate/">ITemplate Home Page</a>
</td>
</tr>
<tr>
<td>
<strong>
Version:
</strong>
</td>
<td width="75%">
1.0
</td>
</tr>
<tr>
<td>
<strong>
Release Date:
</strong>
</td>
<td width="75%">
2001/08/02 23:16:37
</td>
</tr>
<tr>
<td>
<strong>
JVM Required:
</strong>
</td>
<td width="75%">
1.2
</td>
</tr>
<tr>
<td>
<strong>
License:
</strong>
</td>
<td width="75%">
GNU Library General Public License
</td>
</tr>
<tr>
<td>
<strong>
Categories:
</strong>
</td>
<td width="75%">
library, text
</td>
</tr>
<tr>
<td>
<strong>
Dependencies:
</strong>
</td>
<td width="75%">
No dependencies
</td>
</tr>
</table>
</body>
</html>