aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-06-04 01:21:41 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-06-04 01:21:41 +0100
commit32bc8f4dd4a2cfa814ebf96691f2723d5e43971a (patch)
tree113f51a049dd9d8f99bfdfc411be90c44c862bb7
parentd2b35e19cdd61d163d26c4babccc1550e72a9623 (diff)
downloadrtmux-32bc8f4dd4a2cfa814ebf96691f2723d5e43971a.tar.gz
rtmux-32bc8f4dd4a2cfa814ebf96691f2723d5e43971a.tar.bz2
rtmux-32bc8f4dd4a2cfa814ebf96691f2723d5e43971a.zip
HTML bits are now elsewhere.
-rw-r--r--Makefile.am19
-rw-r--r--configure.ac4
-rw-r--r--www/favicon.icobin6518 -> 0 bytes
-rw-r--r--www/images/tmux1.pngbin15972 -> 0 bytes
-rw-r--r--www/images/tmux2.pngbin108143 -> 0 bytes
-rw-r--r--www/images/tmux3.pngbin97986 -> 0 bytes
-rw-r--r--www/images/tmux4.pngbin328784 -> 0 bytes
-rw-r--r--www/index.html.in64
-rw-r--r--www/logo.pngbin2701 -> 0 bytes
-rw-r--r--www/main.css55
10 files changed, 1 insertions, 141 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b306a01..29294d87 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -248,22 +248,3 @@ install-exec-hook:
$(mkdir_p) $(DESTDIR)$(mandir)/man1
$(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \
$(DESTDIR)$(mandir)/man1/tmux.1
-
-# Update SF web site.
-upload-index.html: update-index.html
- scp www/index.html www/main.css www/images/*.png \
- www/logo.png www/favicon.ico \
- ${USER},tmux@web.sf.net:/home/groups/t/tm/tmux/htdocs
- rm -f www/index.html www/images/small-*
-
-update-index.html:
- (cd www/images && \
- rm -f small-* && \
- for i in *.png; do \
- convert "$$i" \
- -resize '150x' -resize 'x100<' \
- -gravity center -crop 150x100+0+0 +repage \
- "small-$$i"; \
- done \
- )
- sed "s/%%RELEASE%%/${RELEASE}/g" www/index.html.in >www/index.html
diff --git a/configure.ac b/configure.ac
index cccd656b..0dd1151c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,7 @@
# $Id$
-# Miscellaneous autofoo bullshit.
+# Miscellaneous bits.
AC_INIT(tmux, 2.1)
-RELEASE=2.0
-AC_SUBST(RELEASE)
AC_CONFIG_AUX_DIR(etc)
AM_INIT_AUTOMAKE([foreign subdir-objects])
diff --git a/www/favicon.ico b/www/favicon.ico
deleted file mode 100644
index 6e5398a7..00000000
--- a/www/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/www/images/tmux1.png b/www/images/tmux1.png
deleted file mode 100644
index a55f86b2..00000000
--- a/www/images/tmux1.png
+++ /dev/null
Binary files differ
diff --git a/www/images/tmux2.png b/www/images/tmux2.png
deleted file mode 100644
index a2cd24b5..00000000
--- a/www/images/tmux2.png
+++ /dev/null
Binary files differ
diff --git a/www/images/tmux3.png b/www/images/tmux3.png
deleted file mode 100644
index e3e69bdd..00000000
--- a/www/images/tmux3.png
+++ /dev/null
Binary files differ
diff --git a/www/images/tmux4.png b/www/images/tmux4.png
deleted file mode 100644
index c2c279ef..00000000
--- a/www/images/tmux4.png
+++ /dev/null
Binary files 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 @@
-<?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>
diff --git a/www/logo.png b/www/logo.png
deleted file mode 100644
index a13e3d7f..00000000
--- a/www/logo.png
+++ /dev/null
Binary files 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;
-}
-