changeset: 354:3e500b516609
tag: tip
user: Kris Maglione <maglione.k_AT_gmail.com>
date: Sat Oct 31 12:52:55 2009 -0400
files: libs.suckless.org/libixp.md wmii.suckless.org/index.md
description:
Fix some dead links.
diff -r b07d8f0ef01c -r 3e500b516609 libs.suckless.org/libixp.md
--- a/libs.suckless.org/libixp.md Fri Oct 30 19:39:27 2009 +0000
+++ b/libs.suckless.org/libixp.md Sat Oct 31 12:52:55 2009 -0400
_AT_@ -2,7 +2,7 @@
======
`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 -r b07d8f0ef01c -r 3e500b516609 wmii.suckless.org/index.md
--- a/wmii.suckless.org/index.md Fri Oct 30 19:39:27 2009 +0000
+++ b/wmii.suckless.org/index.md Sat Oct 31 12:52:55 2009 -0400
_AT_@ -9,11 +9,11 @@
-----
* 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_AT_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
-----------
Received on Sat Oct 31 2009 - 17:58:11 CET