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:

+ + + +

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

+ +
+ + + +
+
+
+ +