Update mailing list addresses.

This commit is contained in:
Nicholas Marriott 2015-06-03 18:57:35 +01:00
parent dfd72f5250
commit fc2fb0eb95
4 changed files with 30 additions and 26 deletions

6
FAQ
View File

@ -108,8 +108,8 @@ Check the latest version of tmux from Git to see if the problem is still
reproducible. Sometimes the length of time between releases means a lot of reproducible. Sometimes the length of time between releases means a lot of
fixes can be sitting in Git and the problem might already be fixed. fixes can be sitting in Git and the problem might already be fixed.
Please send bug reports by email to nicm@users.sourceforge.net or Please send bug reports by email to nicholas.marriott@gmail.com or
tmux-users@lists.sourceforge.net. Please include as much of the following tmux-users@googlegroups.com. Please include as much of the following
information as possible: information as possible:
- the version of tmux you are running; - the version of tmux you are running;
@ -123,7 +123,7 @@ information as possible:
* Why doesn't tmux do $x? * Why doesn't tmux do $x?
Please send feature requests by email to nicm@users.sourceforge.net. Please send feature requests by email to tmux-users@googlegroups.com.
* Why do you use the screen terminal description inside tmux? It sucks. * Why do you use the screen terminal description inside tmux? It sucks.

19
README
View File

@ -4,8 +4,7 @@ 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 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. simple, modern, BSD-licensed alternative to programs such as GNU screen.
This release runs on OpenBSD, FreeBSD, NetBSD, Linux and OS X and may still This release runs on OpenBSD, FreeBSD, NetBSD, Linux, OS X and Solaris.
run on Solaris and AIX (although they haven't been tested in a while).
tmux depends on libevent 2.x. Download it from: tmux depends on libevent 2.x. Download it from:
@ -25,7 +24,7 @@ To get and build the latest from version control:
For more information see https://sourceforge.net/scm/?type=git&group_id=200378 For more information see https://sourceforge.net/scm/?type=git&group_id=200378
and http://git-scm.com. Patches should be sent by email to the mailing list at and http://git-scm.com. Patches should be sent by email to the mailing list at
tmux-users@lists.sourceforge.net. tmux-users@googlegroups.com.
For documentation on using tmux, see the tmux.1 manpage. It can be viewed from For documentation on using tmux, see the tmux.1 manpage. It can be viewed from
the source tree with: the source tree with:
@ -41,20 +40,22 @@ directory.
For debugging, running tmux with -v or -vv will generate server and client log For debugging, running tmux with -v or -vv will generate server and client log
files in the current directory. files in the current directory.
tmux mailing lists are available. Visit: tmux mailing lists are available. For general discussion and bug reports:
https://sourceforge.net/mail/?group_id=200378 https://groups.google.com/forum/#!forum/tmux-users
And for Git commit emails:
https://groups.google.com/forum/#!forum/tmux-git
Bug reports, feature suggestions and especially code contributions are most Bug reports, feature suggestions and especially code contributions are most
welcome. Please send by email to: welcome. Please send by email to:
tmux-users@lists.sourceforge.net tmux-users@googlegroups.com
This file and the CHANGES, FAQ and TODO files are licensed under the ISC This file and the CHANGES, FAQ and TODO files are licensed under the ISC
license. Files under examples/ remain copyright their authors unless otherwise license. Files under examples/ remain copyright their authors unless otherwise
stated in the file but permission has been received to distribute them with stated in the file but permission has been received to distribute them with
tmux. All other files have a license and copyright notice at their start. tmux. All other files have a license and copyright notice at their start.
-- Nicholas Marriott <nicm@users.sf.net> -- Nicholas Marriott <nicholas.marriott@gmail.com>
$Id$

View File

@ -1,5 +1,4 @@
Welcome to tmux! Welcome to tmux!
================
[![Build Status](https://travis-ci.org/ThomasAdam/tmux.svg?branch=master)](https://travis-ci.org/ThomasAdam/tmux) [![Build Status](https://travis-ci.org/ThomasAdam/tmux.svg?branch=master)](https://travis-ci.org/ThomasAdam/tmux)
@ -7,8 +6,7 @@ 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 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. simple, modern, BSD-licensed alternative to programs such as GNU screen.
This release runs on FreeBSD, NetBSD, Linux and OS X and may still run on This release runs on OpenBSD, FreeBSD, NetBSD, Linux, OS X and Solaris.
Solaris and AIX.
tmux depends on libevent 2.x. Download it from: tmux depends on libevent 2.x. Download it from:
@ -28,7 +26,7 @@ To get and build the latest from version control:
For more information see https://sourceforge.net/scm/?type=git&group_id=200378 For more information see https://sourceforge.net/scm/?type=git&group_id=200378
and http://git-scm.com. Patches should be sent by email to the mailing list at and http://git-scm.com. Patches should be sent by email to the mailing list at
tmux-users@lists.sourceforge.net. tmux-users@googlegroups.com.
For documentation on using tmux, see the tmux.1 manpage. It can be viewed from For documentation on using tmux, see the tmux.1 manpage. It can be viewed from
the source tree with: the source tree with:
@ -44,17 +42,22 @@ directory.
For debugging, running tmux with -v or -vv will generate server and client log For debugging, running tmux with -v or -vv will generate server and client log
files in the current directory. files in the current directory.
tmux mailing lists are available. Visit: tmux mailing lists are available. For general discussion and bug reports:
https://sourceforge.net/mail/?group_id=200378 https://groups.google.com/forum/#!forum/tmux-users
And for Git commit emails:
https://groups.google.com/forum/#!forum/tmux-git
Bug reports, feature suggestions and especially code contributions are most Bug reports, feature suggestions and especially code contributions are most
welcome. Please send by email to: welcome. Please send by email to:
tmux-users@lists.sourceforge.net tmux-users@googlegroups.com
This file and the CHANGES, FAQ, TODO, and SYNCING files are licensed under This file and the CHANGES, FAQ and TODO files are licensed under the ISC
the ISC license. Files under examples/ remain copyright their authors unless license. Files under examples/ remain copyright their authors unless otherwise
otherwise stated in the file but permission has been received to distribute stated in the file but permission has been received to distribute them with
them with tmux. All other files have a license and copyright notice at their tmux. All other files have a license and copyright notice at their start.
start.
-- Nicholas Marriott <nicholas.marriott@gmail.com>

View File

@ -17,7 +17,7 @@
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/FAQ">FAQ</a></li> <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/FAQ">FAQ</a></li>
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">Source Code</a></li> <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">Source Code</a></li>
<li><a href="http://sf.net/projects/tmux">SourceForge Page</a></li> <li><a href="http://sf.net/projects/tmux">SourceForge Page</a></li>
<li><a href="https://lists.sourceforge.net/lists/listinfo/tmux-users">Mailing List</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> <li><a href="irc://irc.freenode.net/tmux">IRC Channel</a></li>
</ul> </ul>
</div> </div>
@ -44,7 +44,7 @@ and
<a href="http://invisible-island.net/ncurses/">ncurses</a>.</p> <a href="http://invisible-island.net/ncurses/">ncurses</a>.</p>
<p>For support contact the <p>For support contact the
<a href="mailto:tmux-users@lists.sf.net">tmux-users@lists.sf.net</a> <a href="mailto:tmux-users@googlegroups.com">tmux-users@googlegroups.com</a>
mailing list or IRC channel mailing list or IRC channel
<a href="irc://irc.freenode.net/tmux">#tmux on freenode</a>.</p> <a href="irc://irc.freenode.net/tmux">#tmux on freenode</a>.</p>