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

<html>
	<head>
		<title>Embedded Operating System Distribution &ndash; IRC</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>Team IRC Channel</h3>
				<p>Join us on <a href="irc://chat.freenode.net/#ubiquitoussolutions">#ubiquitoussolutions</a>, the project team IRC channel on the <a href="https://www.freenode.net/">Freenode network</a>.</p>
			</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>