diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2012-03-01 17:16:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2012-03-01 17:16:49 +0000 |
commit | b801118fe59d2aec2df8c6b556827e129e64afb5 (patch) | |
tree | 74454257d8c551bd1bdbb31eb0aa4bdaaeece2ed | |
parent | a870a596bc2882449fd1cf694a2a9d22c9bdd41b (diff) | |
download | rtmux-b801118fe59d2aec2df8c6b556827e129e64afb5.tar.gz rtmux-b801118fe59d2aec2df8c6b556827e129e64afb5.tar.bz2 rtmux-b801118fe59d2aec2df8c6b556827e129e64afb5.zip |
+book at http://pragprog.com/book/bhtmux/tmux
-rw-r--r-- | www/index.html.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/index.html.in b/www/index.html.in index 1db9a0e5..9f69919e 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -63,16 +63,17 @@ development.</li> <p>tmux is part of the <a href="http://www.openbsd.org">OpenBSD</a> base system. The portable version is hosted on <a href="http://sf.net/projects/tmux"> -SourceForge</a> and runs on Linux, FreeBSD, NetBSD, Solaris and AIX.</p> - -<p>tmux depends on <a href="http://www.monkey.org/~provos/libevent/">libevent 1.4 or 2.0</a> and a +SourceForge</a> and runs on Linux, FreeBSD, NetBSD, Solaris and AIX. +It depends on <a href="http://www.monkey.org/~provos/libevent/">libevent 1.4 or 2.0</a> and a terminfo implementation (normally <a href="http://invisible-island.net/ncurses/">ncurses</a>).</p> <p>A few people have written programs which can be used with tmux: <a href="https://github.com/dominikh/tmux-ruby">tmux-ruby</a>, <a href="https://github.com/aziz/tmuxinator">tmuxinator</a>, <a href="https://github.com/lmartinking/tmux-applets">tmux-applets</a> and -<a href="https://github.com/remiprev/teamocil">teamocil</a>.</p> +<a href="https://github.com/remiprev/teamocil">teamocil</a>. +There is a +<a href="http://pragprog.com/book/bhtmux/tmux">book on tmux</a> by Brian P Hogan.</p> <div id="screenshots"> <a href="tmux3.png"><img src="small-tmux3.png" alt="Screenshot"/></a> |