File: about.html

package info (click to toggle)
cronometer 0.9.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,744 kB
  • sloc: java: 17,382; xml: 909; makefile: 19
file content (60 lines) | stat: -rw-r--r-- 2,142 bytes parent folder | download | duplicates (6)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<link rel="stylesheet" href="cron.css" type="text/css"/>
   <title>About CRON-o-Meter</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
</head>

<body>

<h1>About CRON-o-Meter</h1>
 
<h3>Contributors</h3>
<table width="100%">
	<tr><td><a href="http://spaz.ca/">Aaron Davidson</a></td><td>aaron@spaz.ca</td><td>Programming (Lead)</td></tr>
	<tr><td><a href="http://offlineblog.com/">Chris Rose</a></td><td>chris@offlineblog.com</td><td>Programming</td></tr>
	<tr><td>Ryan Dortmans</td><td><a href="https://sourceforge.net/users/tvstatic">tvstatic</a></td><td>Programming</td></tr>    
   <tr><td>Gerald Turnquist</td><td>geraldt@sasktel.net</td><td>Programming</td></tr>    
	<tr><td>Simon Werner</td><td>simon.werner@gmail.com</td><td>Programming</td></tr>    
	<tr><td>Michael Rae</td><td>mikalra@cadvision.com</td><td>Consulting</td></tr>
	<tr><td><a href="http://scientificpsychic.com/">Antonio Zamora</a></td><td>zamora@scientificpsychic.com</td><td>Technical Writing</td></tr>
</table>
 
<h3>Food Datasources</h3> 
<a href="http://www.ars.usda.gov/Services/docs.htm?docid=8964">
USDA National Nutrient Database for Standard Reference - Release 24</a> (USDA sr24)


<h3>Open Source Libraries</h3>
<table width="100%">
   <tr>
   	<th>Library</th>
   	<th>URL</th>
   	<th>Version</th>
		<th>License</th>
	</tr>
	<tr>
		<td>JFreeChart</td>
		<td><a href="http://jfree.org/">http://jfree.org/</a></td>
		<td>1.0.6</td>
		<td><a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a></td>
	</tr>
	<tr>
		<td>JCommon</td>
		<td><a href="http://jfree.org/">http://jfree.org/</a></td>
		<td>1.0.10</td>
		<td><a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a></td>
	</tr>
   <tr>
   		<td>SwingX</td>
   		<td><a href="http://swinglabs.org/">http://swinglabs.org/</a></td>
   		<td>1.6.2</td>
		<td><a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a></td>
   </tr>
   
</table>
 
</body>
</html>