diff options
Diffstat (limited to 'old/index.html.old')
-rw-r--r-- | old/index.html.old | 62 |
1 files changed, 62 insertions, 0 deletions
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 © 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> |