Update website (menu, links to the documentation, manpage online)
This commit is contained in:
parent
4ad1edc5eb
commit
2816f75140
|
@ -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 don’t ask to ask and please
|
||||
think before you ask :-).
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
|
@ -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>
|
|
@ -13,12 +13,37 @@ body {
|
|||
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>
|
||||
<a href="/contact/">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
i3 was created because wmii, our favorite window manager at the time, didn’t
|
||||
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.
|
||||
</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 don’t ask to ask and please
|
||||
think before you ask :-).
|
||||
</p>
|
||||
|
||||
<h2>License</h2>
|
||||
|
||||
<pre>
|
||||
|
|
Loading…
Reference in New Issue