diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-01-01 13:39:19 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-01-01 13:39:19 +0000 |
commit | 0d77e5e95930459c43c2d60a9171a40f12d839b5 (patch) | |
tree | e6ae7a886bb19db903fa47554352417f0fbe27de | |
parent | c120d09a5e55258678eadb8b0995bb797d59a0aa (diff) | |
download | rtmux-0d77e5e95930459c43c2d60a9171a40f12d839b5.tar.gz rtmux-0d77e5e95930459c43c2d60a9171a40f12d839b5.tar.bz2 rtmux-0d77e5e95930459c43c2d60a9171a40f12d839b5.zip |
Make version more prominent.
-rw-r--r-- | www/index.html.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/index.html.in b/www/index.html.in index 65ff9b47..5bc623a9 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -36,6 +36,8 @@ windows), each running a separate program, to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.</p> +<p>The latest version is <a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">tmux %%VERSION%%</a>.</p> + <p>tmux uses a client-server model. The server holds multiple sessions and each window is a independent entity which may be freely linked to multiple sessions, moved between sessions and otherwise manipulated. Each session may be attached |