-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease_notes.html
More file actions
59 lines (53 loc) · 1.85 KB
/
Copy pathrelease_notes.html
File metadata and controls
59 lines (53 loc) · 1.85 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:c="http://java.sun.com/jsp/jstl/core" xml:lang="en" lang="en">
<head>
<title>atom.jar release notes</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style>
.new{color:red} .Rob{color:grey} .A{color:purple} .R{color:maroon} .I{color:green} .M{color:navy} .O{color:blue}.style1 {color: #000000}
</style>
</head>
<body>
<h1 style="display: inline">Release Notes atom.jar</h1>
<!-- a funny picture that represents the release -->
<a href="http://www.britannica.com/blogs/wp-content/uploads/2009/04/zipperdress.jpg">
<img
alt="All zipped up!"
title="All zipped up!"
src="http://www.britannica.com/blogs/wp-content/uploads/2009/04/zipperdress.jpg"
style="display: inline; float: right; width: 20%; "
/>
</a>
<table>
<tr>
<td>
<table>
<tr><td>version:</td><td id='version'>0.0.0.00</td><!--ant daily_build substitutes correct version number--></tr>
<tr><td>base release:</td><td>0.0.0.00</td></tr>
<tr><td>release date:</td><td>24/5/2011</td></tr>
</table>
<td>
</td>
</table>
<h2>content</h2>
Reusable classes for Atom/GData communication.
<ul>
<li>With gzip compression in request and response. No negotiation: always gzip. No Apache configuration: everything is in atom.jar.
<li>alt parameter for alternative formats of request and response body.
</ul>
<h2>builds</h2>
<table border="1">
<tr><th>build</th><th>contains</th></tr>
<tr>
<td class="new">0.0.0.00</td>
</tr>
</table>
<h2>dependencies</h2>
<ul>
<li>java 6-10-0_16</li>
<li>gdata-core-1.0</li>
<li>log4j-boot.jar</li>
</ul>
</body>
</html>