From 8dc73f2df54ccb0c019e5e5a96ae238765158b0c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 17 May 2009 18:20:59 +0000 Subject: Move website stuff into its own directory. --- images/tmux1.png | Bin 3813 -> 0 bytes images/tmux2.png | Bin 19080 -> 0 bytes images/tmux3.png | Bin 18603 -> 0 bytes images/tmux4.png | Bin 6175 -> 0 bytes images/tmux5.png | Bin 30468 -> 0 bytes images/tmux6.png | Bin 32868 -> 0 bytes index.html.in | 24 ------------------------ tools/dist.mk | 10 +++++----- www/images/tmux1.png | Bin 0 -> 3813 bytes www/images/tmux2.png | Bin 0 -> 19080 bytes www/images/tmux3.png | Bin 0 -> 18603 bytes www/images/tmux4.png | Bin 0 -> 6175 bytes www/images/tmux5.png | Bin 0 -> 30468 bytes www/images/tmux6.png | Bin 0 -> 32868 bytes www/index.html.in | 24 ++++++++++++++++++++++++ 15 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 images/tmux1.png delete mode 100644 images/tmux2.png delete mode 100644 images/tmux3.png delete mode 100644 images/tmux4.png delete mode 100644 images/tmux5.png delete mode 100644 images/tmux6.png delete mode 100644 index.html.in create mode 100644 www/images/tmux1.png create mode 100644 www/images/tmux2.png create mode 100644 www/images/tmux3.png create mode 100644 www/images/tmux4.png create mode 100644 www/images/tmux5.png create mode 100644 www/images/tmux6.png create mode 100644 www/index.html.in diff --git a/images/tmux1.png b/images/tmux1.png deleted file mode 100644 index f5237cb2..00000000 Binary files a/images/tmux1.png and /dev/null differ diff --git a/images/tmux2.png b/images/tmux2.png deleted file mode 100644 index 16fc520a..00000000 Binary files a/images/tmux2.png and /dev/null differ diff --git a/images/tmux3.png b/images/tmux3.png deleted file mode 100644 index 3c357b99..00000000 Binary files a/images/tmux3.png and /dev/null differ diff --git a/images/tmux4.png b/images/tmux4.png deleted file mode 100644 index 9e3da3f1..00000000 Binary files a/images/tmux4.png and /dev/null differ diff --git a/images/tmux5.png b/images/tmux5.png deleted file mode 100644 index d263622d..00000000 Binary files a/images/tmux5.png and /dev/null differ diff --git a/images/tmux6.png b/images/tmux6.png deleted file mode 100644 index 5e624da8..00000000 Binary files a/images/tmux6.png and /dev/null differ diff --git a/index.html.in b/index.html.in deleted file mode 100644 index 1a48b71e..00000000 --- a/index.html.in +++ /dev/null @@ -1,24 +0,0 @@ - - - - -tmux - - -Welcome to the tmux website, such as it is! -

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.

-

Download tmux %%VERSION%%.

-

Please see the release notes and FAQ.

-

Also available are: the change log (up to CVS HEAD), the project page and mailing lists.

-Screenshots - - - - - - - - -
- - diff --git a/tools/dist.mk b/tools/dist.mk index daaec1ee..3e11b7f5 100644 --- a/tools/dist.mk +++ b/tools/dist.mk @@ -1,4 +1,4 @@ -# $Id: dist.mk,v 1.1 2009-05-17 18:15:41 nicm Exp $ +# $Id: dist.mk,v 1.2 2009-05-17 18:20:59 nicm Exp $ VERSION= 0.8 @@ -18,15 +18,15 @@ dist: -f ${DISTDIR}.tar.gz ${DISTFILES} upload-index.html: update-index.html - scp index.html images/*.png \ + scp www/index.html www/images/*.png \ nicm,tmux@web.sf.net:/home/groups/t/tm/tmux/htdocs - rm -f images/small-* + rm -f www/index.html www/images/small-* update-index.html: - (cd images && \ + (cd www/images && \ rm -f small-* && \ for i in *.png; do \ convert "$$i" -resize 200x150 "small-$$i"; \ done \ ) - sed "s/%%VERSION%%/${VERSION}/g" index.html.in >index.html + sed "s/%%VERSION%%/${VERSION}/g" www/index.html.in >www/index.html diff --git a/www/images/tmux1.png b/www/images/tmux1.png new file mode 100644 index 00000000..f5237cb2 Binary files /dev/null and b/www/images/tmux1.png differ diff --git a/www/images/tmux2.png b/www/images/tmux2.png new file mode 100644 index 00000000..16fc520a Binary files /dev/null and b/www/images/tmux2.png differ diff --git a/www/images/tmux3.png b/www/images/tmux3.png new file mode 100644 index 00000000..3c357b99 Binary files /dev/null and b/www/images/tmux3.png differ diff --git a/www/images/tmux4.png b/www/images/tmux4.png new file mode 100644 index 00000000..9e3da3f1 Binary files /dev/null and b/www/images/tmux4.png differ diff --git a/www/images/tmux5.png b/www/images/tmux5.png new file mode 100644 index 00000000..d263622d Binary files /dev/null and b/www/images/tmux5.png differ diff --git a/www/images/tmux6.png b/www/images/tmux6.png new file mode 100644 index 00000000..5e624da8 Binary files /dev/null and b/www/images/tmux6.png differ diff --git a/www/index.html.in b/www/index.html.in new file mode 100644 index 00000000..36d04b55 --- /dev/null +++ b/www/index.html.in @@ -0,0 +1,24 @@ + + + + +tmux + + +Welcome to the tmux website, such as it is! +

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.

+

Download tmux %%VERSION%%.

+

Please see the release notes and FAQ.

+

Also available are: the change log (up to CVS HEAD), the project page and mailing lists.

+Screenshots + + + + + + + + +
+ + -- cgit v1.2.3