mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-24 15:48:58 +01:00
Much improved web page from Mike Putnam.
This commit is contained in:
parent
6dc796bb29
commit
38aa9a447a
@ -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
|
VERSION= 1.0
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ dist:
|
|||||||
-f ${DISTDIR}.tar.gz ${DISTFILES}
|
-f ${DISTDIR}.tar.gz ${DISTFILES}
|
||||||
|
|
||||||
upload-index.html: update-index.html
|
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
|
nicm,tmux@web.sf.net:/home/groups/t/tm/tmux/htdocs
|
||||||
rm -f www/index.html www/images/small-*
|
rm -f www/index.html www/images/small-*
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
@ -1,24 +1,74 @@
|
|||||||
<!-- $Id: index.html.in,v 1.2 2009-08-05 16:39:28 nicm Exp $ -->
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<html>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||||
<head>
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<title>tmux</title>
|
<head>
|
||||||
</head>
|
<title>tmux</title>
|
||||||
<body>
|
<link rel="stylesheet" type="text/css" media="screen" href="main.css"/>
|
||||||
<b>Welcome to the tmux website, such as it is!</b>
|
</head>
|
||||||
<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>
|
<body>
|
||||||
<p><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">Download tmux %%VERSION%%.</a></p>
|
<div id="body-wrapper">
|
||||||
<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>
|
<div id="left-menu-container">
|
||||||
<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>. An IRC channel, #tmux, is on the Freenode network.</p>
|
<p id="upper-left-title">tmux</p>
|
||||||
<b>Screenshots</b>
|
<ul id="left-menu">
|
||||||
<table><tr>
|
<li><a href="http://downloads.sourceforge.net/tmux/tmux-1.0.tar.gz">Download</a></li>
|
||||||
<td><a href="tmux1.png"><img src="small-tmux1.png"></a></td>
|
<li><a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/NOTES">Release Notes</a>
|
||||||
<td><a href="tmux2.png"><img src="small-tmux2.png"></a></td>
|
<li><a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/CHANGES">Changelog</a></li>
|
||||||
<td><a href="tmux3.png"><img src="small-tmux3.png"></a></td>
|
<li><a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/FAQ">FAQ</a></li>
|
||||||
</tr><tr>
|
<li><a href="http://tmux.cvs.sourceforge.net/viewvc/tmux/tmux/examples/">Examples</a></li>
|
||||||
<td><a href="tmux4.png"><img src="small-tmux4.png"></a></td>
|
<li> </li>
|
||||||
<td><a href="tmux5.png"><img src="small-tmux5.png"></a></td>
|
<li class="menu-headings">Source Code</li>
|
||||||
<td><a href="tmux6.png"><img src="small-tmux6.png"></a></td>
|
<li><a href="http://tmux.cvs.sf.net/viewvc/tmux/tmux/">SourceForge</a></li>
|
||||||
</tr></table>
|
<li><a href="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tmux/">OpenBSD</a></li>
|
||||||
</body>
|
<li> </li>
|
||||||
|
<li class="menu-headings">Support</li>
|
||||||
|
<li><a href="https://lists.sourceforge.net/lists/listinfo/tmux-users">tmux-users</a></li>
|
||||||
|
<li><a href="https://lists.sourceforge.net/lists/listinfo/tmux-cvs">tmux-cvs</a></li>
|
||||||
|
<li>IRC: #tmux on Freenode</li>
|
||||||
|
<li><a href="http://sf.net/projects/tmux">SourceForge Project Page</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="main-content-wrapper">
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<p>tmux is intended to be a modern, BSD-licensed alternative to programs such
|
||||||
|
as GNU screen. Major features include:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>A powerful, consistent, well-documented and easily scriptable command
|
||||||
|
interface.</li>
|
||||||
|
<li>A window may be split horizontally and vertically into panes.</li>
|
||||||
|
<li>Panes can be freely moved and resized, or arranged into one of four preset
|
||||||
|
layouts. </li>
|
||||||
|
<li>Support for UTF-8 and 256-colour terminals.</li>
|
||||||
|
<li>Copy and paste with multiple buffers.</li>
|
||||||
|
<li>Interactive menus to select windows, sessions or clients.</li>
|
||||||
|
<li>Change the current window by searching for text in the target.</li>
|
||||||
|
<li>Terminal locking, manually or after a timeout.</li>
|
||||||
|
<li>A clean, easily extended, BSD-licensed codebase, under active
|
||||||
|
development.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>tmux is part of the <a href="http://www.openbsd.org">OpenBSD</a> base
|
||||||
|
system. The portable version is hosted on SourceForge and runs on Linux,
|
||||||
|
FreeBSD, NetBSD, Solaris and AIX.</p>
|
||||||
|
|
||||||
|
<div id="screenshots">
|
||||||
|
<a href="tmux3.png"><img src="small-tmux3.png"></a>
|
||||||
|
<a href="tmux4.png"><img src="small-tmux4.png"></a>
|
||||||
|
<a href="tmux5.png"><img src="small-tmux5.png"></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user