diff options
Diffstat (limited to 'www/index.html.in')
-rw-r--r-- | www/index.html.in | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/www/index.html.in b/www/index.html.in deleted file mode 100644 index 78b48b6c..00000000 --- a/www/index.html.in +++ /dev/null @@ -1,64 +0,0 @@ -<?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"> - <img src="logo.png" alt="tmux" id="upper-left-title"></img> - <ul id="left-menu"> - <li><a href="https://github.com/tmux/tmux/archive/%%RELEASE%%.tar.gz">Download</a></li> - <li><a href="https://raw.githubusercontent.com/tmux/tmux/master/README">README</a></li> - <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">Manual Page</a></li> - <li><a href="https://raw.githubusercontent.com/tmux/tmux/master/FAQ">FAQ</a></li> - <li><a href="https://github.com/tmux/tmux">Source Code</a></li> - <li><a href="https://groups.google.com/forum/#!forum/tmux-users">Mailing List</a></li> - <li><a href="irc://irc.freenode.net/tmux">IRC Channel</a></li> - </ul> - </div> - <div id="main-content-wrapper"> - -<p><b>tmux is a terminal multiplexer</b></p> - -<p><b>What is a terminal multiplexer?</b> It lets you switch easily between -several programs in one terminal, detach them (they keep running in the -background) and reattach them to a different terminal. And do a lot more. See -<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1"> -the manual</a>.</p> - -<p><b><a href="https://github.com/tmux/tmux/archive/%%RELEASE%%.tar.gz"> -Download tmux %%RELEASE%%</a></b> -<b><a href="https://raw.githubusercontent.com/tmux/tmux/master/CHANGES">(changelog)</a></b> or -<a href="https://github.com/tmux/tmux""> -get the development version.</a> -tmux is hosted on -<a href="http://github.com/tmux">GitHub</a> -and needs -<a href="http://www.monkey.org/~provos/libevent/">libevent</a> -and -<a href="http://invisible-island.net/ncurses/">ncurses</a>.</p> - -<p>For support contact the -<a href="mailto:tmux-users@googlegroups.com">tmux-users@googlegroups.com</a> -mailing list or IRC channel -<a href="irc://irc.freenode.net/tmux">#tmux on freenode</a>.</p> - -<p>There are some programs to use with tmux -<a href="https://github.com/search?q=tmux&type=Repositories&ref=simplesearch"> -on GitHub</a> and a -<a href="http://pragprog.com/book/bhtmux/tmux">book on tmux</a>.</p> - -<div id="screenshots"> - <a href="tmux1.png"><img src="small-tmux1.png" alt="Screenshot"/></a> - <a href="tmux2.png"><img src="small-tmux2.png" alt="Screenshot"/></a> - <a href="tmux3.png"><img src="small-tmux3.png" alt="Screenshot"/></a> - <a href="tmux4.png"><img src="small-tmux4.png" alt="Screenshot"/></a> -</div> - </div> - </div> - </body> -</html> |