Update of /cvsroot/audacity/htdocs/download
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv5636/download
Modified Files:
beta_mac.php beta_windows.php features-1.3-a.php
features-1.3-b.php features-1.3-c.php features-1.3-d.php
features-1.3-e.php features-1.3-f.php features-1.3-g.php
mac.php
Added Files:
features-1.3-h.php features-1.3-i.php features-1.3-j.php
features-1.3-k.php features-1.3-l.php
Log Message:
Major website update for versions 1.2.5 and 1.3.2, with lots of translation
updates; will probably require fixes after this checkin.
Index: mac.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/mac.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mac.php 14 Aug 2006 04:01:34 -0000 1.7
+++ mac.php 30 Oct 2006 13:12:29 -0000 1.8
@@ -15,17 +15,14 @@
<h2><?=$pageTitle?></h2>
<p><?=$downloadTagline?></p>
-<p><a href="http://audacityteam.org/mac"><?php printf(_('Using an Intel Mac?
Click Here!'))?></a></p>
-
<h3><?=_("Recommended Download")?></h3>
<?php include "recommended.inc.php" ?>
<ul>
- <li><p><?php printf(_('For Mac OS X: <a href="%s">Audacity %s</a> (.dmg
file, %.1lf MB) - The latest version of the free Audacity audio editor.'),
"../latest/".$macosx_url, macosx_version, macosx_size)?></p></li>
+ <li><p><?php printf(_('For Mac OS X (PPC): <a href="%s">Audacity %s</a>
(.dmg file, %.1lf MB) - The latest version of the free Audacity audio
editor.'), "../latest/".$macosx_url, macosx_version, macosx_size)?></p></li>
+
+ <li><p><?php printf(_('For Mac OS X (Intel): <a href="%s">Audacity %s</a>
(.dmg file, %.1lf MB) - The latest version of the free Audacity audio
editor.'), "../latest/".$macosx_intel_url, macosx_intel_version,
macosx_intel_size)?></p></li>
+
<!-- TODO: Installation instructions? -->
- <li><p><?php echo _('The above version of Audacity is not suitable for
- Intel-based Macs due to issues with Rosetta. Pre-release Native Intel
- binaries can be found at ');?><a href="http://audacityteam.org/mac/">
- http://audacityteam.org/mac/</a>.</p></li>
<li><p><?php printf(_('For Mac OS 9: <a href="%s">Audacity %s</a> (.sit
file, %.1lf MB)'), "../latest/".$mac_classic_url, mac_classic_version,
mac_classic_size)?></p></li>
<p><?=_("(Unfortunately, we no longer have the resources to provide new
versions of Audacity for Mac OS 9.)")?></p></li>
Index: features-1.3-e.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/features-1.3-e.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- features-1.3-e.php 25 Nov 2005 03:33:13 -0000 1.1
+++ features-1.3-e.php 30 Oct 2006 13:12:29 -0000 1.2
@@ -24,7 +24,7 @@
<p align="center">
<img src="images/label002.png">
<br>
-<?=_("Select 'Add Label At Selection' from the Project menu.")?>
+<?=_("Select 'Add Label At Selection' from the Tracks menu.")?>
</p>
<p align="center">
@@ -62,16 +62,16 @@
</style>
<span class="navbox">
-<a href="features-1.3-d.php">
+<a href="features-1.3-c.php">
<?=_("Back: ")?>
-<?=_("Selection Bar")?>
+<?=_("Multiple clips per track")?>
</a>
</span>
<span class="navbox">
-<a href="features-1.3-f.php">
+<a href="features-1.3-g.php">
<?=_("Next: ")?>
-<?=_("QuickTime and Audio Units on Mac OS X")?>
+<?=_("Other features")?>
</span>
<?php
--- NEW FILE: features-1.3-h.php ---
<?php
/*
* Copyright 2006 Dominic Mazzoni
* This file is licensed under a Creative Commons license:
* http://creativecommons.org/licenses/by/2.0/
*/
require_once "main.inc.php";
$pageId = "features-1.3-h";
$pageTitle = _("Audacity 1.3: Improved Toolbar Docking");
include "../include/header.inc.php";
include "../latest/versions.inc.php";
?>
<h2><?=$pageTitle?></h2>
<p><?=_("In Audacity 1.3.2 and higher, you can easily dock, undock, and
rearrange the location of all of Audacity's toolbars, including the selection
bar. A new blue triangle visually indicates when you are about to dock a
toolbar in a particular location.")?></p>
<p align="center">
<img src="images/toolbar-drag-1.png">
<br>
<?=_("First, click on the grabber to the left of a toolbar you wish to drag.")?>
</p>
<p align="center">
<img src="images/toolbar-drag-2.png">
<br>
<?=_("Drag the toolbar away from its original location.<br>If you release the
mouse here, it will become a floating toolbar.")?>
</p>
<p align="center">
<img src="images/toolbar-drag-3.png">
<br>
<?=_("While dragging, position the mouse near an edge or between two other
toolbars,<br>and a blue triangle appears, indicating a possible location you
can dock the toolbar.")?>
</p>
<p align="center">
<img src="images/toolbar-drag-4.png">
<br>
<?=_("Release the mouse button near a blue arrow and the toolbar is docked in
its new location.")?>
</p>
<p><?=_("Commands to hide or show toolbars are found in the View menu.")?></p>
<style type="text/css">
.navbox {
background:#eeeeff;
border:1px solid;
border-color:#eee #aaa #999 #eee;
padding:0.5em;
margin:0.5em;
}
</style>
<p>
<span class="navbox">
<a href="features-1.3-i.php">
<?=_("Next: ")?>
<?=_("Track focus")?>
</a>
</span>
</p>
<p>
<span class="navbox">
<a href="features-1.3-a.php">
<?=_("Top: ")?>
<?=_("New features in Audacity 1.3")?>
</a>
</span>
</p>
<?php
include "../include/footer.inc.php";
?>
Index: beta_mac.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/beta_mac.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- beta_mac.php 14 Aug 2006 04:05:39 -0000 1.4
+++ beta_mac.php 30 Oct 2006 13:12:28 -0000 1.5
@@ -24,13 +24,20 @@
<h3><?=_("Recommended Download")?></h3>
<?php include "recommended.inc.php"?>
<ul>
- <li><p><?php printf(_('For Mac OS X: <a href="%s">Audacity %s</a> (.dmg
file, %.1lf MB) - The latest version of the free Audacity audio editor.'),
"../beta/".$macosx_url, macosx_version, macosx_size)?></p></li>
+ <li><p>PPC: <?php printf(_('<a href="%s">Audacity %s</a> (.dmg file, %.1lf
MB)'), "../beta/".$macosx_ppc_url, macosx_ppc_version,
macosx_ppc_size)?></p></li>
+ <li><p>Intel: <?php printf(_('<a href="%s">Audacity %s</a> (.dmg file, %.1lf
MB)'), "../beta/".$macosx_intel_url, macosx_intel_version,
macosx_intel_size)?></p></li>
+
<!-- TODO: Installation instructions? -->
</ul>
<h3 id="optional"><?=_("Optional Downloads")?></h3>
<ul>
<?php include "common.inc.php"; ?>
+
+ <li><p>PPC (unicode): <?php printf(_('<a href="%s">Audacity %s</a> (.dmg
file, %.1lf MB)'), "../beta/".$macosx_ppc_unicode_url,
macosx_ppc_unicode_version, macosx_ppc_unicode_size)?></p></li>
+<!-- <li><p>Intel (unicode): <?php printf(_('<a href="%s">Audacity %s</a>
(.dmg file, %.1lf MB)'), "../beta/".$macosx_intel_unicode_url,
macosx_intel_unicode_version, macosx_intel_unicode_size)?></p></li> -->
+
+
</ul>
<h3><?=_("System Requirements")?></h3>
Index: features-1.3-f.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/features-1.3-f.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- features-1.3-f.php 27 Nov 2005 17:24:38 -0000 1.2
+++ features-1.3-f.php 30 Oct 2006 13:12:29 -0000 1.3
@@ -6,14 +6,19 @@
*/
require_once "main.inc.php";
$pageId = "features-1.3-f";
- $pageTitle = _("Audacity 1.3: QuickTime and Audio Units on Mac OS X");
+ $pageTitle = _("Audacity 1.3: Mac OS X features");
include "../include/header.inc.php";
include "../latest/versions.inc.php";
?>
<h2><?=$pageTitle?></h2>
-<p><?=_("On Mac OS X, Audacity can now import any audio file supported by
Apple's QuickTime technology. This includes .MOV and .MP4 (AAC) files.
Unfortunately encrypted audio files (such as those from the iTunes Music Store)
cannot be imported directly into Audacity - Apple does not allow this to be
done easily because it would be too easy to circumvent the encryption this
way.")?></p>
+<!-- Commented out because this code is not actually checked in! :(
+On Mac OS X, Audacity can now import any audio file supported by Apple's
QuickTime technology. This includes .MOV and .MP4 (AAC) files. Unfortunately
encrypted audio files (such as those from the iTunes Music Store) cannot be
imported directly into Audacity - Apple does not allow this to be done easily
because it would be too easy to circumvent the encryption this way. -->
+
+<p><?=_("Audacity's audio I/O library, PortAudio v19, now supports many more
Mac audio devices, including multichannel devices that were not supported
before.")?></p>
+
+<p><?=_("Audacity is now available for Intel Macs. For now, this is being
provided as a separate download, rather than a universal binary.")?></p>
<p><?=_("Also on Mac OS X, Audacity now supports Audio Unit plug-ins.
Audacity searches for Audio Units in the usual location, in the system or
user's Library folder.")?></p>
@@ -27,18 +32,30 @@
}
</style>
+<p><i><?=_("This is the end of new features in Audacity 1.3.1 and 1.3.2.
Continue on to read about features that were previously introduced in Audacity
1.3.0.")?></i></p>
+
<span class="navbox">
-<a href="features-1.3-e.php">
+<a href="features-1.3-d.php">
<?=_("Back: ")?>
-<?=_("Improved Label Tracks")?>
+<?=_("Selection Bar")?>
</a>
</span>
<span class="navbox">
-<a href="features-1.3-g.php">
+<a href="features-1.3-b.php">
<?=_("Next: ")?>
-<?=_("Other features")?>
+<?=_("Collapse/Expand Tracks")?>
+</span>
+</p>
+
+<p>
+<span class="navbox">
+<a href="features-1.3-a.php">
+<?=_("Top: ")?>
+<?=_("New features in Audacity 1.3")?>
+</a>
</span>
+</p>
<?php
include "../include/footer.inc.php";
Index: beta_windows.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/beta_windows.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- beta_windows.php 6 Aug 2006 21:05:23 -0000 1.3
+++ beta_windows.php 30 Oct 2006 13:12:29 -0000 1.4
@@ -20,7 +20,9 @@
<h3><?=_("Recommended Download")?></h3>
<?php include "recommended.inc.php" ?>
<ul>
- <li><p><?php printf(_('<a href="%s">Audacity %s installer</a> (.exe file,
%.1lf MB) - The latest version of the free Audacity audio editor.'),
"../beta/".$win_exe_url, win_exe_version, win_exe_size)?></p></li>
+ <li><p>Windows 2000/XP/Vista: <?php printf(_('<a href="%s">Audacity %s
installer</a> (.exe file, %.1lf MB) - The latest version of the free Audacity
audio editor.'), "../beta/".$win_exe_unicode_url, win_exe_unicode_version,
win_exe_unicode_size)?></p></li>
+
+ <li><p>Windows 95/98/ME: <?php printf(_('<a href="%s">Audacity %s
installer</a> (.exe file, %.1lf MB) - The latest version of the free Audacity
audio editor.'), "../beta/".$win_exe_url, win_exe_version,
win_exe_size)?></p></li>
</ul>
<h3 id="optional"><?=_("Optional Downloads")?></h3>
@@ -35,10 +37,16 @@
}
?>
<ul>
+ <li><p><?php printf(_('<a href="%s">LADSPA plugins %s installer</a> (.exe
file, %.1lf MB) - over 80 plug-ins'), "../beta/".$ladspa_url, ladspa_version,
ladspa_size)?></p></li>
+
<?php include "common.inc.php"; ?>
- <li><p><?php printf(_('<a href="%s">Audacity %s zip file</a> (%.1lf MB)
+ <li><p>Windows 2000/XP/Vista: <?php printf(_('<a href="%s">Audacity %s zip
file</a> (%.1lf MB)
- If you canât run the installer because you are in a computer lab or
other restricted environment, download and unzip this file instead.'),
+ "../beta/".$win_zip_unicode_url, win_zip_unicode_version,
win_zip_unicode_size)?></p></li>
+
+ <li><p>Windows 95/98/ME: <?php printf('<a href="%s">Audacity %s zip file</a>
(%.1lf MB)',
"../beta/".$win_zip_url, win_zip_version, win_zip_size)?></p></li>
+
</ul>
<h3><?=_("System Requirements")?></h3>
--- NEW FILE: features-1.3-i.php ---
<?php
/*
* Copyright 2006 Dominic Mazzoni
* This file is licensed under a Creative Commons license:
* http://creativecommons.org/licenses/by/2.0/
*/
require_once "main.inc.php";
$pageId = "features-1.3-i";
$pageTitle = _("Audacity 1.3: Track focus");
include "../include/header.inc.php";
include "../latest/versions.inc.php";
?>
<h2><?=$pageTitle?></h2>
<p><?=_("In Audacity 1.3.2 and higher, you can fully manipulate the
selection using the keyboard. As always, press the left and right
arrows, along with shift and control, to move the cursor or extend a
selection to the left or right. New, press the up or down arrows
to change which track is focused, independent of the selection, and
press the Enter key to toggle the selectedness of the focused track.
")?></p>
<p><?=_("The focused track is highlighted in green, as illustrated in
the screenshots below. Clicking on a track selects it and focuses it.
")?></p>
<p align="center">
<img src="images/focus-1.png">
<br>
<?=_("Above, a region of audio is selected in the top track.<br>
You can tell the track is selected, because its label area is shaded.<br>
You can tell the track is focused because of the green border.")?>
</p>
<p align="center">
<img src="images/focus-2.png">
<br>
<?=_("Pressing the down arrow key changes the focus to the lower track.<br>
However, only the top track is selected.")?>
</p>
<p align="center">
<img src="images/focus-3.png">
<br>
<?=_("Pressing the enter key toggles the lower track, so it is now selected,
too.")?>
</p>
<p align="center">
<img src="images/focus-4.png">
<br>
<?=_("Finally, press up-arrow and enter to unselect the top track.<br>
This is one way to keep a particular range of audio selected<br>while changing
which track is selected.")?>
</p>
<style type="text/css">
.navbox {
background:#eeeeff;
border:1px solid;
border-color:#eee #aaa #999 #eee;
padding:0.5em;
margin:0.5em;
}
</style>
<p>
<span class="navbox">
<a href="features-1.3-h.php">
<?=_("Back: ")?>
<?=_("Improved Toolbar Docking")?>
</a>
</span>
<span class="navbox">
<a href="features-1.3-j.php">
<?=_("Next: ")?>
<?=_("Repair and Equalization effects")?>
</a>
</span>
</p>
<p>
<span class="navbox">
<a href="features-1.3-a.php">
<?=_("Top: ")?>
<?=_("New features in Audacity 1.3")?>
</a>
</span>
</p>
<?php
include "../include/footer.inc.php";
?>
--- NEW FILE: features-1.3-l.php ---
<?php
/*
* Copyright 2006 Dominic Mazzoni
* This file is licensed under a Creative Commons license:
* http://creativecommons.org/licenses/by/2.0/
*/
require_once "main.inc.php";
$pageId = "features-1.3-l";
$pageTitle = _("Audacity 1.3: Project saving and recovery");
include "../include/header.inc.php";
include "../latest/versions.inc.php";
?>
<h2><?=$pageTitle?></h2>
<p><?=_("Starting in version 1.3.2, Audacity automatically saves snapshots
of your current project constantly. If Audacity ever crashes,
or if your whole computer crashes or suddenly loses power, the next time
you start Audacity it will notify you that it found an unsaved project,
and prompt you to recover it.
")?></p>
<p><?=_("One common source of confusion with Audacity is that when you
open or import an uncompressed file (e.g. WAV or AIFF), Audacity saves
time and memory by only linking to the file, not copying it. But if you
move, modify or delete the original file, your Audacity project will not
work anymore. Starting with version 1.3.2, Audacity will prompt you every
time you save if your project is dependent on other audio files, and give
you the option of copying them into the project at that time, so it is
self-contained.")?></p>
<style type="text/css">
.navbox {
background:#eeeeff;
border:1px solid;
border-color:#eee #aaa #999 #eee;
padding:0.5em;
margin:0.5em;
}
</style>
<p>
<span class="navbox">
<a href="features-1.3-k.php">
<?=_("Back: ")?>
<?=_("Timer Recording")?>
</a>
</span>
<span class="navbox">
<a href="features-1.3-d.php">
<?=_("Next: ")?>
<?=_("Selection Bar")?>
</a>
</span>
</p>
<p>
<span class="navbox">
<a href="features-1.3-a.php">
<?=_("Top: ")?>
<?=_("New features in Audacity 1.3")?>
</a>
</span>
</p>
<?php
include "../include/footer.inc.php";
?>
--- NEW FILE: features-1.3-k.php ---
<?php
/*
* Copyright 2005 Dominic Mazzoni
* This file is licensed under a Creative Commons license:
* http://creativecommons.org/licenses/by/2.0/
*/
require_once "main.inc.php";
$pageId = "features-1.3-k";
$pageTitle = _("Audacity 1.3: Timer Recording");
include "../include/header.inc.php";
include "../latest/versions.inc.php";
?>
<h2><?=$pageTitle?></h2>
<p><?=_("Timer Recording lets you schedule Audacity to start recording at a
particular time and record only for a certain length of time. Perfect if you
want to record Internet radio or walk away while Audacity is recording from a
cassette or LP.")?></p>
<p align="center">
<img src="images/timer-record-1.png">
</p>
<style type="text/css">
.navbox {
background:#eeeeff;
border:1px solid;
border-color:#eee #aaa #999 #eee;
padding:0.5em;
margin:0.5em;
}
</style>
<p>
<span class="navbox">
<a href="features-1.3-j.php">
<?=_("Back: ")?>
<?=_("Repair and Equalization effects")?>
</a>
</span>
<span class="navbox">
<a href="features-1.3-l.php">
<?=_("Next: ")?>
<?=_("Project saving and recovery")?>
</a>
</span>
</p>
<p>
<span class="navbox">
<a href="features-1.3-a.php">
<?=_("Top: ")?>
<?=_("New features in Audacity 1.3")?>
</a>
</span>
</p>
<?php
include "../include/footer.inc.php";
?>
Index: features-1.3-g.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/features-1.3-g.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- features-1.3-g.php 25 Nov 2005 04:10:35 -0000 1.2
+++ features-1.3-g.php 30 Oct 2006 13:12:29 -0000 1.3
@@ -19,11 +19,7 @@
<p><b><?=_("Project integrity check on open")?></b></p>
-<p><b><?=_("When you open an Audacity project in version 1.3, it checks to
make sure that all data files are present.")?></b></p>
-
-<p><b><?=_("Transcription toolbar")?></b></p>
-
-<p><?=_("A new toolbar for creating transcriptions of speech in Label Tracks.
Includes features that enable you to change the playback speed, create labels
automatically based on onsets, and more. To enable this feature, go to the
Interface tab of the Preferences.")?></p>
+<p><?=_("When you open an Audacity project in version 1.3, it checks to make
sure that all data files are present.")?></p>
<p><b><?=_("Upload via FTP")?></b></p>
@@ -53,9 +49,9 @@
<p>
<span class="navbox">
-<a href="features-1.3-f.php">
+<a href="features-1.3-e.php">
<?=_("Back: ")?>
-<?=_("QuickTime and Audio Units on Mac OS X")?>
+<?=_("Improved Label Tracks")?>
</a>
</span>
</p>
--- NEW FILE: features-1.3-j.php ---
<?php
/*
* Copyright 2005 Dominic Mazzoni
* This file is licensed under a Creative Commons license:
* http://creativecommons.org/licenses/by/2.0/
*/
require_once "main.inc.php";
$pageId = "features-1.3-j";
$pageTitle = _("Audacity 1.3: Repair and Equalization Effects");
include "../include/header.inc.php";
include "../latest/versions.inc.php";
?>
<h2><?=_("Repair Effect")?></h2>
<p><?=_("This new effect will fix a small pop or click in an audio track by
smoothly interpolating the damaged audio samples. It is designed to fix very
short glitches, not major distortion or background noise. It can fix minor
clipping.")?></p>
<p align="center">
<img src="images/repair-1.png">
<br>
<?=_("First, find the damanged part of your recording and zoom in<br>
until you can see the individual audio samples.")?>
</p>
<p align="center">
<img src="images/repair-2.png">
<br>
<?=_("Select the damaged portion of the audio.")?>
</p>
<p align="center">
<img src="images/repair-3.png">
<br>
<?=_("Choose <b>Repair</b> from the Effect menu.<br>The selection is replaced
with smoothly interpolated samples.")?>
</p>
<h2><?=_("Equalization Effect")?></h2>
<p><?=_("The new Equalization effect, shown below, has many more controls
for constructing a complex filter to enhance or reduce certain frequencies.
You can either draw an arbitrary equalization curve, or use a graphic
equalizer.
")?></p>
<p align="center">
<img src="images/equalization-1.png">
<br>
</p>
<style type="text/css">
.navbox {
background:#eeeeff;
border:1px solid;
border-color:#eee #aaa #999 #eee;
padding:0.5em;
margin:0.5em;
}
</style>
<p>
<span class="navbox">
<a href="features-1.3-i.php">
<?=_("Back: ")?>
<?=_("Track focus")?>
</a>
</span>
<span class="navbox">
<a href="features-1.3-k.php">
<?=_("Next: ")?>
<?=_("Timer Recording")?>
</a>
</span>
</p>
<p>
<span class="navbox">
<a href="features-1.3-a.php">
<?=_("Top: ")?>
<?=_("New features in Audacity 1.3")?>
</a>
</span>
</p>
<?php
include "../include/footer.inc.php";
?>
Index: features-1.3-a.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/features-1.3-a.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- features-1.3-a.php 26 Nov 2005 07:50:37 -0000 1.2
+++ features-1.3-a.php 30 Oct 2006 13:12:29 -0000 1.3
@@ -14,15 +14,24 @@
<h2><?=$pageTitle?></h2>
<?php include "betawarning.inc.php" ?>
-<h3><?=_("New features")?></h3>
-<p><?=_("The new features in Audacity 1.3 have been grouped into the following
six major categories. Click on the links below for more information.")?></p>
+<h3><?=_("New features in Audacity 1.3.1 and 1.3.2")?></h3>
+
+<ol>
+<li><a href="features-1.3-h.php"><?=_("Improved Toolbar Docking")?></a></li>
+<li><a href="features-1.3-i.php"><?=_("Track focus for improved keyboard
navigation")?></a></li>
+<li><a href="features-1.3-j.php"><?=_("Repair and Equalization
effects")?></a></li>
+<li><a href="features-1.3-k.php"><?=_("Timer Recording")?></a></li>
+<li><a href="features-1.3-l.php"><?=_("Project saving and recovery")?></a></li>
+<li><a href="features-1.3-d.php"><?=_("Selection Bar")?></a></li>
+<li><a href="features-1.3-f.php"><?=_("Mac OS X features")?></a></li>
+</ol>
+
+<h3><?=_("New features in Audacity 1.3.0")?></h3>
<ol>
<li><a href="features-1.3-b.php"><?=_("Collapse/Expand Tracks")?></a></li>
<li><a href="features-1.3-c.php"><?=_("Multiple clips per track")?></a></li>
-<li><a href="features-1.3-d.php"><?=_("Selection Bar")?></a></li>
<li><a href="features-1.3-e.php"><?=_("Improved Label Tracks")?></a></li>
-<li><a href="features-1.3-f.php"><?=_("QuickTime and Audio Units on Mac OS
X")?></a></li>
<li><a href="features-1.3-g.php"><?=_("Other features")?></a></li>
</ol>
Index: features-1.3-d.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/features-1.3-d.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- features-1.3-d.php 25 Nov 2005 03:33:13 -0000 1.1
+++ features-1.3-d.php 30 Oct 2006 13:12:29 -0000 1.2
@@ -14,7 +14,7 @@
<h2><?=$pageTitle?></h2>
<p align="center">
-<img src="images/selbar001b.png">
+<img src="images/new-sel-bar-1.png">
<br>
<?=_("The selection bar")?>
</p>
@@ -30,19 +30,13 @@
</p>
<p align="center">
-<img src="images/selbar004.png">
-<br>
-<?=_("The current selection on the selection bar")?>
-</p>
-
-<p align="center">
-<img src="images/selbar005.png">
+<img src="images/new-sel-bar-2.png">
<br>
-<?=_("The audio position on the selection bar")?>
+<?=_("Typing a new time directly into the selection bar.")?>
</p>
<p align="center">
-<img src="images/selbar006.png">
+<img src="images/selbar006b.png">
<br>
<?=_("Different time formats supported by the selection bar")?>
</p>
@@ -57,16 +51,16 @@
</style>
<span class="navbox">
-<a href="features-1.3-c.php">
+<a href="features-1.3-l.php">
<?=_("Back: ")?>
-<?=_("Multiple clips per track")?>
+<?=_("Project saving and recovery")?>
</a>
</span>
<span class="navbox">
-<a href="features-1.3-e.php">
+<a href="features-1.3-f.php">
<?=_("Next: ")?>
-<?=_("Improved Label Tracks")?>
+<?=_("Mac OS X features")?>
</span>
<?php
Index: features-1.3-c.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/features-1.3-c.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- features-1.3-c.php 25 Nov 2005 03:33:13 -0000 1.1
+++ features-1.3-c.php 30 Oct 2006 13:12:29 -0000 1.2
@@ -261,9 +261,9 @@
</span>
<span class="navbox">
-<a href="features-1.3-d.php">
+<a href="features-1.3-e.php">
<?=_("Next: ")?>
-<?=_("Selection Bar")?>
+<?=_("Improved Label Tracks")?>
</span>
<?php
Index: features-1.3-b.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/features-1.3-b.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- features-1.3-b.php 25 Nov 2005 03:33:13 -0000 1.1
+++ features-1.3-b.php 30 Oct 2006 13:12:29 -0000 1.2
@@ -43,11 +43,11 @@
}
</style>
+<p>
<span class="navbox">
-<a href="features-1.3-a.php">
+<a href="features-1.3-f.php">
<?=_("Back: ")?>
-<?=_("New features in Audacity 1.3")?>
-</a>
+<?=_("Mac OS X features")?>
</span>
<span class="navbox">
@@ -55,6 +55,14 @@
<?=_("Next: ")?>
<?=_("Multiple clips per track")?>
</span>
+</p>
+
+<span class="navbox">
+<a href="features-1.3-a.php">
+<?=_("Top: ")?>
+<?=_("New features in Audacity 1.3")?>
+</a>
+</span>
<?php
include "../include/footer.inc.php";
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs