mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +00:00
Ready for 0.8.
This commit is contained in:
parent
fb2e65ad99
commit
9d157d723e
@ -1,4 +1,4 @@
|
|||||||
# $Id: GNUmakefile,v 1.81 2009-04-03 17:21:46 nicm Exp $
|
# $Id: GNUmakefile,v 1.82 2009-04-21 20:10:22 nicm Exp $
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ VERSION= 0.8
|
|||||||
|
|
||||||
DATE= $(shell date +%Y%m%d-%H%M)
|
DATE= $(shell date +%Y%m%d-%H%M)
|
||||||
|
|
||||||
FDEBUG= 1
|
#FDEBUG= 1
|
||||||
|
|
||||||
META?= \002
|
META?= \002
|
||||||
|
|
||||||
|
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.120 2009-04-03 17:21:46 nicm Exp $
|
# $Id: Makefile,v 1.121 2009-04-21 20:10:22 nicm Exp $
|
||||||
|
|
||||||
.SUFFIXES: .c .o .y .h
|
.SUFFIXES: .c .o .y .h
|
||||||
.PHONY: clean update-index.html upload-index.html
|
.PHONY: clean update-index.html upload-index.html
|
||||||
@ -10,7 +10,7 @@ OS!= uname
|
|||||||
REL!= uname -r
|
REL!= uname -r
|
||||||
DATE!= date +%Y%m%d-%H%M
|
DATE!= date +%Y%m%d-%H%M
|
||||||
|
|
||||||
FDEBUG= 1
|
#FDEBUG= 1
|
||||||
|
|
||||||
META?= \002 # C-b
|
META?= \002 # C-b
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- $Id: index.html.in,v 1.5 2009-04-17 07:46:30 nicm Exp $ -->
|
<!-- $Id: index.html.in,v 1.6 2009-04-21 20:10:22 nicm Exp $ -->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
@ -8,9 +8,9 @@
|
|||||||
<b>Welcome to the tmux website, such as it is!</b>
|
<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>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><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> (note these are for CVS HEAD).</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>The change log, up to CVS HEAD, is <a href="http://tmux.cvs.sourceforge.net/viewvc/*checkout*/tmux/tmux/CHANGES">here,</a> the project page <a href="http://sf.net/projects/tmux">here</a> and mailing lists <a href="https://sourceforge.net/mail/?group_id=200378">here.</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 (from CVS HEAD)</b>
|
<b>Screenshots</b>
|
||||||
<table><tr>
|
<table><tr>
|
||||||
<td><a href="tmux1.png"><img src="small-tmux1.png"></a></td>
|
<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="tmux2.png"><img src="small-tmux2.png"></a></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user