-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheyu_credits.html
110 lines (84 loc) · 3.79 KB
/
heyu_credits.html
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
106
107
108
109
110
<!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" xml:lang="en">
<head>
<title>HEYU - Credits</title>
<meta name="author" content="Charles W. Sullivan" />
<meta http-equiv="content-type"
content="application/xhtml+xml; charset=UTF-8" />
<meta name="keywords"
content="Heyu, X10, Home Automation, Linux, UNIX, Mac OS X, free, open, source,
CM11A, CM12U, CM17A, ActiveHome, Firecracker, CM10A, CM11, CM11E"/>
<meta name="description"
content="HEYU is an open source program for controlling the CM11A interface"/>
<link rel="stylesheet" type="text/css" href="main.css"/>
<link rel="shortcut icon"/>
</head>
<body id="www.heyu.org">
<h1 id="mainhead"> <img src="heyu_logo_200x72.gif" alt="HEYU - "
style="left: 0px; width: 200px; top: 21px; height: 72px;"/>X10
Automation for Linux, Unix, and Mac OS X</h1>
<div id="sectionnav">
<h4>Navigation</h4>
<ul>
<li><a title="Heyu home page" href=".">Home</a></li>
<li><a title="Frequently Asked Questions" href="heyu_faq.html">FAQ</a></li>
<li><a title="Credits and Trademarks" href="heyu_credits.html">Credits</a></li>
<li><a title="Utilities and scripts" href="heyu_utilities.html">Utilities</a></li>
<li><a title="Original Heyu pages" href="version1/">Version 1 pages</a></li>
<li><a title="Additional Heyu Documentation" href="heyu_docs.html">Documentation</a></li>
<li><a title="Related Links" href="heyu_links.html">Links</a></li>
<li><a title="The Heyu Open Source License" href="heyu_license.html">License</a></li>
<li><a title="Download Heyu Source Code" href="https://github.com/HeyuX10Automation/heyu/releases">Download</a></li>
</ul>
</div>
<div id="main">
<h3 style="text-align: left;">Authors</h3>
<p>Heyu was created by Daniel B. Suthers based on
an early program (known as X10) for the CP290 interface by Larry
Campbell, with contributions from John Chmielewski and Paul Fox.
</p>
<p>The enhanced features of Heyu Version 2 for uploaded schedules,
state functions, execution of scripts, and CM17A interface were added by the current
Heyu maintainer, Charles W. Sullivan (Email ID: cwsulliv01 Email domain: -at- heyu -dot- org).
</p>
<h3 style="text-align: left;">Contributors</h3>
<p>Special thanks to those in the Heyu User Community, too
many to name individually, who have contributed to the success
of Heyu by submitting enhancement patches, bug reports and bug fixes,
HowTo's, feature requests, and guidance for other users via
the <a href="http://groups.yahoo.com/group/heyu_users">heyu_users forum</a>.
</p>
<h3 style="text-align: left;">Website</h3>
<p>The Heyu website was created by Charles W. Sullivan based on a
style sheet by David A. Knight, with assistance from Tom Gamble.
</p>
<p>The Heyu logo was created by Chris Negus.</p>
<p>Our webmaster is Tom Gamble (Email ID: webmaster Email domain: -at- heyu -dot- org).
</p>
<h3 style="text-align: left;">Trademarks</h3>
<p>HEYU is a trademark of Daniel B. Suthers.
</p>
<p>As used on this website and in Heyu documentation:<br />
X10, CM11A, CM17A, ActiveHome, and Firecracker are trademarks of X-10 (USA) Inc.<br />
PowerLinc, SwitchLinc, LampLinc, and TempLinc are trademarks of
Smarthome, Inc.<br />
Home Director is a trademark of IBM Corporation.
</p>
<p>(The authors have no affiliation with the above companies.)
</p>
</div>
<div id="footer">
<ul id="pageauthors" style="margin-left: 20px;">
<li>Website Copyright 2005 Charles W. Sullivan</li>
</ul>
<div id="valid">
<ul>
<li><a href="http://validator.w3.org/check/referer">
<img alt="Valid XHTML 1.0!" src="valid-xhtml10.asc"/></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img alt="Valid CSS!" src="vcss.asc"/></a></li>
</ul>
</div>
</div>
</body>
</html>