|
From: <sv...@va...> - 2005-10-16 17:02:24
|
Author: njn Date: 2005-10-16 18:02:11 +0100 (Sun, 16 Oct 2005) New Revision: 220 Log: Fix some busted links. Modified: trunk/docs/download_docs.html trunk/downloads/current.html trunk/downloads/old.html trunk/downloads/repository.html trunk/help/contributing.html trunk/help/projects.html trunk/index.html trunk/info/developers.html trunk/info/news.html trunk/info/platforms.html trunk/support/summary.html Modified: trunk/docs/download_docs.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/download_docs.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/docs/download_docs.html 2005-10-16 17:02:11 UTC (rev 220) @@ -6,7 +6,7 @@ can browse it online via the menu above.</p> =20 <p>Older documentation is available from the source=20 -tarballs on our <a href=3D"/downloads/archive.html">archive page</a>. =20 +tarballs on our <a href=3D"/downloads/old.html">old release page</a>. =20 There are some helpful articles on the=20 <a href=3D"/gallery/press_media.html">Press / Media</a> page.</p> =20 Modified: trunk/downloads/current.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/downloads/current.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/downloads/current.html 2005-10-16 17:02:11 UTC (rev 220) @@ -6,7 +6,7 @@ For downloadable / browseable manual packages, go to the <a href=3D"/docs/download_docs.html">Documentation</a> page. For older releases, see the=20 -<a href=3D"/downloads/archive.html">Release Archive</a> page.</p> +<a href=3D"/downloads/old.html">Older Releases</a> page.</p> =20 <p>If you would like to be notified when a new valgrind release is made, you can subscribe to the Valgrind=20 Modified: trunk/downloads/old.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/downloads/old.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/downloads/old.html 2005-10-16 17:02:11 UTC (rev 220) @@ -2,7 +2,7 @@ =20 <p>Here you will find all the information and code available for past Valgrind releases. You can find more details on the current -release on our <a href=3D"/downloads/source_code.html">current releases +release on our <a href=3D"/downloads/current.html">current releases page</a>.<br /> =20 <b>Please note that the releases on this page are listed for Modified: trunk/downloads/repository.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/downloads/repository.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/downloads/repository.html 2005-10-16 17:02:11 UTC (rev 220) @@ -1,20 +1,18 @@ <h1>Source Code Repositories</h1> =20 <p>If you are looking for a stable release of the source code, -you should download it from the <a href=3D"/downloads/">downloads +you should download it from the <a href=3D"/downloads/current.html">down= loads page</a>. The rest of this page describes how to get hold of code at the leading edge of the development effort. Such code may not work properly.</p> =20 -<p>We are currently transitioning our repositories to use=20 -<a href=3D"http://subversion.tigris.org/">Subversion</a> (SVN) at -valgrind.org.<br /> +<p>The actively developed valgrind-3.0 line is in a +<a href=3D"http://subversion.tigris.org/">Subversion</a> (SVN) repositor= y +at valgrind.org.<br /> =20 -The actively developed valgrind-3.0 line is now in SVN at valgrind.org.<= br /> +The old valgrind-2.4 line, also in SVN, is hosted by kde.org, +at least for the moment.</p> =20 -The old valgrind-2.4 line continues to be kde.org, now also in SVN, at -least for the moment.</p> - <p>If you are doing any development work, please do it on the 3.0 line against the valgrind.org repository!</p> =20 Modified: trunk/help/contributing.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/help/contributing.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/help/contributing.html 2005-10-16 17:02:11 UTC (rev 220) @@ -18,7 +18,7 @@ <h3>Software Infrastructure, Code and Research</h3> If you are interested in writing code for Valgrind itself or its infrastructure, or doing research with it, please consult our -<a href=3D"/devel/projects.html">project suggestions</a> page. +<a href=3D"/help/projects.html">project suggestions</a> page. =20 <h3>Money</h3> <p>Donations are welcome, large or small. They help pay day-to-day @@ -27,16 +27,16 @@ buying new machines.</p> =20 <p>Individuals and companies can donate funds to support Valgrind by che= que -or money order. Please <a href=3D"/info/contact.html#email">contact us<= /a> +or money order. Please <a href=3D"/support/summary.html#email">contact = us</a> if you wish to donate.</p> =20 <h3>Equipment</h3> <p>Equipment donations can be very useful. If you wish to donate some -equipment, please <a href=3D"/info/contact.html#email">contact us</a> to= find +equipment, please <a href=3D"/support/summary.html#email">contact us</a>= to find out if the equipment would be useful, and if so, to arrange its transport.</p> =20 <h3>Other</h3> <p>For any other questions about these matters, please=20 -<a href=3D"/info/contact.html#email">contact us</a>.</p> +<a href=3D"/support/summary.html#email">contact us</a>.</p> =20 Modified: trunk/help/projects.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/help/projects.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/help/projects.html 2005-10-16 17:02:11 UTC (rev 220) @@ -315,7 +315,7 @@ =20 <h3>Ports to new platforms</h3> <p>If you are interested in porting Valgrind to a new platform, please -read <a href=3D"/devel/platforms.html#porting_plans">porting priorities +read <a href=3D"/info/platforms.html#porting_plans">porting priorities statement</a>. Note that porting is a big task and requires a great deal of knowledge about the targeted operating system and architecture. (Added August 27, 2005)</p> Modified: trunk/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/index.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/index.html 2005-10-16 17:02:11 UTC (rev 220) @@ -6,7 +6,7 @@ =20 =20 <h3 align=3D"center"> -Current release: <a href=3D"/downloads/source_code.html#current"><?php e= cho $config['release-version']; ?></a> +Current release: <a href=3D"/downloads/current.html#current"><?php echo = $config['release-version']; ?></a> </h3> =20 <p> </p> Modified: trunk/info/developers.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/info/developers.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/info/developers.html 2005-10-16 17:02:11 UTC (rev 220) @@ -2,7 +2,7 @@ =20 <p>The Valgrind developers are a loose-knit group of people from all over the world who contribute to Valgrind and have direct -write access to the Valgrind <code>svn tree</code>. Please feel +write access to the Valgrind repository. Please feel free to send praise, abuse, ideas, etc, to them.</p> =20 <p>If you want to become a valgrind developer, then the first Modified: trunk/info/news.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/info/news.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/info/news.html 2005-10-16 17:02:11 UTC (rev 220) @@ -34,7 +34,7 @@ available.</p></li> =20 <li><p>March 24, 2005:<br /> A new stable release,=20 - <a href=3D"/downloads/source_code.html#current">valgrind + <a href=3D"/downloads/old.html">valgrind 2.4.0</a>, is available. Relative to 2.2.0, 2.4.0 has improved thread and signal support, reduced memory consumption, and dozens of bug fixes.</p></li> @@ -49,21 +49,20 @@ </p></li> =20 <li><p>August 31, 2004:<br /> A new stable release,=20 - <a href=3D"/downloads/source_code.html#current">valgrind + <a href=3D"/downloads/old.html">valgrind 2.2.0</a>, is available. 2.2.0 brings many improvements over 2.0.0, and includes the new Massif heap-profiling tool.</p></li> =20 <li>July 18 2004:<br /> A new developer release,=20 - <a href=3D"/downloads/archive.html">valgrind 2.1.2</a>, is + <a href=3D"/downloads/old.html">valgrind 2.1.2</a>, is available. 2.1.2 fixes many bugs in 2.1.1, and includes the new Massif heap-profiling tool.</li> =20 <li>March 12 2004:<br /> A new developer release,=20 - <a href=3D"/downloads/archive.html">valgrind 2.1.1</a>,=20 + <a href=3D"/downloads/old.html">valgrind 2.1.1</a>,=20 is available.</li> =20 - <li>March 04 2004:<br /> An experimental=20 - <a href=3D"/devel/platforms.html">PowerPC port</a>=20 + <li>March 04 2004:<br /> An experimental PowerPC port is available.</li> =20 <li>February 15 2004:<br /> Valgrind CVS now includes=20 @@ -78,10 +77,10 @@ (<a href=3D"http://builder.com.com/5100-6375-5136747.html">read the int= erview</a>).</li> =20 <li>December 14 2003:<br /> A new developer release,=20 - <a href=3D"/downloads/archive.html">valgrind 2.1.0</a>, is available.</= li> + <a href=3D"/downloads/old.html">valgrind 2.1.0</a>, is available.</li> =20 <li>November 11 2003:<br /> A new stable release,=20 - <a href=3D"/downloads/archive.html">valgrind 2.0.0</a>,=20 + <a href=3D"/downloads/old.html">valgrind 2.0.0</a>,=20 is available.</li> =20 </ul> Modified: trunk/info/platforms.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/info/platforms.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/info/platforms.html 2005-10-16 17:02:11 UTC (rev 220) @@ -21,7 +21,7 @@ <p>For details of which distributions the current release (<?php echo $config['release-version']; ?>) builds and runs its regression tests on, see the=20 -<a href=3D"/downloads/source_code.html#current">release notes</a>.</p> +<a href=3D"/downloads/current.html#current">release notes</a>.</p> =20 =20 <a name=3D"old_mainline"></a><h2>Old Mainline</h2> Modified: trunk/support/summary.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/support/summary.html 2005-10-16 16:38:33 UTC (rev 219) +++ trunk/support/summary.html 2005-10-16 17:02:11 UTC (rev 220) @@ -1,6 +1,6 @@ <h1>Contact Summary</h1> =20 -<p>The easiest way to contact us is by <a href=3D"#email">email</a>. =20 +<p>The easiest way to contact us is by email. =20 Before sending email to us, <b>please ensure</b> that your issue isn't dealt with by information in the <a href=3D"/docs/FAQ/">Frequently Asked Questions</a>, or isn't best |