blob: fecd99ad11a9c4440e587272f0f452200b63c283 (
plain)
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Zend Gdata API Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/template.css" type="text/css" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.tools.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="js/template.js"></script>
</head>
<body>
<div id="content">
<h1>Markers (TODO / FIXME)</h1>
<div id="marker-accordion">
<h3>
<a href="#">Http/Client.php<small>1</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>52</td>
<td>Implement proxy settings</td>
</tr>
</table>
</div>
<h3>
<a href="#">Uri.php<small>1</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>127</td>
<td></td>
</tr>
</table>
</div>
<h3>
<a href="#">Gdata/YouTube.php<small>1</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>823</td>
<td>there seems to be a bug where v1 inbox entries dont</td>
</tr>
</table>
</div>
<h3>
<a href="#">Gdata/Docs.php<small>1</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>257</td>
<td>ZF-8732: This should return a *subclass* of Zend_Gdata_Entry, but
the appropriate type doesn't exist yet.</td>
</tr>
</table>
</div>
<h3>
<a href="#">Gdata/Analytics/DataQuery.php<small>1</small></a>
</h3>
<div>
<table>
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>175</td>
<td>goals 1-20</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>
|