summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-26 22:19:51 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-26 22:19:51 (EDT)
commit9927c57e087e9052bffaa5941f560d5c36846aa0 (patch)
treea43ea94472297c442cdd1849ce2cbf8fa4012bd9 /index.html
parent9555ef901b02310de51b31061e7186df4a16eed9 (diff)
Write "includes" files.
Diffstat (limited to 'index.html')
-rw-r--r--index.html97
1 files changed, 7 insertions, 90 deletions
diff --git a/index.html b/index.html
index b6f732b..ac68b98 100644
--- a/index.html
+++ b/index.html
@@ -1,90 +1,7 @@
-<!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>
+<!--#include file="includes/header.html" -->
+<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">Read more</a></p>
+</div>
+<!--#include file="includes/footer.html" -->