diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-17 18:20:59 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-17 18:20:59 +0000 |
| commit | 8dc73f2df54ccb0c019e5e5a96ae238765158b0c (patch) | |
| tree | 80f387926251d2abb66efd1b33febf38824b8a31 /www | |
| parent | 680521778310ed3c0c4c1254cc7aca9133374ecd (diff) | |
| download | rtmux-8dc73f2df54ccb0c019e5e5a96ae238765158b0c.tar.gz rtmux-8dc73f2df54ccb0c019e5e5a96ae238765158b0c.tar.bz2 rtmux-8dc73f2df54ccb0c019e5e5a96ae238765158b0c.zip | |
Move website stuff into its own directory.
Diffstat (limited to 'www')
| -rw-r--r-- | www/images/tmux1.png | bin | 0 -> 3813 bytes | |||
| -rw-r--r-- | www/images/tmux2.png | bin | 0 -> 19080 bytes | |||
| -rw-r--r-- | www/images/tmux3.png | bin | 0 -> 18603 bytes | |||
| -rw-r--r-- | www/images/tmux4.png | bin | 0 -> 6175 bytes | |||
| -rw-r--r-- | www/images/tmux5.png | bin | 0 -> 30468 bytes | |||
| -rw-r--r-- | www/images/tmux6.png | bin | 0 -> 32868 bytes | |||
| -rw-r--r-- | www/index.html.in | 24 |
7 files changed, 24 insertions, 0 deletions
diff --git a/www/images/tmux1.png b/www/images/tmux1.png Binary files differnew file mode 100644 index 00000000..f5237cb2 --- /dev/null +++ b/www/images/tmux1.png diff --git a/www/images/tmux2.png b/www/images/tmux2.png Binary files differnew file mode 100644 index 00000000..16fc520a --- /dev/null +++ b/www/images/tmux2.png diff --git a/www/images/tmux3.png b/www/images/tmux3.png Binary files differnew file mode 100644 index 00000000..3c357b99 --- /dev/null +++ b/www/images/tmux3.png diff --git a/www/images/tmux4.png b/www/images/tmux4.png Binary files differnew file mode 100644 index 00000000..9e3da3f1 --- /dev/null +++ b/www/images/tmux4.png diff --git a/www/images/tmux5.png b/www/images/tmux5.png Binary files differnew file mode 100644 index 00000000..d263622d --- /dev/null +++ b/www/images/tmux5.png diff --git a/www/images/tmux6.png b/www/images/tmux6.png Binary files differnew file mode 100644 index 00000000..5e624da8 --- /dev/null +++ b/www/images/tmux6.png 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 @@ +<!-- $Id: index.html.in,v 1.1 2009-05-17 18:20:59 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>.</p> +<p>Also available are: <a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/CHANGES">the change log</a> (up to CVS HEAD), <a href="http://sf.net/projects/tmux">the project page</a> and <a href="https://sourceforge.net/mail/?group_id=200378">mailing lists</a>.</p> +<b>Screenshots</b> +<table><tr> +<td><a href="tmux1.png"><img src="small-tmux1.png"></a></td> +<td><a href="tmux2.png"><img src="small-tmux2.png"></a></td> +<td><a href="tmux3.png"><img src="small-tmux3.png"></a></td> +</tr><tr> +<td><a href="tmux4.png"><img src="small-tmux4.png"></a></td> +<td><a href="tmux5.png"><img src="small-tmux5.png"></a></td> +<td><a href="tmux6.png"><img src="small-tmux6.png"></a></td> +</tr></table> +</body> +</html> |