Update website (menu, links to the documentation, manpage online)

next
Michael Stapelberg 2009-03-14 01:15:54 +01:00
parent 4ad1edc5eb
commit 2816f75140
4 changed files with 239 additions and 9 deletions

View File

@ -0,0 +1,68 @@
<!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>
<a href="/docs/">Documentation</a>
</li>
<li>
<a href="/downloads/">Downloads</a>
</li>
<li>
<strong><a href="/contact/">Contact</a></strong>
</li>
</ul>
<p>
<h2>Contact</h2>
<p>
<strong>If you are a package maintainer</strong> and have any questions, ideas, hints, problems
or whatever, please do not hesitate to contact me. I will help you out. Just drop me an
<a href="http://michael.stapelberg.de/Kontakt">E-Mail (scroll down to bottom)</a>, contact
me using the same address in jabber or ask on our IRC channel (see below).
</p>
<h2>IRC</h2>
<p>
Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
handling setup). Feel free to ask questions, please dont ask to ask and please
think before you ask :-).
</p>
</body>
</html>

76
website/docs/index.html Normal file
View 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 distributions 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 distributions 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 i3s source code, please read
<a href="/docs/hacking-howto.html">&quot;How to hack i3&quot;</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>

View File

@ -0,0 +1,70 @@
<!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>
<a href="/docs/">Documentation</a>
</li>
<li>
<strong><a href="/downloads/">Downloads</a></strong>
</li>
<li>
<a href="/contact/">Contact</a>
</li>
</ul>
<h2>Downloads</h2>
<p>
As of now, there is no officially released version.
</p>
<p>
Instead, please use git to check out the current source code:
</p>
<pre>
$ git clone git://code.stapelberg.de/i3
</pre>
<p>
If you prefer to download a tarball, or if you cannot use git for whatever reason,
you may download the current master branch from
<a href="http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2">
http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2
</a>
</p>
</body>
</html>

View File

@ -13,12 +13,37 @@ body {
li { li {
margin-bottom: 10px; margin-bottom: 10px;
} }
#menu {
overflow: hidden;
list-style-type: none;
}
#menu li {
margin-left: 30px;
margin-right: 30px;
float: left;
}
</style> </style>
</head> </head>
<body> <body>
<h1>i3 - an improved dynamic tiling window manager</h1> <h1>i3 - an improved dynamic tiling window manager</h1>
<ul id="menu">
<li>
<a href="/">Goals</a>
</li>
<li>
<a href="/docs/">Documentation</a>
</li>
<li>
<a href="/downloads/">Downloads</a>
</li>
<li>
<a href="/contact/">Contact</a>
</li>
</ul>
<p> <p>
i3 was created because wmii, our favorite window manager at the time, didnt i3 was created because wmii, our favorite window manager at the time, didnt
provide some features we wanted (Xinerama done right, for example), had some provide some features we wanted (Xinerama done right, for example), had some
@ -118,15 +143,6 @@ li {
be stable and working all the time. Integration of new features happens in a separate branch. be stable and working all the time. Integration of new features happens in a separate branch.
</p> </p>
<h2>Contact</h2>
<p>
Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
handling setup). Feel free to ask questions, please dont ask to ask and please
think before you ask :-).
</p>
<h2>License</h2> <h2>License</h2>
<pre> <pre>