From 2816f75140aff33d4cac081105165c9ebbb38182 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 14 Mar 2009 01:15:54 +0100 Subject: [PATCH] Update website (menu, links to the documentation, manpage online) --- website/contact/index.html | 68 ++++++++++++++++++++++++++++++++ website/docs/index.html | 76 ++++++++++++++++++++++++++++++++++++ website/downloads/index.html | 70 +++++++++++++++++++++++++++++++++ website/index.html | 34 +++++++++++----- 4 files changed, 239 insertions(+), 9 deletions(-) create mode 100644 website/contact/index.html create mode 100644 website/docs/index.html create mode 100644 website/downloads/index.html diff --git a/website/contact/index.html b/website/contact/index.html new file mode 100644 index 00000000..a86c03e3 --- /dev/null +++ b/website/contact/index.html @@ -0,0 +1,68 @@ + + + +i3 - an improved dynamic tiling window manager + + + + + +

i3 - an improved dynamic tiling window manager

+ + + +

+ +

Contact

+ +

+ If you are a package maintainer 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 + E-Mail (scroll down to bottom), contact + me using the same address in jabber or ask on our IRC channel (see below). +

+ +

IRC

+ +

+ Contact us at + irc://irc.twice-irc.de/i3 (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 :-). +

+ + + diff --git a/website/docs/index.html b/website/docs/index.html new file mode 100644 index 00000000..2d30d526 --- /dev/null +++ b/website/docs/index.html @@ -0,0 +1,76 @@ + + + +i3 - an improved dynamic tiling window manager + + + + + +

i3 - an improved dynamic tiling window manager

+ + + +

Documentation

+ +

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

+ +
+  $ man i3
+
+ +

+ If there is no manpage, please kick your distribution’s package maintainer. You can view + an HTML version of the manpage online. +

+ +

+ If you are a developer and would like to get into i3’s source code, please read + "How to hack i3" first. +

+ +

Howtos

+ + + + + diff --git a/website/downloads/index.html b/website/downloads/index.html new file mode 100644 index 00000000..75024a76 --- /dev/null +++ b/website/downloads/index.html @@ -0,0 +1,70 @@ + + + +i3 - an improved dynamic tiling window manager + + + + + +

i3 - an improved dynamic tiling window manager

+ + + +

Downloads

+ +

+ As of now, there is no officially released version. +

+ +

+ Instead, please use git to check out the current source code: +

+ +
+  $ git clone git://code.stapelberg.de/i3
+
+ +

+ If you prefer to download a tarball, or if you cannot use git for whatever reason, + you may download the current master branch from + + http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2 + +

+ + + diff --git a/website/index.html b/website/index.html index 2328c921..67e48e91 100644 --- a/website/index.html +++ b/website/index.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; +} +

i3 - an improved dynamic tiling window manager

+ +

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.

-

Contact

- -

- Contact us at - irc://irc.twice-irc.de/i3 (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 :-). -

-

License