diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-05 16:39:28 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-05 16:39:28 +0000 |
commit | e2686d881928f1952e72a96cfeacd6bdfc3ecfd7 (patch) | |
tree | 8eb5ea6b2938620c5097ecef2e99c7e3d5912db7 | |
parent | b2606c0421f855a59108bbe22a8f83c5e4ac3ace (diff) | |
download | rtmux-e2686d881928f1952e72a96cfeacd6bdfc3ecfd7.tar.gz rtmux-e2686d881928f1952e72a96cfeacd6bdfc3ecfd7.tar.bz2 rtmux-e2686d881928f1952e72a96cfeacd6bdfc3ecfd7.zip |
+IRC channel.
-rw-r--r-- | www/index.html.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html.in b/www/index.html.in index 36d04b55..2144567f 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -1,4 +1,4 @@ -<!-- $Id: index.html.in,v 1.1 2009-05-17 18:20:59 nicm Exp $ --> +<!-- $Id: index.html.in,v 1.2 2009-08-05 16:39:28 nicm Exp $ --> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> @@ -9,7 +9,7 @@ <p>tmux is a "terminal multiplexer", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.</p> <p><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">Download tmux %%VERSION%%.</a></p> <p>Please see the <a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/NOTES">release notes</a> and <a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/FAQ">FAQ</a>.</p> -<p>Also available are: <a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/CHANGES">the change log</a> (up to CVS HEAD), <a href="http://sf.net/projects/tmux">the project page</a> and <a href="https://sourceforge.net/mail/?group_id=200378">mailing lists</a>.</p> +<p>Also available are: <a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/CHANGES">the change log</a> (up to CVS HEAD), <a href="http://sf.net/projects/tmux">the project page</a> and <a href="https://sourceforge.net/mail/?group_id=200378">mailing lists</a>. An IRC channel, #tmux, is on the Freenode network.</p> <b>Screenshots</b> <table><tr> <td><a href="tmux1.png"><img src="small-tmux1.png"></a></td> |