From a32b21a573cc58caa846153e9ddcb79e53152cef Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 26 May 2012 21:39:17 -0400 Subject: Add old Web pages. --- (limited to 'old') 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 @@ + + + + + Embedded Operating System Distribution – About the Distribution + + + + +
+ + +
+
+ +
+
+

Free/Libre/Open-Source Software

+

All of the software in this system may be freely used, copied, and modified.

+
+
+

Package Management Tools

+

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. +

+
+

Highly Configurable Design

+

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.

+
+
+

Secure Infrastructure and Design

+
+
+

Small Footprint and High Performance

+
+
+ + + 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 @@ + + + + + Embedded Operating System Distribution + + + + +
+ + +
+
+ +
+
+

About the System

+

This is an embedded operating system configurable for a wide variety of hardware and application platforms.

+

Read more

+
+ +
+ + + 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 @@ + + + + + Embedded Operating System Distribution + + + + +
+

Embedded Operating System Distribution

+ +
+ +
+
+

About the System

+

This is an operating system for embedded applications. It is designed to be configurable for any hardware and application platform.

+
+
+

Key Features

+
    +
  • Software that may be freely used, copied, and modified
  • +
  • A highly configurable design
  • +
  • A secure infrastructure and design
  • +
  • A small footprint and high performance
  • +
  • Package management tools to allow installation and upgrading of software on deployed devices
  • +
+
+
+ + + 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 @@ + + + + + Embedded Operating System Distribution – IRC + + + + +
+ + +
+
+ +
+
+

Team IRC Channel

+

Join us on #ubiquitoussolutions, the project team IRC channel on the Freenode network.

+
+
+ + + 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; +} -- cgit v0.9.1