diff --git a/website/contact/index.html b/website/contact/index.html deleted file mode 100644 index 583d4fe0..00000000 --- a/website/contact/index.html +++ /dev/null @@ -1,80 +0,0 @@ - - -
-- -
- 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). -
- -- 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/building_ubuntu_9.04.html b/website/docs/building_ubuntu_9.04.html deleted file mode 100644 index 151108a1..00000000 --- a/website/docs/building_ubuntu_9.04.html +++ /dev/null @@ -1,143 +0,0 @@ - - - -- Due to Ubuntu 9.04’s lack of recent libxcb* packages, we cannot simply provide a debian - package. The following howto will explain how to build one for yourself after downloading - the necessary libxcb* packages from Debian. -
- -- Clone the i3 repository -
- --$ git clone http://code.stapelberg.de/git/i3 -- -
- The Ubuntu repositories do not contain the required versions of several packages. Hence we need - to get them from Debian. Create a new directory for the .debs -
- --$ mkdir deb && cd deb -- -
- …and download the files -
- --$ wget "http://ftp.de.debian.org/debian/pool/main/libx/libx11/libx11-dev_1.2.1-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-aux0-dev_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-keysyms1-dev_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libx/libxcb/libxcb-xinerama0-dev_1.2-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-event1-dev_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-property1-dev_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-atom1-dev_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-icccm1-dev_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/a/asciidoc/asciidoc_8.4.4-1_all.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libx/libxcb/libxcb1-dev_1.2-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libx/libxdmcp/libxdmcp-dev_1.0.2-3_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/x11proto-core/x11proto-core-dev_7.0.15-1_all.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libp/libpthread-stubs/libpthread-stubs0-dev_0.1-2_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libp/libpthread-stubs/libpthread-stubs0_0.1-2_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libx/libxau/libxau-dev_1.0.4-2_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libx/libxau/libxau6_1.0.4-2_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libx/libxdmcp/libxdmcp-dev_1.0.2-3_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libx/libx11/libx11-6_1.2.1-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/x11proto-input/x11proto-input-dev_1.5.0-2_all.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/x11proto-kb/x11proto-kb-dev_1.0.3-3_all.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xtrans/xtrans-dev_1.2.3-3_all.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-atom1_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-aux0_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-event1_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-icccm1_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-property1_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/x/xcb-util/libxcb-keysyms1_0.3.4-1_amd64.deb" -$ wget "http://ftp.de.debian.org/debian/pool/main/libx/libxcb/libxcb-xinerama0_1.2-1_amd64.deb" -- -
- We install these: -
- --$ sudo dpkg -i *.deb -- -
- then change into the i3 directory and build the package: -
- --$ cd ../i3 -$ dpkg-buildpackage -- -
- and install it -
- --$ sudo dpkg -i ../i3-wm_1.0-1_amd64.deb -$ sudo dpkg -i ../i3_1.0-1_amd64.deb -- -
- What remains is to configure i3. Create the default directory for i3’s config and copy the default config to it -
- --$ mkdir ~/.i3 -$ cp /etc/i3/config ~/.i3/config -- -
-Lastly, we need to set up i3 as default window manager. Create a new file ~/.xinitrc -
- --$ vim ~/.xinitrc -- -
- and enter the following lines: -
- --#!/bin/sh -xsetroot -solid black -exec /usr/bin/i3 -- -
- Close vim and create a link to ~/.xinitrc and link it to ~/.Xsession: -
- --$ ln -s ~/.xinitrc ~/.Xsession -- -
- You are done. When you are in the login screen, select "Sessions", and switch to "Default" or "Xsession" to start i3. -
diff --git a/website/docs/index.html b/website/docs/index.html deleted file mode 100644 index d6494902..00000000 --- a/website/docs/index.html +++ /dev/null @@ -1,90 +0,0 @@ - - - -- 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. -
- -- i3 is currently distributed in the following operating systems/distributions: -
- -- The current stable version is 3.β (transcribed 3.b because many systems still can’t - handle UTF-8 in version numbers). -
- -- Use git to follow the latest changes: -
- -- $ 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 - -
- -
- If you want to be notified when a new version of i3 is released, please subscribe
- to the announce mailing list by sending a mail to i3-announce-subscribe@i3.zekjur.net
-
- i3lock improves slock by making it fork() and therefore combinable with - commands to suspend your computer. Additionally, instead of turning off - your screen via DPMS and/or displaying a black screen, i3lock displays a - white screen so you can see if your computer failed to resume from suspend - or if your screen is just locked. Also, when entering a wrong password, - i3lock does not call XBell(). This is important because i3lock/slock think - you’ve entered a password when resuming from suspend, at least sometimes. -
- -- Furthermore, i3lock supports PAM since version 1.0 (that is, LDAP users - can use i3lock now, too). -
- -- i3lock is currently developed at - http://code.stapelberg.de/git/i3lock. Checkouts of the master branch are intended to - be stable and working all the time. Integration of new features happens in a separate branch. -
- -- 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 :-). -
- --MIT/X Consortium License - -© 2006-2008 Anselm R Garbe- - - diff --git a/website/i3status/index.html b/website/i3status/index.html deleted file mode 100644 index f5c970b0..00000000 --- a/website/i3status/index.html +++ /dev/null @@ -1,91 +0,0 @@ - - - --© 2009 Michael Stapelberg - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. -
- i3status is a small program (around 500 SLOC) for filling dzen2 or wmii’s status - bar via its 9P pseudo filesystem. It is designed to be very efficient by issuing - a very small number of systemcalls (as the bar should be updated every second or - at your specified interval). This ensures that even under high load, your status - bar is updated correctly and it saves a little bit of battery life by not spawning - new processes every second like shell scripts do. -
- -- i3status is currently developed at - http://code.stapelberg.de/git/i3status. Checkouts of the master branch are intended to - be stable and working all the time. Integration of new features happens in a separate branch. -
- -- 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 :-). -
- -- Copyright © 2008-2009 Michael Stapelberg and contributors - All rights reserved. - - Redistribution and use in source and binary forms, with or without modification, - are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright notice, this - list of conditions and the following disclaimer in the documentation and/or other - materials provided with the distribution. - - * Neither the name of Michael Stapelberg nor the names of contributors - may be used to endorse or promote products derived from this software without - specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT - SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED - TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR - BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN - ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH - DAMAGE. -- - - diff --git a/website/impress.html b/website/impress.html deleted file mode 100644 index ceea240b..00000000 --- a/website/impress.html +++ /dev/null @@ -1,133 +0,0 @@ - - - -
- This website is hosted on a server in germany, so german law demands this: -
- -- Angaben gemäß § 5 TMG: -
- - - Michael Stapelberg- Quelle: erstellt mit dem - Impressum-Generator Website von eRecht24. -
- -- Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die - Richtigkeit, Vollständigkeit und Aktualität der Inhalte können wir jedoch keine - Gewähr übernehmen. Als Diensteanbieter sind wir gemäß § 7 Abs. 1 TMG für eigene - Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Nach - §§ 8 bis 10 TMG sind wir als Diensteanbieter jedoch nicht verpflichtet, - übermittelte oder gespeicherte fremde Informationen zu überwachen oder nach - Umständen zu forschen, die auf eine rechtswidrige Tätigkeit hinweisen. - Verpflichtungen zur Entfernung oder Sperrung der Nutzung von Informationen nach - den allgemeinen Gesetzen bleiben hiervon unberührt. Eine diesbezügliche Haftung - ist jedoch erst ab dem Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung - möglich. Bei Bekanntwerden von entsprechenden Rechtsverletzungen werden wir - diese Inhalte umgehend entfernen. -
- -- Unser Angebot enthält Links zu externen Webseiten Dritter, auf deren Inhalte - wir keinen Einfluss haben. Deshalb können wir für diese fremden Inhalte auch - keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der - jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten - Seiten wurden zum Zeitpunkt der Verlinkung auf mögliche Rechtsverstöße - überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verlinkung nicht - erkennbar. Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist - jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar. Bei - Bekanntwerden von Rechtsverletzungen werden wir derartige Links umgehend - entfernen. -
- -- Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten - unterliegen dem deutschen Urheberrecht. Die Vervielfältigung, Bearbeitung, - Verbreitung und jede Art der Verwertung außerhalb der Grenzen des - Urheberrechtes bedürfen der schriftlichen Zustimmung des jeweiligen Autors bzw. - Erstellers. Downloads und Kopien dieser Seite sind nur für den privaten, nicht - kommerziellen Gebrauch gestattet. Soweit die Inhalte auf dieser Seite nicht vom - Betreiber erstellt wurden, werden die Urheberrechte Dritter beachtet. - Insbesondere werden Inhalte Dritter als solche gekennzeichnet. Sollten Sie - trotzdem auf eine Urheberrechtsverletzung aufmerksam werden, bitten wir um - einen entsprechenden Hinweis. Bei Bekanntwerden von Rechtsverletzungen werden - wir derartige Inhalte umgehend entfernen. -
- -- Die Nutzung unserer Webseite ist in der Regel ohne Angabe personenbezogener - Daten möglich. Soweit auf unseren Seiten personenbezogene Daten (beispielsweise - Name, Anschrift oder eMail-Adressen) erhoben werden, erfolgt dies, soweit - möglich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre - ausdrückliche Zustimmung nicht an Dritte weitergegeben. -
- -- Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der - Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser - Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich. -
- -- Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten - durch Dritte zur Übersendung von nicht ausdrücklich angeforderter Werbung und - Informationsmaterialien wird hiermit ausdrücklich widersprochen. Die Betreiber - der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der - unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails, vor. -
- -- Quelle: Disclaimer - von eRecht24, dem Portal zum Internetrecht von Rechtsanwalt - Sören Siebert. -
- - diff --git a/website/index.html b/website/index.html deleted file mode 100644 index d72bc92e..00000000 --- a/website/index.html +++ /dev/null @@ -1,191 +0,0 @@ - - - -- 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 - bugs, didn’t progress since quite some time and wasn’t easy to hack at all - (source code comments/documentation completely lacking). Still, we think the - wmii developers and contributors did a great job. Thank you for inspiring us - to create i3. -
- -- Please be aware that i3 is primarily targeted at advanced users and developers. -
- -- Based upon the experiences we made when wanting to hack/fix wmii, we agreed - upon the following goals for i3: -
- -- i3 is currently developed at - http://code.stapelberg.de/git/i3. Checkouts of the master branch are intended to - be stable and working all the time. Integration of new features happens in a separate branch. -
- --Copyright © 2009, Michael Stapelberg -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * Neither the name of Michael Stapelberg nor the - names of contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY Michael Stapelberg ''AS IS'' AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL Michael Stapelberg BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- - - diff --git a/website/robots.txt b/website/robots.txt deleted file mode 100644 index 4c945a0f..00000000 --- a/website/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-Agent: * -Disallow: /bugs/ diff --git a/website/screenshots/index.html b/website/screenshots/index.html deleted file mode 100644 index a46ea8eb..00000000 --- a/website/screenshots/index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - -
- Everyone likes screenshots, so here you go: -
- -- To see what a window manager actually is like, a video is much better than pictures. Therefore, - we made screencasts: -
- -