JOMDocReports: april-daily.html

File april-daily.html, 3.8 KB (added by dmisev, 2 years ago)
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="content-type" content="text/html; charset=UTF-8">
5<title>Daily Report</title>
6<!--
7  -  FILE: gtt-style.css
8  -  Please note this is not a true stand-alone style-sheet.
9  -  This file is meant to be inlined with the web pages!
10  -->
11<style type="text/css">
12        body
13        {
14        background: #c8c8d3;
15        font-color: #000000;
16        }
17        .gnotime-diary-entry,
18        .gnotime-project-status
19        {
20        background: #e0e0e0;
21        display: block;
22        width: 98%;
23        margin: 4px 2px 4px 8px;
24        border: solid 2px #000000;
25        margin: 4px 2px 4px 8px;
26        }
27        .gnotime-diary-memo
28        {
29        font-size: 120%;
30        font-weight: bold;
31        font-stretch: wider;
32        margin: 4px 2px 1px 6px;
33        }
34        .gnotime-diary-notes,
35        .gnotime-project-status-notes
36        {
37        background: #f8f8f0;
38        width: 100%;
39        border: 0px;
40        margin: 4px 2px 1px 6px;
41        }
42        .gnotime-start-stop-table,
43        .gnotime-todo-table,
44        .gnotime-daily-table
45        {
46        background: #f8f8f0;
47        margin: 4px 4px 4px 4px;
48        border: solid 1px #9999a9
49        }
50        .gnotime-start-stop-table-header,
51        .gnotime-todo-table-header,
52        .gnotime-daily-table-header
53        {
54        background: #e8e8e8;
55        font-size: 105%;
56        font-weight: bold;
57        }
58        .gnotime-project-status-overview,
59        .gnotime-daily-overview
60        {
61        background: #e8e8e8;
62        display: block;
63        font-size: 105%;
64        font-weight: bold;
65        }
66</style>
67
68</head>
69<body bgcolor="#c8c8d3">
70<div id="gnotime-body">
71<center>
72<h1>Daily Report for
73JOMDoc April
74 -
75
76</h1>
77</center>
78
79<div id="gnotime-project-daily-overview">
80
81</div>
82
83<br><br>
84
85
86<table class=gnotime-daily-table bgcolor=#f8f8f8 border=0 cellspacing=2 cellpadding=4>
87<tr class=gnotime-daily-table-header bgcolor=#e8e8e8>
88<th>Date</th>
89<th>Total Time</th>
90<th>Notes</th>
91</tr>
92
93<tr>
94<td>2010-06-11</td>
95<td align='right'>06:44:43</td>
96<td align='left'><ul>
97<li><b>JOMDoc April -- http://trac.omdoc.org/jomdoc/ticket/657</b><br>
98Switch logging to log4j
99<li><b>JOMDoc April -- http://jomdoc.omdoc.org/ticket/660</b><br>
100Test performance of XSLT transformation
101<li><b>JOMDoc April -- https://trac.omdoc.org/jomdoc/ticket/658</b><br>
102Schemas in resolvers
103<li><b>JOMDoc April -- http://jomdoc.omdoc.org/ticket/634</b><br>
104JOMDoc Environment class
105 </ul></td>
106</tr>
107<tr>
108<td>2010-06-01</td>
109<td align='right'>03:58:13</td>
110<td align='left'><ul>
111<li><b>JOMDoc April -- fix ImportsAware rendering in TNTBase</b><br>
112
113 </ul></td>
114</tr>
115<tr>
116<td>2010-05-30</td>
117<td align='right'>02:23:35</td>
118<td align='left'><ul>
119<li><b>JOMDoc April -- fix memory leak</b><br>
120
121 </ul></td>
122</tr>
123<tr>
124<td>2010-05-29</td>
125<td align='right'>04:29:19</td>
126<td align='left'><ul>
127<li><b>JOMDoc April -- fix memory leak</b><br>
128
129 </ul></td>
130</tr>
131<tr>
132<td>2010-05-28</td>
133<td align='right'>10:35:49</td>
134<td align='left'><ul>
135<li><b>JOMDoc April -- fix memory leak</b><br>
136
137 </ul></td>
138</tr>
139<tr>
140<td>2010-05-13</td>
141<td align='right'>00:39:05</td>
142<td align='left'><ul>
143<li><b>JOMDoc April -- cdbases</b><br>
144
145 </ul></td>
146</tr>
147<tr>
148<td>2010-04-24</td>
149<td align='right'>00:29:58</td>
150<td align='left'><ul>
151<li><b>JOMDoc April -- cdbases</b><br>
152
153<li><b>JOMDoc April -- virtual documents rendering</b><br>
154Shortcoming in resolvers infrastructure
155 </ul></td>
156</tr>
157<tr>
158<td>2010-04-17</td>
159<td align='right'>08:28:33</td>
160<td align='left'><ul>
161<li><b>JOMDoc April -- virtual documents rendering</b><br>
162Shortcoming in resolvers infrastructure
163 </ul></td>
164</tr>
165<tr>
166<td>2010-04-08</td>
167<td align='right'>00:40:52</td>
168<td align='left'><ul>
169<li><b>JOMDoc April -- virtual documents rendering</b><br>
170Shortcoming in resolvers infrastructure
171 </ul></td>
172</tr>
173<tr>
174<td>2010-04-07</td>
175<td align='right'>01:46:43</td>
176<td align='left'><ul>
177<li><b>JOMDoc April -- virtual documents rendering</b><br>
178Shortcoming in resolvers infrastructure
179 </ul></td>
180</tr>
181
182</table>
183
184<br><br>
185<div align=right>
186Brought to you by ...  <br>
187<a href="http://gttr.sourceforge.net/">
188<img src="gnotime-logo.png" border="0" width="155" height="28"></a>
189</div>
190
191</div>
192</body>
193</html>