commit 99ac9237adac69d35d640a2b49daf0ab060f6d4d
parent a09ac87ceb9f487811595c7f075409ef3067df8b
Author: Kris Maglione <maglione.k@gmail.com>
Date: Sat, 31 Oct 2009 12:52:55 -0400
Fix some dead links.
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libs.suckless.org/libixp.md b/libs.suckless.org/libixp.md
@@ -2,7 +2,7 @@ LIBIXP
======
`libixp` is a stand-alone client/server [9P](http://9p.cat-v.org/) library including `ixpc` client. It consists of less than 2000 lines of code (including `ixpc`).
-`libixp`'s server API is based heavily on that of [Plan 9](http://cm.bell-labs.com/plan9)'s `[lib9p](http://man.cat-v.org/plan_9/2/9p)`, and the two libraries export virtually identical data structures. There are a few notable differences between the two, however:
+`libixp`'s server API is based heavily on that of [Plan 9](http://cm.bell-labs.com/plan9)'s [`lib9p`](http://man.cat-v.org/plan_9/2/9p), and the two libraries export virtually identical data structures. There are a few notable differences between the two, however:
* `libixp` multiplexes connections internally, while on `Plan 9`, the kernel performs this task, and in [plan9port](http://plan9.us/), a separate process is spawned to do so. Despite this divergence, the user of the library will not notice any difference in behavior, except that there may be duplicate `tag` and `fid` numbers between different connections. This issue is of little relevance, however, as the library handles the task of mapping `fid`s and `tag`s to arbitrary pointers and `P9Req` structs.
diff --git a/wmii.suckless.org/index.md b/wmii.suckless.org/index.md
@@ -9,11 +9,11 @@ Links
-----
* Latest beta: [wmii 3.9b1](http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz) (recommended)
-* Latest release: [wmii-3.6](http://dl.suckless.org/wmii/wmii-3.6.tar.gz) (Note that it requires [dmenu](http://tools.suckless.org/dmenu) and [libixp-0.4](/libs/libixp.html), [p9p](http://plan9.us/) recommended) (deprecated)
+* Latest release: [wmii-3.6](http://dl.suckless.org/wmii/wmii-3.6.tar.gz) (Note that it requires [dmenu](http://tools.suckless.org/dmenu) and [libixp-0.4](http://libs.suckless.org/libixp), [p9p](http://plan9.us/) recommended) (deprecated)
* Latest devel tip: <code>hg clone [http://hg.suckless.org/wmii](http://hg.suckless.org/wmii)</code>
* Bugs: [Google Code issue tracker](http://code.google.com/p/wmii/issues)
* Mailing List: `dev+subscribe@suckless.org` ([Archives](http://lists.suckless.org/dev/)) ([Old Archives](http://lists.suckless.org/wmii/)) (see [community](http://suckless.org/common/community/) for details)
-* IRC channel: [`#suckless`](irc://irc.oftc.net/wmii) at `irc.oftc.net` ([irc log](http://suckless.org/irc/))
+* IRC channel: [`#suckless`](irc://irc.oftc.net/wmii) at `irc.oftc.net`
Development
-----------