summaryrefslogtreecommitdiffstats
path: root/old/irc.html
diff options
context:
space:
mode:
Diffstat (limited to 'old/irc.html')
-rw-r--r--old/irc.html74
1 files changed, 74 insertions, 0 deletions
diff --git a/old/irc.html b/old/irc.html
new file mode 100644
index 0000000..cd910fd
--- /dev/null
+++ b/old/irc.html
@@ -0,0 +1,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="http://os.pehjota.net/contact.html">Contact Us</a>
+ <ul>
+ <li><a href="http://os.pehjota.net/lists.html">Mailing Lists</a></li>
+ <li><a href="http://os.pehjota.net/irc.html">IRC Channels</a></li>
+ </ul>
+ </li>
+ <li>
+ <a href="http://os.pehjota.net/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>