From 8dc73f2df54ccb0c019e5e5a96ae238765158b0c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 17 May 2009 18:20:59 +0000 Subject: Move website stuff into its own directory. --- www/images/tmux1.png | Bin 0 -> 3813 bytes www/images/tmux2.png | Bin 0 -> 19080 bytes www/images/tmux3.png | Bin 0 -> 18603 bytes www/images/tmux4.png | Bin 0 -> 6175 bytes www/images/tmux5.png | Bin 0 -> 30468 bytes www/images/tmux6.png | Bin 0 -> 32868 bytes www/index.html.in | 24 ++++++++++++++++++++++++ 7 files changed, 24 insertions(+) create mode 100644 www/images/tmux1.png create mode 100644 www/images/tmux2.png create mode 100644 www/images/tmux3.png create mode 100644 www/images/tmux4.png create mode 100644 www/images/tmux5.png create mode 100644 www/images/tmux6.png create mode 100644 www/index.html.in (limited to 'www') diff --git a/www/images/tmux1.png b/www/images/tmux1.png new file mode 100644 index 00000000..f5237cb2 Binary files /dev/null and b/www/images/tmux1.png differ diff --git a/www/images/tmux2.png b/www/images/tmux2.png new file mode 100644 index 00000000..16fc520a Binary files /dev/null and b/www/images/tmux2.png differ diff --git a/www/images/tmux3.png b/www/images/tmux3.png new file mode 100644 index 00000000..3c357b99 Binary files /dev/null and b/www/images/tmux3.png differ diff --git a/www/images/tmux4.png b/www/images/tmux4.png new file mode 100644 index 00000000..9e3da3f1 Binary files /dev/null and b/www/images/tmux4.png differ diff --git a/www/images/tmux5.png b/www/images/tmux5.png new file mode 100644 index 00000000..d263622d Binary files /dev/null and b/www/images/tmux5.png differ diff --git a/www/images/tmux6.png b/www/images/tmux6.png new file mode 100644 index 00000000..5e624da8 Binary files /dev/null and b/www/images/tmux6.png differ diff --git a/www/index.html.in b/www/index.html.in new file mode 100644 index 00000000..36d04b55 --- /dev/null +++ b/www/index.html.in @@ -0,0 +1,24 @@ + + + + +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.

+Screenshots + + + + + + + + +
+ + -- cgit