summaryrefslogtreecommitdiffstats
path: root/old/index.html.old
blob: 2ebc5f6d955f975e40c69169b679d97acf0f3e92 (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
<!doctype html>

<html>
	<head>
		<title>Embedded Operating System Distribution</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		<link rel="stylesheet" type="text/css" href="main.css">
	</head>
	<body>
		<header>
			<h1>Embedded Operating System Distribution</h1>
			<ul>
				<li><a href="http://wiki.os.pehjota.net/">Wiki</a></li>
				<li><a href="http://wiki.os.pehjota.net/doc/">Documentation</a></li>
				<li><a href="http://lists.os.pehjota.net/">Mailing Lists</a></li>
				<li><a href="http://bugs.os.pehjota.net/">Bug Tracker</a></li>
				<li><a href="http://packages.os.pehjota.net/">Package Archive</a></li>
			</ul>
		</header>
		<div class="wrapper sidebar">
			<div>
				<h3>News</h3>
				<ul>
					<li>Web site and wiki created</li>
					<li>System version 0.1 under development</li>
					<li>opkhelper version 0.1.0 to be released soon</li>
				</ul>
			</div>
			<div>
				<h3>New Packages</h3>
				<ul>
					<li>opkg 0.1.8+r635-1</li>
					<li>config-example 0.1</li>
				</ul>
			</div>
		</div>
		<div class="wrapper main">
			<div>
				<h3>About the System</h3>
				<p>This is an operating system for embedded applications.  It is designed to be configurable for any hardware and application platform.</p>
			</div>
			<div>
				<h3>Key Features</h3>
				<ul>
					<li>Software that may be freely used, copied, and modified</li>
					<li>A highly configurable design</li>
					<li>A secure infrastructure and design</li>
					<li>A small footprint and high performance</li>
					<li>Package management tools to allow installation and upgrading of software on deployed devices</li>
				</ul>
			</div>
		</div>
		<footer>
			<p>
				Copyright &copy; 2012 Patrick "P. J." McDermott
			</p>
			<p>
				Except where otherwise noted, you may use this document and all works herein under the terms of the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported license</a>.
			</p>
		</footer>
	</body>
</html>