Revision: 13990
Author:
windi...@gmail.com
Date: Mon Jul 13 04:32:17 2015 UTC
Log: Links to Audacity Manual must be lower case to match what the
dump script does.
https://code.google.com/p/audacity/source/detail?r=13990
Modified:
/website/trunk/htdocs/about/features.php
/website/trunk/htdocs/download/plugins.php
/website/trunk/htdocs/include/news.inc.php
=======================================
--- /website/trunk/htdocs/about/features.php Sun Jul 12 20:53:40 2015 UTC
+++ /website/trunk/htdocs/about/features.php Mon Jul 13 04:32:17 2015 UTC
@@ -99,7 +99,7 @@
<ul>
<li>Support for <a href="
http://www.ladspa.org/">LADSPA</a>, <a
href="
http://lv2plug.in/">LV2</a>, <a
href="
http://wiki.audacityteam.org/wiki/Download_Nyquist_Plug-ins">Nyquist</a>,
<a
href="
http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#vst_install">VST</a>
and <a
href="
http://manual.audacityteam.org/o/man/effect_menu.html#Audio_Unit_effects">Audio
Unit</a> effect plug-ins.</li>
<li>Effects written in the <a href="../help/nyquist">Nyquist programming
language</a> can be easily modified in a text editor - or you can even
write your own plug-in.</li>
- <li>Experimental <a
href="
http://manual.audacityteam.org/o/man/Modules_Preferences.html">modules</a>
that extend the functionality of Audacity. </li>
+ <li>Experimental <a
href="
http://manual.audacityteam.org/o/man/modules_preferences.html">modules</a>
that extend the functionality of Audacity. </li>
</ul>');
echo _('<h3>Analysis</h3>
=======================================
--- /website/trunk/htdocs/download/plugins.php Sun Jul 12 20:53:40 2015 UTC
+++ /website/trunk/htdocs/download/plugins.php Mon Jul 13 04:32:17 2015 UTC
@@ -45,7 +45,7 @@
<p><?=_('On Mac OS X only, Audacity loads <a
href="
http://manual.audacityteam.org/o/man/effect_menu.html#Audio_Unit_effects">Audio
Unit</a> plug-ins from system plug-in directories. Audacity will not
recognize any Audio Units in its own "plug-ins" folder.')?></p>
<h3><?=_("Module Plug-Ins")?></h3>
-<p><?=_('Experimental <a
href="
http://manual.audacityteam.org/o/man/Module_Prefere_menu.html">modules</a>
offer a further way to extend Audacity with new features.')?></p>
+<p><?=_('Experimental <a
href="
http://manual.audacityteam.org/o/man/modules_preferences.html">modules</a>
offer a further way to extend Audacity with new features.')?></p>
<h3><?=_("Libraries")?></h3>
<p><?=_('The <b>LAME MP3 encoding</b> library allows Audacity to export
audio in the popular <a
href="
http://wiki.audacityteam.org/index.php?title=MP3">MP3</a> format. To
install the LAME library, please read our <a
href="
http://manual.audacityteam.org/help/manual/man/faq_installation_and_plug_ins.html#lame">LAME
FAQ</a>.')?></p>
=======================================
--- /website/trunk/htdocs/include/news.inc.php Sun Jul 12 20:53:40 2015 UTC
+++ /website/trunk/htdocs/include/news.inc.php Mon Jul 13 04:32:17 2015 UTC
@@ -34,7 +34,7 @@
<p>
<ul>
<li>The most visible new feature is
- <a
href=\"
http://manual.audacityteam.org/o/man/Scrubbing_and_Seeking.html\">
+ <a
href=\"
http://manual.audacityteam.org/o/man/scrubbing_and_seeking.html\">
scrubbing and seeking
</a>, including backwards play.</li>
<li>Also new, you can add and remove effects from the generate and
effects menus.</li>