From 32bc8f4dd4a2cfa814ebf96691f2723d5e43971a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 4 Jun 2015 01:21:41 +0100 Subject: HTML bits are now elsewhere. --- www/favicon.ico | Bin 6518 -> 0 bytes www/images/tmux1.png | Bin 15972 -> 0 bytes www/images/tmux2.png | Bin 108143 -> 0 bytes www/images/tmux3.png | Bin 97986 -> 0 bytes www/images/tmux4.png | Bin 328784 -> 0 bytes www/index.html.in | 64 --------------------------------------------------- www/logo.png | Bin 2701 -> 0 bytes www/main.css | 55 ------------------------------------------- 8 files changed, 119 deletions(-) delete mode 100644 www/favicon.ico delete mode 100644 www/images/tmux1.png delete mode 100644 www/images/tmux2.png delete mode 100644 www/images/tmux3.png delete mode 100644 www/images/tmux4.png delete mode 100644 www/index.html.in delete mode 100644 www/logo.png delete mode 100644 www/main.css (limited to 'www') diff --git a/www/favicon.ico b/www/favicon.ico deleted file mode 100644 index 6e5398a7..00000000 Binary files a/www/favicon.ico and /dev/null differ diff --git a/www/images/tmux1.png b/www/images/tmux1.png deleted file mode 100644 index a55f86b2..00000000 Binary files a/www/images/tmux1.png and /dev/null differ diff --git a/www/images/tmux2.png b/www/images/tmux2.png deleted file mode 100644 index a2cd24b5..00000000 Binary files a/www/images/tmux2.png and /dev/null differ diff --git a/www/images/tmux3.png b/www/images/tmux3.png deleted file mode 100644 index e3e69bdd..00000000 Binary files a/www/images/tmux3.png and /dev/null differ diff --git a/www/images/tmux4.png b/www/images/tmux4.png deleted file mode 100644 index c2c279ef..00000000 Binary files a/www/images/tmux4.png and /dev/null differ 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 @@ - - - - - tmux - - - -
- -
- -

tmux is a terminal multiplexer

- -

What is a terminal multiplexer? 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 - -the manual.

- -

-Download tmux %%RELEASE%% -(changelog) or - -get the development version. -tmux is hosted on -GitHub -and needs -libevent -and -ncurses.

- -

For support contact the -tmux-users@googlegroups.com -mailing list or IRC channel -#tmux on freenode.

- -

There are some programs to use with tmux - -on GitHub and a -book on tmux.

- -
- Screenshot - Screenshot - Screenshot - Screenshot -
-
-
- - diff --git a/www/logo.png b/www/logo.png deleted file mode 100644 index a13e3d7f..00000000 Binary files a/www/logo.png and /dev/null differ diff --git a/www/main.css b/www/main.css deleted file mode 100644 index cacdd438..00000000 --- a/www/main.css +++ /dev/null @@ -1,55 +0,0 @@ -html { - max-width: 1000px; - margin-left: auto; - margin-right: auto; -} -body { - font-family: Sans-Serif; - font-size: 10pt; - background-color: white; -} -#body-wrapper { - overflow: auto; -} -#upper-left-title { - font-size:xx-large; - margin-top: 0; -} -#left-menu li { - list-style: none; - margin-top: 1em; -} -.menu-headings { - border-top: 1px solid black; - border-bottom: 1px solid black; - font-weight: bold; - padding: 0.5em; -} -#left-menu-container { - padding-right: 0.5em; - margin-top: 0.5em; - margin-bottom: 0.5em; - margin-right: 0.5em; - border-right: 3px solid black; - text-align: right; - width: 12em; - float: left; -} -#main-content-wrapper { - margin-left: 2em; - margin-right: 4em; -} -#main-content-wrapper li { - list-style: disc; - margin-left: 12em -} -#screenshots { - text-align: center; - margin: 1em; - margin-left: 10em; -} -#screenshots img { - text-align: center; - margin: 0.5em; -} - -- cgit