Update website (menu, links to the documentation, manpage online)
This commit is contained in:
76
website/docs/index.html
Normal file
76
website/docs/index.html
Normal file
@ -0,0 +1,76 @@
|
||||
<!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" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>i3 - an improved dynamic tiling window manager</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<style type="text/css">
|
||||
body {
|
||||
text-align: justify;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#menu {
|
||||
overflow: hidden;
|
||||
list-style-type: none;
|
||||
}
|
||||
#menu li {
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>i3 - an improved dynamic tiling window manager</h1>
|
||||
|
||||
<ul id="menu">
|
||||
<li>
|
||||
<a href="/">Goals</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="/docs/">Documentation</a></strong>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/downloads/">Downloads</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/contact/">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Documentation</h2>
|
||||
|
||||
<p>
|
||||
If you installed i3 using your distribution’s tools, you should have a man page available.
|
||||
Please read it completely before asking any questions. You can view the man page using the
|
||||
following command:
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
$ man i3
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
If there is no manpage, please kick your distribution’s package maintainer. You can view
|
||||
<a href="/docs/manpage.html">an HTML version of the manpage online</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you are a developer and would like to get into i3’s source code, please read
|
||||
<a href="/docs/hacking-howto.html">"How to hack i3"</a> first.
|
||||
</p>
|
||||
|
||||
<h2>Howtos</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="/docs/building_ubuntu_9.04.html">Building i3 from git on Ubuntu 9.04</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user