about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-07 08:51:43 +0200
committerarg@10ksloc.org <unknown>2006-08-07 08:51:43 +0200
commitf777d218995e774b6af91d17db25308f1f976916 (patch)
tree42d581361a177492daa05d5aa2c44eb2834ab883
parent82064af2d7076045980c694241cf0326aea7e7e2 (diff)
downloaddwm-f777d218995e774b6af91d17db25308f1f976916.tar.gz
prepared dwm.html 0.7
-rw-r--r--dwm.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/dwm.html b/dwm.html
index ce4a44a..1e1b050 100644
--- a/dwm.html
+++ b/dwm.html
@@ -39,7 +39,7 @@
 		</p>
 		<ul>
 			<li>
-			dwm has no Lua integration, no 9P support, no menu, no editable
+			dwm has no Lua integration, no 9P support, no editable
 			tagbars, no shell-based configuration, no remote control, and comes
 			without any additional tools like printing the selection or warping
 			the mouse.
@@ -88,6 +88,9 @@
 			It can be downloaded and distributed under the conditions
 			of the <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/dwm?f=f10eb1139362;file=LICENSE;style=raw">MIT/X Consortium license</a>.
 			</li>
+			<li>
+			Optionally you can install <b>dmenu</b> to extend dwm with a wmii-alike menu.
+			</li>
 		</ul>
 		<h4>Links</h4>
 		<ul>
@@ -99,8 +102,8 @@
 		</ul>
 		<h3>Download</h3>
 		<ul>
-			<li><a href="http://10kloc.org/download/dwm-0.6.tar.gz">dwm 0.6</a> (14kb) (20060802)</li>
-			<li><a href="http://10kloc.org/download/dmenu-0.1.tar.gz">dmenu 0.1</a> (7kb) (20060803)</li>
+			<li><a href="http://10kloc.org/download/dwm-0.7.tar.gz">dwm 0.7</a> (14kb) (20060807)</li>
+			<li><a href="http://10kloc.org/download/dmenu-0.2.tar.gz">dmenu 0.2</a> (7kb) (20060807)</li>
 		</ul>
 		<h3>Development</h3>
 		<p>
80 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287