mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Move website stuff into its own directory.
This commit is contained in:
BIN
www/images/tmux1.png
Normal file
BIN
www/images/tmux1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
www/images/tmux2.png
Normal file
BIN
www/images/tmux2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
www/images/tmux3.png
Normal file
BIN
www/images/tmux3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
www/images/tmux4.png
Normal file
BIN
www/images/tmux4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
BIN
www/images/tmux5.png
Normal file
BIN
www/images/tmux5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
www/images/tmux6.png
Normal file
BIN
www/images/tmux6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
24
www/index.html.in
Normal file
24
www/index.html.in
Normal file
@ -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>
|
Reference in New Issue
Block a user