From 38aa9a447abca1fb0e3d8cec3684205f88dc3fff Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 25 Oct 2009 08:14:34 +0000 Subject: Much improved web page from Mike Putnam. --- tools/dist.mk | 4 +-- www/images/tmux1.png | Bin 3813 -> 0 bytes www/images/tmux2.png | Bin 19080 -> 0 bytes www/images/tmux6.png | Bin 32868 -> 0 bytes www/index.html.in | 96 +++++++++++++++++++++++++++++++++++++++------------ 5 files changed, 75 insertions(+), 25 deletions(-) delete mode 100644 www/images/tmux1.png delete mode 100644 www/images/tmux2.png delete mode 100644 www/images/tmux6.png diff --git a/tools/dist.mk b/tools/dist.mk index 2c6810fb..5019d533 100644 --- a/tools/dist.mk +++ b/tools/dist.mk @@ -1,4 +1,4 @@ -# $Id: dist.mk,v 1.5 2009-09-20 18:54:21 nicm Exp $ +# $Id: dist.mk,v 1.6 2009-10-25 08:14:33 nicm Exp $ VERSION= 1.0 @@ -19,7 +19,7 @@ dist: -f ${DISTDIR}.tar.gz ${DISTFILES} upload-index.html: update-index.html - scp www/index.html www/images/*.png \ + scp www/index.html www/main.css www/images/*.png \ nicm,tmux@web.sf.net:/home/groups/t/tm/tmux/htdocs rm -f www/index.html www/images/small-* diff --git a/www/images/tmux1.png b/www/images/tmux1.png deleted file mode 100644 index f5237cb2..00000000 Binary files a/www/images/tmux1.png and /dev/null differ diff --git a/www/images/tmux2.png b/www/images/tmux2.png deleted file mode 100644 index 16fc520a..00000000 Binary files a/www/images/tmux2.png and /dev/null differ diff --git a/www/images/tmux6.png b/www/images/tmux6.png deleted file mode 100644 index 5e624da8..00000000 Binary files a/www/images/tmux6.png and /dev/null differ diff --git a/www/index.html.in b/www/index.html.in index 2144567f..04b1b5d5 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -1,24 +1,74 @@ - - - - -tmux - - -Welcome to the tmux website, such as it is! -

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.

-

Download tmux %%VERSION%%.

-

Please see the release notes and FAQ.

-

Also available are: the change log (up to CVS HEAD), the project page and mailing lists. An IRC channel, #tmux, is on the Freenode network.

-Screenshots - - - - - - - - -
- + + + + + tmux + + + +
+
+

tmux

+ +
+
+ +

tmux is a terminal multiplexer: it enables a number of terminals (or +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.

+ +

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 +to (display and accept keyboard input from) multiple clients.

+ +

tmux is intended to be a modern, BSD-licensed alternative to programs such +as GNU screen. Major features include:

+ +
    +
  • A powerful, consistent, well-documented and easily scriptable command +interface.
  • +
  • A window may be split horizontally and vertically into panes.
  • +
  • Panes can be freely moved and resized, or arranged into one of four preset +layouts.
  • +
  • Support for UTF-8 and 256-colour terminals.
  • +
  • Copy and paste with multiple buffers.
  • +
  • Interactive menus to select windows, sessions or clients.
  • +
  • Change the current window by searching for text in the target.
  • +
  • Terminal locking, manually or after a timeout.
  • +
  • A clean, easily extended, BSD-licensed codebase, under active +development.
  • +
+ +

tmux is part of the OpenBSD base +system. The portable version is hosted on SourceForge and runs on Linux, +FreeBSD, NetBSD, Solaris and AIX.

+ +
+ + + +
+
+
+ + -- cgit