-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
73 lines (67 loc) · 2.7 KB
/
about.html
File metadata and controls
73 lines (67 loc) · 2.7 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Notpod - Portable entertainment manager</title>
<link rel="stylesheet" type="text/css" href="notpod.css" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.4.0/build/cssgrids/grids-min.css">
</head>
<body>
<div class="yui3-u">
<div class="logo"><a href="index.html"><img src="notpod.png" /></a></div>
<div class="menubuttons">
<div class="buttoncontainer">
<a href="download.html"><img src="download.png" /></a>
<a href="support.html"><img src="gethelp.png" /></a>
</div>
</div>
<div class="clear" />
<div class="header">
About Notpod
</div>
<div class="description">
<p>
From 2005 to December 2011, Notpod was known by the name iTunes Agent. The application has been serving users who wish to
synchronize their mass storage devices with iTunes, with an easy (and free!) way to do just that.
</p>
<p>
Notpod was founded by <a href="http://twitter.com/jarannilsen">Jaran Nilsen</a> and he has since 2005 also been the lead
developer on the project.
</p>
<p>
The following people have been contributing to the project and deserve big thanks!
<ul>
<li>Andreas Mettauer for development assistance.</li>
<li>Aaron(purpl3mod) for code contributions.</li>
<li>Dave (promisedplanet) for forum support assistance.</li>
<li>Justin Katz for development assistance.</li>
<li>Marco Lusini for code contributions.</li>
<li>PamC (lmnopc), for debugging assistance.</li>
<li>Robert Grabowski for code contributions.</li>
</ul>
</p>
<p>
Notpod is not associated with, or supported by, <a href="http://www.apple.com">Apple Inc</a> in any way.
</p>
</div>
<div clear="clear" />
<div class="footer">
<a href="index.html">Home</a> ·
<a href="download.html">Download</a> ·
<a href="support.html">Support</a> ·
<a href="userguide.html">User guide</a> ·
<a href="about.html">About</a>
</div>
</div>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25117649-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</html>