Update references to sourceforge.net

Replace references to audacity.sourceforge.net with the new
audacity web site, and also bug report emails in configure scripts
and readme files.
This commit is contained in:
Richard Ash 2016-09-18 21:04:44 +01:00 committed by James Crook
parent f993f1eadf
commit ad72c112a4
8 changed files with 19 additions and 19 deletions

View File

@ -405,7 +405,7 @@ Bug fixes:
for physical inputs (up to 24-bit depth) as well as loopback recording.
* (OS X) 10.10 (Yosemite) is now supported including Apple Audio Units.
* Please report any issues with WASAPI recording/playback or Yosemite
to http://audacity.sourceforge.net/contact/#feedback .
to http://www.audacityteam.org/contact/#feedback .
* (Linux Ubuntu) Under Unity, keyboard shortcuts are not visible in the
Audacity menus. Keyboard shortcuts are visible if you install the classic
GNOME Flashback interface or under Unity if you open Audacity with the
@ -861,7 +861,7 @@ Summary of bug fixes and new features between 1.2.6 and 2.0.0:
FLAC now fully supported. Added support for optional FFmpeg library
for import/export of AC3/M4A/WMA and import of audio from video files.
Please visit http://audacity.sourceforge.net/about/features for a full
Please visit http://www.audacityteam.org/about/features/ for a full
list of features in 2.0.0. You can click Help > Manual (in web browser)
in the program to read more.

View File

@ -160,21 +160,21 @@ LGPL and BSD licenses.
For details of known problems, see the release notes and the audacity wiki:
.br
http://www.audacityteam.org/wiki/index.php?title=Known_Issues
http://wiki.audacityteam.org/wiki/Known_Issues
To report a bug, see the instructions at
.br
http://www.audacityteam.org/wiki/index.php?title=Reporting_Bugs
http://wiki.audacityteam.org/wiki/Reporting_Bugs
.SH AUTHORS
Project leaders include Dominic Mazzoni, Matt Brubeck,
James Crook, Vaughan Johnson, Leland Lucius, and Markus Meyer,
but dozens of others have contributed, and Audacity would not
be possible without wxWindows, libsndfile, and many of
be possible without wxWidgets, libsndfile, and many of
the other libraries it is built upon. For the most recent list
of contributors and current email addresses, see our website:
http://audacity.sourceforge.net/about/credits/
http://www.audacityteam.org/about/credits/
.\" arch-tag: 204d77ab-73cf-42b1-b5bd-e6f07e660496

View File

@ -18,10 +18,10 @@
<li>Apply a wide range of other effects to audio recordings</li>
</ul>
</description>
<url type="homepage">http://audacity.sourceforge.net/</url>
<url type="homepage">http://www.audacityteam.org/</url>
<screenshots>
<screenshot type="default">http://audacity.sourceforge.net/about/images/audacity-linux.png</screenshot>
<screenshot>http://audacity.sourceforge.net/about/images/recording.png</screenshot>
<screenshot type="default">http://www.audacity.audio/wp-content/uploads/2016/01/audacity-212-linux.png</screenshot>
<screenshot>http://www.audacity.audio/wp-content/uploads/2015/11/Recording-with-Audacity-212.png</screenshot>
</screenshots>
<updatecontact>audacity-devel@lists.sourceforge.net</updatecontact>
</application>

View File

@ -3,7 +3,7 @@
#
AC_PREREQ([2.59])
AC_INIT([FileDialog],[1.0],[audacity.sourceforge.net],[FileDialog])
AC_INIT([FileDialog],[1.0],[feedback@audacityteam.org],[FileDialog])
AC_CONFIG_AUX_DIR([autotools])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -3,7 +3,7 @@
#
AC_PREREQ([2.59])
AC_INIT([mod-nyq-bench],[1.0],[audacity.sourceforge.net],[mod-nyq-bench])
AC_INIT([mod-nyq-bench],[1.0],[feedback@audacityteam.org],[mod-nyq-bench])
AC_CONFIG_AUX_DIR([autotools])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -3,7 +3,7 @@
#
AC_PREREQ([2.60])
AC_INIT([PortMixer], [2.0], [audacity.sourceforge.net], [portmixer])
AC_INIT([PortMixer], [2.0], [feedback@audacityteam.org], [portmixer])
AC_CONFIG_AUX_DIR([autotools])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src)

View File

@ -7,9 +7,9 @@
AppName=LADSPA_plugins-win
AppVerName=LADSPA_plugins-win-0.4.15
AppPublisher=Audacity Team
AppPublisherURL=http://audacity.sourceforge.net
AppSupportURL=http://audacity.sourceforge.net
AppUpdatesURL=http://audacity.sourceforge.net
AppPublisherURL=http://www.audacityteam.org
AppSupportURL=http://www.audacityteam.org
AppUpdatesURL=http://www.audacityteam.org
DefaultDirName={pf}\Audacity\Plug-Ins
; Don't do the dir exists warning. We want it to already exist.
DirExistsWarning=no

View File

@ -8,12 +8,12 @@ Updated September 27, 2006
LADSPA_plugins-win is a project to port Steve Harris's LADSPA plugins
(http://plugin.org.uk/) to Windows OS as DLLs.
LADSPA_plugins-win is a part of Audacity (http://audacity.sourceforge.net)
LADSPA_plugins-win is a part of Audacity (http://http://www.audacityteam.org)
and is licensed under the Audacity license, which is the GNU GPL. See
http://audacity.sourceforge.net/about/license or audacity\LICENSE.txt.
http://www.audacityteam.org/about/license/ or audacity\LICENSE.txt.
The primary goal is to port these plugins for use in the Windows version of
Audacity (http://audacity.sourceforge.net/), but the plugins should work in
Audacity (http://www.audacityteam.org), but the plugins should work in
any LADSPA host on Windows (if there are any others).
@ -39,7 +39,7 @@ REQUIREMENTS FOR BUILDING THE PLUGINS:
* Microsoft Visual Studio 2005.
* audacity\win\LADSPA_plugins-win directory from, e.g.,
http://audacity.sourceforge.net/download/beta_source
http://www.audacityteam.org/download/plug-ins/
* Latest plugin distro from http://plugin.org.uk.