diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 23:15:27 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 23:15:27 +0000 |
commit | 0c61b358072e3cc606afe0972b9c68ff54514769 (patch) | |
tree | 24f9ae86db11d8dc85264f3d6b68df0f24ce728d | |
parent | c4ac39f67a8538966ba5ab9465ca903f70415760 (diff) | |
download | rtmux-0c61b358072e3cc606afe0972b9c68ff54514769.tar.gz rtmux-0c61b358072e3cc606afe0972b9c68ff54514769.tar.bz2 rtmux-0c61b358072e3cc606afe0972b9c68ff54514769.zip |
Update www.
-rw-r--r-- | index.html.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/index.html.in b/index.html.in index 11924a2c..5e0387c9 100644 --- a/index.html.in +++ b/index.html.in @@ -1,11 +1,15 @@ -<!-- $Id: index.html.in,v 1.1 2007-11-20 17:01:38 nicm Exp $ --> +<!-- $Id: index.html.in,v 1.2 2009-03-31 23:15:27 nicm Exp $ --> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>tmux</title> </head> <body> +<b>Welcome to the tmux website, such as it is!</b> +<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> (note these are for CVS HEAD).</p> +<p>The change log, up to CVS HEAD, is <a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/CHANGES">here.</a></p> <p>The project page is <a href="http://sf.net/projects/tmux">here.</a></p> -<p>Download tmux %%VERSION%% with <a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">this link.</a></p> </body> </html> |