summaryrefslogtreecommitdiffstats
path: root/old
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-26 21:39:17 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-26 21:39:17 (EDT)
commita32b21a573cc58caa846153e9ddcb79e53152cef (patch)
tree55b24967386f7ae40f18f81c850a9db057c0312f /old
parent457027127f44847c5615f59d31fb036366531d80 (diff)
Add old Web pages.
Diffstat (limited to 'old')
-rw-r--r--old/about.html88
-rw-r--r--old/index.html90
-rw-r--r--old/index.html.old62
-rw-r--r--old/irc.html74
-rw-r--r--old/main.css120
-rw-r--r--old/main.css.old84
6 files changed, 518 insertions, 0 deletions
diff --git a/old/about.html b/old/about.html
new file mode 100644
index 0000000..95adfb5
--- /dev/null
+++ b/old/about.html
@@ -0,0 +1,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="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>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>
diff --git a/old/index.html b/old/index.html
new file mode 100644
index 0000000..b6f732b
--- /dev/null
+++ b/old/index.html
@@ -0,0 +1,90 @@
+<!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>
+ <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>About the System</h3>
+ <p>This is an embedded operating system configurable for a wide variety of hardware and application platforms.</p>
+ <p><a href="about.html">Read more</a></p>
+ </div>
+ <!-- div>
+ <h3>About the System</h3>
+ <p>This is an operating system distribution for embedded applications. 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. The package management tools are designed to provide high levels of portability, flexibility, and configurability; the packages in the distribution may 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>
+ <p>All of the software in this distribution may be freely used, copied, and modified.</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>
diff --git a/old/index.html.old b/old/index.html.old
new file mode 100644
index 0000000..fbd1757
--- /dev/null
+++ b/old/index.html.old
@@ -0,0 +1,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>
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>
diff --git a/old/main.css b/old/main.css
new file mode 100644
index 0000000..1c58f05
--- /dev/null
+++ b/old/main.css
@@ -0,0 +1,120 @@
+* {
+ margin: 0px;
+ padding: 0px;
+}
+
+body {
+ background-color: #CCCCCC;
+}
+
+h1 {
+}
+h3 {
+ font-size: 12pt;
+ font-family: sans-serif;
+}
+p, li {
+ font-size: 10pt;
+ font-family: sans-serif;
+}
+a {
+ color: #000000;
+ text-decoration: underline;
+ font-family: sans-serif;
+}
+ul {
+ margin: 0px 0px 0px 16px;
+}
+
+header {
+ background-color: #336699;
+ padding: 0px;
+ border-bottom: 4px solid #CC0033;
+ height: 64px;
+}
+header .logo {
+ width: 64px;
+ height: 64px;
+ font-size: 24pt;
+ text-align: center;
+ float: left;
+ line-height: 64px;
+}
+header div.nav {
+ margin: 0px 0px 0px 64px;
+ position: relative;
+}
+header ul {
+ height: 32px;
+ width: 100%;
+ line-height: 32px;
+ list-style-type: none;
+ margin: 0px;
+ padding: 0px;
+ position: absolute;
+ left: 0px;
+ top: 0px;
+}
+header ul li {
+ float: left;
+ margin: 0px;
+}
+header ul li a {
+ display: block;
+ font-weight: bold;
+ font-size: 12pt;
+ margin: 0px;
+ padding: 0px 8px 0px 8px;
+ text-decoration: none;
+}
+header ul li:hover {
+ background-color: #6699CC;
+}
+header ul li ul {
+ display: none;
+ height: 32px;
+ line-height: 32px;
+ position: absolute;
+ left: 0px;
+ top: 32px;
+ margin: 0px;
+}
+header ul li:hover ul {
+ display: block;
+}
+header ul li ul li a {
+ background-color: #6699CC;
+}
+header ul li a:hover {
+ color: #CCCC33;
+}
+
+div.wrapper div {
+ border: 2px solid #333333;
+ margin: 8px;
+}
+div.wrapper div h3 {
+ background-color: #333333;
+ color: #FFFFFF;
+ padding: 2px;
+}
+div.wrapper div p, div.wrapper div ul {
+ padding: 8px;
+}
+
+div.main {
+ margin-right: 292px;
+}
+div.sidebar {
+ float: right;
+ width: 300px;
+}
+
+footer {
+ margin: 8px;
+ clear: both;
+}
+footer p {
+ font-size: 8pt;
+ text-align: right;
+}
diff --git a/old/main.css.old b/old/main.css.old
new file mode 100644
index 0000000..2b5e94e
--- /dev/null
+++ b/old/main.css.old
@@ -0,0 +1,84 @@
+* {
+ margin: 0px;
+ padding: 0px;
+}
+
+body {
+ background-color: #CCCCCC;
+}
+
+h1 {
+ font-family: sans-serif;
+}
+h3 {
+ font-size: 14pt;
+ font-family: sans-serif;
+}
+p {
+ font-size: 12pt;
+ font-family: sans-serif;
+}
+a {
+ color: #000000;
+ text-decoration: underline;
+ font-family: sans-serif;
+}
+ul {
+ margin-left: 16px;
+}
+
+header {
+ background-color: #336699;
+ padding: 8px 8px 0px 8px;
+ border-bottom: 4px solid #CC0033;
+}
+header h1 {
+ font-size: 24pt;
+}
+header ul {
+ list-style-type: none;
+ margin: 8px 0px 0px 4px;
+}
+header ul li {
+ display: inline;
+}
+header ul li a {
+ font-weight: bold;
+ font-size: 14pt;
+ margin: 0px;
+ padding: 2px 8px 4px 8px;
+ text-decoration: none;
+}
+header ul li a:hover {
+ background-color: #6699CC;
+}
+
+div.wrapper div {
+ border: 2px solid #333333;
+ margin: 8px;
+}
+div.wrapper div h3 {
+ background-color: #333333;
+ color: #FFFFFF;
+ padding: 2px;
+}
+div.wrapper div p, div.wrapper div ul {
+ padding: 8px;
+}
+
+div.main {
+ margin-right: 292px;
+}
+div.sidebar {
+ float: right;
+ width: 300px;
+}
+
+footer {
+ margin: 8px;
+ clear: both;
+}
+footer p {
+ font-size: 10pt;
+ text-align: right;
+}