The branch, master has been updated
via 9b2aabb7529a11266d45427cd839cd10fcec66c4 (commit)
via c0fb5edff9037dc6b70731797a365d43a9b43b52 (commit)
from 5cdc9591d31fd7d911ab86da6d8c8f09996388c9 (commit)
- Log -----------------------------------------------------------------
commit 9b2aabb7529a11266d45427cd839cd10fcec66c4
Merge: c0fb5ed 5cdc959
Author: Thomas Adam <[email protected]>
Commit: Thomas Adam <[email protected]>
Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux
CHANGES | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NOTES | 7 ------
configure.ac | 2 +-
3 files changed, 61 insertions(+), 8 deletions(-)
commit c0fb5edff9037dc6b70731797a365d43a9b43b52
Author: Thomas Adam <[email protected]>
Commit: Thomas Adam <[email protected]>
Update website.
---
www/images/small-tmux3.png | Bin 0 -> 62450 bytes
www/images/small-tmux4.png | Bin 0 -> 11874 bytes
www/images/small-tmux5.png | Bin 0 -> 74095 bytes
www/index.html | 86 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 86 insertions(+), 0 deletions(-)
diff --git a/www/images/small-tmux3.png b/www/images/small-tmux3.png
new file mode 100644
index 0000000..ff26b09
Binary files /dev/null and b/www/images/small-tmux3.png differ
diff --git a/www/images/small-tmux4.png b/www/images/small-tmux4.png
new file mode 100644
index 0000000..1c74fb3
Binary files /dev/null and b/www/images/small-tmux4.png differ
diff --git a/www/images/small-tmux5.png b/www/images/small-tmux5.png
new file mode 100644
index 0000000..586bf5d
Binary files /dev/null and b/www/images/small-tmux5.png differ
diff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..85efbf0
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>tmux</title>
+ <link rel="stylesheet" type="text/css" media="screen" href="main.css"/>
+ </head>
+ <body>
+ <div id="body-wrapper">
+ <div id="left-menu-container">
+ <p id="upper-left-title">tmux</p>
+ <ul id="left-menu">
+ <li><a
href="http://downloads.sourceforge.net/tmux/tmux-1.7.tar.gz">Download</a></li>
+ <li><a
href="http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=blob;f=NOTES">Release
Notes</a></li>
+ <li><a
href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">Manual
Page</a></li>
+ <li><a
href="http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=blob;f=FAQ">FAQ</a></li>
+ <li><a href="http://www.openbsd.org/faq/faq7.html#tmux">tmux in
the OpenBSD FAQ</a></li>
+ <li><a
href="http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=tree;f=examples">Examples</a></li>
+ <li> </li>
+ <li class="menu-headings">Source Code</li>
+ <li><a
href="http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=tree">SourceForge</a></li>
+ <li><a
href="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tmux/">OpenBSD</a></li>
+ <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>The latest version is <a
href="http://downloads.sourceforge.net/tmux/tmux-1.7.tar.gz">tmux 1.7</a>.</p>
+
+<p>tmux uses a client-server model. The server holds multiple sessions and each
+window is an 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 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 <a
href="http://sf.net/projects/tmux">
+SourceForge</a> and runs on Linux, FreeBSD, NetBSD, Solaris and AIX.
+It depends on <a href="http://www.monkey.org/~provos/libevent/">libevent 1.4
or 2.0</a> and a
+terminfo implementation (normally <a
href="http://invisible-island.net/ncurses/">ncurses</a>).</p>
+
+<p>A few people have written programs which can be used with tmux:
+<a href="https://github.com/dominikh/tmux-ruby">tmux-ruby</a>,
+<a href="https://github.com/aziz/tmuxinator">tmuxinator</a>,
+<a href="https://github.com/lmartinking/tmux-applets">tmux-applets</a> and
+<a href="https://github.com/remiprev/teamocil">teamocil</a>.
+There is a
+<a href="http://pragprog.com/book/bhtmux/tmux">book on tmux</a> by Brian P
Hogan.</p>
+
+ <div id="screenshots">
+ <a href="tmux3.png"><img src="small-tmux3.png"
alt="Screenshot"/></a>
+ <a href="tmux4.png"><img src="small-tmux4.png"
alt="Screenshot"/></a>
+ <a href="tmux5.png"><img src="small-tmux5.png"
alt="Screenshot"/></a>
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
-----------------------------------------------------------------------
Summary of changes:
www/images/small-tmux3.png | Bin 0 -> 62450 bytes
www/images/small-tmux4.png | Bin 0 -> 11874 bytes
www/images/small-tmux5.png | Bin 0 -> 74095 bytes
www/{index.html.in => index.html} | 4 ++--
4 files changed, 2 insertions(+), 2 deletions(-)
create mode 100644 www/images/small-tmux3.png
create mode 100644 www/images/small-tmux4.png
create mode 100644 www/images/small-tmux5.png
copy www/{index.html.in => index.html} (96%)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs