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

<html>
	<head>
		<title>Embedded Operating System Distribution &ndash; About the 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>
			<div class="logo">?</div>
			<div class="nav">
				<ul>
					<li>
						<a href="http://wiki.os.pehjota.net/">Wiki</a>
						<ul>
							<li><a href="http://wiki.os.pehjota.net/">Wiki</a></li>
							<li><a href="http://wiki.os.pehjota.net/doc/">Documentation</a></li>
						</ul>
					</li>
					<li>
						<a href="contact.html">Contact Us</a>
						<ul>
							<li><a href="lists.html">Mailing Lists</a></li>
							<li><a href="irc.html">IRC Channels</a></li>
						</ul>
					</li>
					<li>
						<a href="dev.html">Development</a>
						<ul>
							<li><a href="http://packages.os.pehjota.net/">Package Archive</a></li>
							<li><a href="http://bugs.os.pehjota.net/">Bug Tracker</a></li>
							<li><a href="http://git.os.pehjota.net/">Source Repositories</a></li>
						</ul>
					</li>
				</ul>
			</div>
		</header>
<div style="clear: both;"></div>
		<div class="wrapper sidebar">
			<div>
				<h3>News</h3>
				<ul>
					<li>Web site and <a href="http://wiki.os.pehjota.net/">wiki</a> created</li>
					<li>System version 1.0 under development</li>
					<li><a href="http://www.pehjota.net/projects/opkhelper">opkhelper</a> version 0.1.0 to be released soon</li>
					<li><a href="http://wiki.os.pehjota.net/specs/source_package_format_1.0">Source package format version 1.0</a> to enter "candidate" state soon</li>
				</ul>
			</div>
			<div>
				<h3>New Packages</h3>
				<ul>
					<li>opkhelper 0.1.1-1</li>
					<li>config-example 0.1</li>
					<li>opkg 0.1.8+r635-1</li>
				</ul>
			</div>
		</div>
		<div class="wrapper main">
			<div>
				<h3>Free/Libre/Open-Source Software</h3>
				<p>All of the software in this system may be freely used, copied, and modified.</p>
			</div>
			<div>
				<h3>Package Management Tools</h3>
				<p>All of the distribution's software is managed in individual packages, which can each be installed, upgraded, and removed from any system, even on devices that have already been deployed.
			</div>
			<div>
				<h3>Highly Configurable Design</h3>
				<p>The package management tools are designed to provide high levels of portability, flexibility, and configurability.  The packages in this system can be built and configured for any hardware and application platform.  The system may be made to use any UNIX-like kernel and any set of system libraries.</p>
			</div>
			<div>
				<h3>Secure Infrastructure and Design</h3>
			</div>
			<div>
				<h3>Small Footprint and High Performance</h3>
			</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>