summaryrefslogtreecommitdiffstats
path: root/docs/website
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-11-07 01:58:44 +0100
committerJames Rayner <james@archlinux.org>2009-11-07 01:58:44 +0100
commitecd51d8dc54e1a5c81f2c7d229b60ad089fa9de0 (patch)
tree0efaa1ecc395f0bdc0c548b896f7aef8c2986fba /docs/website
parent77a2e3798ce3197146315754e813e2b902f3f0b5 (diff)
downloadnetctl-ecd51d8dc54e1a5c81f2c7d229b60ad089fa9de0.tar.gz
netctl-ecd51d8dc54e1a5c81f2c7d229b60ad089fa9de0.tar.xz
Tweak docs, add website generation
Diffstat (limited to 'docs/website')
-rw-r--r--docs/website/footer.html9
-rw-r--r--docs/website/header.html54
2 files changed, 63 insertions, 0 deletions
diff --git a/docs/website/footer.html b/docs/website/footer.html
new file mode 100644
index 0000000..c933e4a
--- /dev/null
+++ b/docs/website/footer.html
@@ -0,0 +1,9 @@
+ </div>
+ <div class="foot">
+ Arch Linux copyright &copy; 2002-2009 <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.<br />
+ The Arch Linux name and logo are recognized trademarks. Some rights
+ reserved.<br />
+ The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.
+ </div>
+ </body>
+</html>
diff --git a/docs/website/header.html b/docs/website/header.html
new file mode 100644
index 0000000..f10db1c
--- /dev/null
+++ b/docs/website/header.html
@@ -0,0 +1,54 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <title>Arch Linux</title>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <link rel="stylesheet" href="http://archlinux.org/media/arch.css" />
+ <link rel="icon" href="/media/favicon.ico" type="image/x-icon" />
+ <link rel="shortcut icon" href="/media/favicon.ico" type="image/x-icon" />
+
+<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="/feeds/news/" />
+<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="/feeds/packages/" />
+<style type="text/css">
+ dt
+{
+font-weight: bold;
+}
+dd
+{
+ margin-left: 2em;
+}
+h3
+{
+ margin-top: 10px;
+}
+pre
+{
+ padding-bottom: 10px;
+}
+h1 a, h2 a, h3 a {
+ color: #000000;
+}
+* ul { padding: 10px 20px; }
+ </style>
+ </head>
+ <body>
+ <div id="head_container">
+ <div id="title">
+ <div id="logo"><h1 id="archtitle"><a href="http://archlinux.org/" title="Arch Linux (Home)">Arch Linux</a></h1></div>
+ </div>
+ <div id="main_nav">
+ <ul>
+ <li><a href="http://aur.archlinux.org">AUR</a></li>
+ <li><a href="http://bugs.archlinux.org">Bugs</a></li>
+ <li><a href="http://wiki.archlinux.org/index.php/Network_Profiles">Wiki</a></li>
+ <li><a href="http://bbs.archlinux.org">Forums</a></li>
+ <li class="selected"><a href="/netcfg">netcfg</a></li>
+ <li><a href="http://archlinux.org">Home</a></li>
+ </ul>
+ </div>
+ </div>
+ <div id="content">
+
+
+