dwm-meillo

changeset 407:1a99afa20d86

removed html crap
author Anselm R. Garbe <arg@10kloc.org>
date Mon, 04 Sep 2006 17:37:31 +0200
parents cbf5907816cc
children a031bbee1816
files config.mk dwm.html favicon.ico
diffstat 3 files changed, 1 insertions(+), 128 deletions(-) [+]
line diff
     1.1 --- a/config.mk	Mon Sep 04 17:21:18 2006 +0200
     1.2 +++ b/config.mk	Mon Sep 04 17:37:31 2006 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  # dwm version
     1.5 -VERSION = 1.3
     1.6 +VERSION = 1.4
     1.7  
     1.8  # Customize below to fit your system
     1.9  
     2.1 --- a/dwm.html	Mon Sep 04 17:21:18 2006 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,127 +0,0 @@
     2.4 -<html>
     2.5 -	<head>
     2.6 -		<title>dwm - dynamic window manager</title>
     2.7 -		<meta name="author" content="Anselm R. Garbe">
     2.8 -		<meta name="generator" content="ed">
     2.9 -		<meta name="copyright" content="(C)opyright 2006 by Anselm R. Garbe">
    2.10 -		<link rel="dwm icon" href="favicon.ico" type="image/x-icon" />
    2.11 -		<style type="text/css">
    2.12 -			body {
    2.13 -				color: #000000;
    2.14 -				font-family: sans-serif;
    2.15 -				margin: 20px 20px 20px 20px;
    2.16 -			}
    2.17 -		</style>
    2.18 -	</head>
    2.19 -	<body>
    2.20 -		<center>
    2.21 -			<img src="dwm.png"/><br />
    2.22 -			<h3>dynamic window manager</h3>
    2.23 -		</center>
    2.24 -		<h3>Description</h3>
    2.25 -		<p>
    2.26 -		dwm is a dynamic window manager for X11.
    2.27 -		</p>
    2.28 -		<h4>Background</h4>
    2.29 -		<p>
    2.30 -		As founder and main developer of wmii I came to the conclusion that
    2.31 -		wmii is too clunky for my needs. I don't need so many funky features
    2.32 -		and all this hype about remote control through a 9P service, I only
    2.33 -		want to manage my windows in a simple, but dynamic way. wmii never got
    2.34 -		finished because I listened to users, who proposed arbitrary ideas I
    2.35 -		considered useful. This resulted in an extreme <a
    2.36 -		href="http://www.jwz.org/doc/cadt.html">CADT</a> development model,
    2.37 -		which was a mistake. Thus the philosophy of dwm is simply <i>to fit my
    2.38 -		needs</i> (maybe yours as well). That's it.
    2.39 -		</p>
    2.40 -		<h4>Differences to ion, larswm, and wmii</h4>
    2.41 -		<p>
    2.42 -		In contrast to ion, larswm, and wmii, dwm is much smaller, faster and simpler.
    2.43 -		</p>
    2.44 -		<ul>
    2.45 -			<li>
    2.46 -			dwm has no Lua integration, no 9P support, no editable
    2.47 -			tagbars, no shell-based configuration, no remote control, and comes
    2.48 -			without any additional tools like printing the selection or warping
    2.49 -			the mouse.
    2.50 -			</li>
    2.51 -			<li>
    2.52 -			dwm is only a single binary, it's source code is intended to never
    2.53 -			exceed 2000 SLOC.
    2.54 -			</li>
    2.55 -			<li>
    2.56 -			dwm is based on tagging and dynamic window management (however
    2.57 -			simpler than ion, wmii or larswm). It manages windows in
    2.58 -			tiling and floating modes. Either mode can be applied dynamically,
    2.59 -			depending on the application in use and the task performed.
    2.60 -			</li>
    2.61 -			<li>
    2.62 -			dwm doesn't distinguishes between layers, there is no floating or
    2.63 -			tiled layer. Wether the clients of currently selected tag are in
    2.64 -			tiled mode or not, you can re-arrange all clients on the fly.
    2.65 -			Popup- and fixed-size windows are treated floating, however. 
    2.66 -			</li>
    2.67 -			<li>
    2.68 -			dwm is customized through editing its source code, that makes it
    2.69 -			extremely fast and secure - it does not process any input data
    2.70 -			which hasn't been known at compile time, except window title names
    2.71 -			and status text read from standard input. You don't have to learn
    2.72 -			Lua/sh/ruby or some weird configuration file format (like X
    2.73 -			resource files), beside C to customize it for your needs,
    2.74 -			you <b>only</b> have to learn C (at least editing header files).
    2.75 -			</li>
    2.76 -			<li>
    2.77 -			Because dwm is customized through editing its source code, it's
    2.78 -			pointless to make binary packages of it. This keeps its userbase
    2.79 -			small and elitist. No novices asking stupid questions.
    2.80 -			</li>
    2.81 -			<li>
    2.82 -			dwm uses 1-pixel borders to provide the maximum of screen real
    2.83 -			estate to clients. Small titlebars are only drawn in front of
    2.84 -			unfocused clients.
    2.85 -			</li>
    2.86 -			<li>
    2.87 -			dwm reads from standard input to print arbitrary status text (like
    2.88 -			the date, load, battery charge). That's much simpler than
    2.89 -			larsremote, wmiir and what not...
    2.90 -			</li>
    2.91 -			<li>
    2.92 -			It can be downloaded and distributed under the conditions
    2.93 -			of the <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>.
    2.94 -			</li>
    2.95 -			<li>
    2.96 -			Optionally you can install <b>dmenu</b> to extend dwm with a wmii-alike menu.
    2.97 -			</li>
    2.98 -		</ul>
    2.99 -		<h4>Links</h4>
   2.100 -		<ul>
   2.101 -			<li><a href="http://10kloc.org/cgi-bin/man/man2html?query=dwm">Man page</a></li>
   2.102 -			<li><a href="http://10kloc.org/shots/dwm-20060810a.png">Screenshot of tiled mode</a> (20060810)</li>
   2.103 -			<li><a href="http://10kloc.org/shots/dwm-20060810b.png">Screenshotof floating mode</a> (20060810)</li>
   2.104 -			<li><a href="http://10kloc.org/download/poster.ps">A4 poster (PostScript)</a></li>
   2.105 -			<li>Mailing List: <a href="http://10kloc.org/cgi-bin/mailman/listinfo/dwm">dwm at wmii dot de</a> <a href="http://10kloc.org/pipermail/dwm/">(Archives)</a>&nbsp;<a href="http://dir.gmane.org/gmane.comp.window-managers.dwm">(GMANE Archive)</a></li>
   2.106 -			<li>IRC channel: <code>#dwm</code> at <code>irc.oftc.net</code></li>
   2.107 -		</ul>
   2.108 -		<h3>Download</h3>
   2.109 -		<ul>
   2.110 -			<li><a href="http://10kloc.org/download/dwm-1.2.tar.gz">dwm 1.2</a> (15kb) (20060830)</li>
   2.111 -			<li><a href="http://10kloc.org/download/dmenu-0.6.tar.gz">dmenu 0.6</a> (7kb) (20060828)</li>
   2.112 -		</ul>
   2.113 -		<h3>Development</h3>
   2.114 -		<p>
   2.115 -		dwm is actively developed in parallel to wmii. You can <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm">browse</a> its source code repository or get a copy using <a href="http://www.selenic.com/mercurial/">Mercurial</a> with following command:
   2.116 -		</p>
   2.117 -		<p>
   2.118 -		<code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm</code>
   2.119 -		</p>
   2.120 -		<p>
   2.121 -		<code>hg clone http://10kloc.org/cgi-bin/hgwebdir.cgi/dmenu</code>
   2.122 -		</p>
   2.123 -		<h3>Miscellaneous</h3>
   2.124 -		<p>
   2.125 -		You can purchase this <a href="https://www.spreadshirt.net/shop.php?op=article&article_id=3298632&view=403">tricot</a>
   2.126 -		if you like dwm and the dwm logo, which has been designed by Anselm.
   2.127 -		</p>
   2.128 -		<p><small>--Anselm</small></p>
   2.129 -	</body>
   2.130 -</html>
     3.1 Binary file favicon.ico has changed