|
From: <sv...@va...> - 2005-10-16 16:37:37
|
Author: njn Date: 2005-10-16 17:37:24 +0100 (Sun, 16 Oct 2005) New Revision: 218 Log: Rearrange the main menu into a more logical set of groupings. Added: trunk/downloads/current.html trunk/downloads/guis.html trunk/downloads/old.html trunk/downloads/repository.html trunk/help/ trunk/help/contributing.html trunk/help/index.html trunk/help/projects.html trunk/info/platforms.html trunk/support/consultants.html trunk/support/summary.html Removed: trunk/devel/ trunk/downloads/archive.html trunk/downloads/source_code.html trunk/info/contact.html trunk/support/contributing.html Modified: trunk/docs/download_docs.html trunk/downloads/index.html trunk/php/menu.php trunk/support/index.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-15 17:58:03 UTC (rev 217) +++ trunk/docs/download_docs.html 2005-10-16 16:37:24 UTC (rev 218) @@ -12,7 +12,7 @@ =20 =20 =20 -<h3>Downloads</h3> +<!--<h3>Downloads</h3>--> =20 <table class=3D"green" width=3D"100%" cellspacing=3D"2" cellpadding=3D"5= " border=3D"0"> <tr> Deleted: trunk/downloads/archive.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/archive.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/downloads/archive.html 2005-10-16 16:37:24 UTC (rev 218) @@ -1,159 +0,0 @@ -<h1>Release Archive</h1> - -<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">downloads -page</a>.<br /> - -<b>Please note that the releases on this page are listed for -archaeological / historical purposes only, and are no longer -supported</b>.</p> - - -<div id=3D"release"> - - - -<div class=3D"hr_brown"><hr/></div> -<h3>Release 3.0.0</h3> - -<p><a href=3D"/downloads/valgrind-3.0.0.tar.bz2">valgrind 3.0.0 (tar.bz2= )</a>=20 -[2679Kb] - 3 August 2005.<br /> -<span class=3D"md5sum">md5: e976a343c61d9505162f595a8aeb09c1</span></p> - -<p>3.0.0 is a major overhaul of Valgrind. There have been many changes -and improvements. The most significant user visible change is that -Valgrind now supports architectures other than x86. 3.0.0 supports -both X86 and AMD64 running Linux. PPC32 on Linux is under development -but not yet usable. See the NEWS file for details of these and many -other changes.</p> - -<p>3.0.0 builds and runs its regression tests on at least the following -platforms, and probably more:</p> - -<ul> - <li>amd64 running SuSE 9.2, Fedora Core 2, 3 and 4</li> - <li>x86 running SuSE 9.1, 9.2, 9.3, RedHat 7.3, Redhat 8, Fedora Core = 4</li> -</ul> - -<p>We believe it should work on Linux distributions with kernel 2.4 or -2.6 and glibc 2.2.X or 2.3.X.</p> - - - -<div class=3D"hr_brown"><hr/></div> -<h3>valgrind-2.2.0</h3> - -<p> -<a href=3D"/downloads/archive/valgrind-2.2.0.tar.bz2">valgrind 2.2.0 (ta= r.bz2)</a> -[965Kb] - Aug 31 2004<br /> -<span class=3D"md5sum">md5: 30dc51f6fc94751b90b04af9c2e2c656</span> -</p> - -<p>Compared to the 2.0.0. stable release, 2.2.0 has much improved -signals/syscalls/threads support, works well on recent Linux -distros, improves SSE2/SSE3 support, and brings you Massif, a new -tool for investigating space use of your programs. There are -literally dozens of other improvements and refinements, and -hundreds of bug fixes, listed in the NEWS file.</p> - -<p>2.2.0 builds and runs its regression tests on: Red Hat 7.2, -7.3, 8.0, 9, Fedora Core 2, and SuSE 9.1. We believe it should -work on Linux distributions with kernel 2.4 or 2.6 and glibc -2.2.X or 2.3.X.</p> - - - - -<div class=3D"hr_brown"><hr/></div> -<h3>valgrind 2.1.1</h3> - -<p> -<a href=3D"/downloads/archive/valgrind-2.1.1.tar.bz2">valgrind 2.1.1 (ta= r.bz2)</a>=20 -[923 Kb] - Mar 12 2004<br /> -<span class=3D"md5sum">md5: 0010c3e8f054ecc633151c62044b646d</span> -</p> - -<p>2.1.1 contains some internal structural changes needed for -Valgrind's long-term future. These don't affect end-users. There -are also some useful user-visible changes.</p> - -<p>Greater isolation between Valgrind and the program being run, -so the program is less likely to inadvertently kill Valgrind by -doing wild writes.</p> - -<p>Massif: a new space profiling tool. Try it! It's cool, and -it'll tell you in detail where and when your C/C++ code is -allocating heap. Draws pretty .ps pictures of memory use against -time. A potentially powerful tool for making sense of your -program's space use.</p> - -<p>Fixes for many bugs, including support for more SSE2/SSE3 -instructions, various signal/syscall things, and various problems -with debug info readers.</p> - -<p>Support for glibc-2.3.3 based systems.</p> - -<p>We are now doing automatic overnight build-and-test runs on a -variety of distros. As a result, we believe 2.1.1 builds and runs -on: Red Hat 7.2, 7.3, 8.0, 9, Fedora Core 1, SuSE 8.2, SuSE -9.</p> - - - - -<div class=3D"hr_brown"><hr/></div> -<h3>valgrind 2.1.0</h3> - -<p> -<a href=3D"/downloads/archive/valgrind-2.1.0.tar.bz2">valgrind 2.1.0 (ta= r.bz2)</a>=20 -[762 Kb] - Dec 14 2003<br /> -<span class=3D"md5sum">md5: 3e4056dd45163a5f555a23ced2f95191</span> -</p> - -<p>2.1.0 brings an overhaul of syscall and signal handling, -giving much better behaviour, especially in threaded code. 2.1.0 -can also check for file descriptor leakage. A few more SSE/SSE2 -instructions are implemented, and various reported bugs have been -fixed. See the NEWS file in the distro for more details.</p> - -<p>2.1.0 is known to compile and work on: SuSE 9, 8.2, RedHat 8, -7.3, Debian Sid. Probably works on RedHat 9, although we have not -had explicit confirmation of that yet.</p> - - - - -<div class=3D"hr_brown"><hr/></div> -<h3>valgrind 2.0.0</h3> - -<p> -<a href=3D"/downloads/archive/valgrind-2.0.0.tar.bz2">valgrind 2.0.0 (ta= r.bz2)</a>=20 -[710Kb] - Nov 11 2003<br /> -<span class=3D"md5sum">md5: 1f6a90d0ca494fb75eaeef498e8252b5</span> -</p> - -<p>Compared to the previous stable release (20031012), 2.0.0 -improves SSE/SSE2 support, fixes some minor bugs, and improves -support for SuSE 9 and the Red Hat "Severn" beta.</p> - -<p>valgrind-2.0.0 is known to build and work well on: Red Hat -7.3, 8, 9, SuSE 8.2, SuSE 9.0.</p> - -<p>See the NEWS file for more details; the ChangeLog for a -complete list of changes, or the README for more information on -this release.</p> - - - - -<div class=3D"hr_brown"><hr/></div> -<h3>valgrind 1.9.6</h3> - -<p> -<a href=3D"/downloads/archive/valgrind-1.9.6.tar.bz2">valgrind 1.9.6 (ta= r.bz2)</a>=20 -[660Kb] - May 05 2003 -</p> - - -</div> \ No newline at end of file Copied: trunk/downloads/current.html (from rev 217, trunk/downloads/sourc= e_code.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/source_code.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/downloads/current.html 2005-10-16 16:37:24 UTC (rev 218) @@ -0,0 +1,89 @@ +<h1>Current Releases</h1> + + +<p>The complete source code, including documentation, is +available as a tarball for the current releases. =20 +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> + +<p>If you would like to be notified when a new valgrind release is +made, you can subscribe to the Valgrind=20 +<a href=3D"/support/mailing_lists.html#vg-announce">announcements</a> +mailing list.</p> + + + +<div class=3D"hr_brown"><hr/></div> + +<div id=3D"release"> + +<a name=3D"current"></a> + +<h3>Release 3.0.1</h3> + +<p><a href=3D"/downloads/valgrind-3.0.1.tar.bz2">valgrind 3.0.1 (tar.bz2= )</a>=20 +[2688Kb] - 29 August 2005. For x86-linux and amd64-linux.<br /> +<span class=3D"md5sum">md5: c29efdb7d1a93440f5644a6769054681</span></p> + +<p>August 29 2005: Valgrind 3.0.1 +fixes a significant number of bugs in 3.0.0, some of them critical. +If you use/distribute 3.0.0, an upgrade to 3.0.1 is recommended. See +<a href=3D"/info/release-notes-3.0.1.txt">here</a> for the 3.0.1 +release notes. +</p> + +<p>3.0.1 builds and runs its regression tests on at least the following +platforms, and probably more:</p> + +<ul> + <li>amd64 running SuSE 9.2, Fedora Core 4</li> + <li>x86 running SuSE 9.1, 9.2, 9.3, Fedora Core 4</li> +</ul> + +<p>We believe it should work on Linux distributions with kernel 2.4 or +2.6 and glibc 2.2.X or 2.3.X.</p> + + + +<h3>Release 2.4.1</h3> + +<p><a href=3D"/downloads/valgrind-2.4.1.tar.bz2">valgrind 2.4.1 (tar.bz2= )</a>=20 +[1078Kb] - 1 August 2005. For x86-linux only.<br /> +<span class=3D"md5sum">md5: 8ada0f37ddd940032b85ea859fedb037</span> +</p> + +<p>2.4.1 is a maintenance release that contains various bug fixes +which have accumulated since 2.4.0 was released about four months ago. +See the NEWS file for details. +</p> + +<p>2.4.1 builds and runs its regression tests on: Red Hat 7.3, Fedora +Core 4, SuSE 9.1 and 9.3. We believe it should work on Linux +distributions with kernel 2.4 or 2.6 and glibc 2.2.X or 2.3.X.</p> + +</div> + + + +<div class=3D"hr_brown"><hr/></div> + +<h3>RPMs / Binaries</h3> + +<p>We do not distribute binaries or RPMs. The releases available +on this website contain the source code and have to be compiled +in order to be installed on your system. Many Linux +distributions come with valgrind these days, so if you do not +want to compile your own, go to your distribution's download +site.</p> + + + +<h3>System Requirements</h3> + +<p>Programs running under Valgrind run significantly more slowly, and +use much more memory -- e.g. more than twice as much as normal under +the Memcheck tool. Therefore, it's best to use Valgrind on the most +capable machine you can get your hands on. +</p> Copied: trunk/downloads/guis.html (from rev 217, trunk/devel/guis.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/devel/guis.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/downloads/guis.html 2005-10-16 16:37:24 UTC (rev 218) @@ -0,0 +1,40 @@ +<h1>Graphical User Interfaces</h1> + +<p>One of the most asked for features for Valgrind is a graphical +user interface to help with configuration and use. +Several graphical front-ends have been built for Valgrind. These +are the ones we know about.</p> + +<ul> + +<li><p><a href=3D"http://alleyoop.sourceforge.net/">Alleyoop</a>,=20 +by Jeffrey Stedfast.<br /> +Alleyoop is a graphical front-end using the Gtk+ widget set and +other GNOME libraries for the X-Windows environment.</p></li> + + +<li><p><a href=3D"http://gnogrind.sourceforge.net/">Gnogrind</a>, by +Gregory Kovriga.<br /> +Gnogrind is a simple graphical user interface based on GNOME and +GTK.</p></li> + + +<li><p><a href=3D"http://www.kdevelop.org">KDevelop</a>=20 +lets you use Valgrind as a plugin.</p></li> + + +<li><p><a href=3D"http://valgui.sourceforge.net/">Valgui</a>, by Eric +Estievenart.</p></li> + + +<li><p><a href=3D"http://www.open-works.co.uk/projects/valkyrie.html">Va= lkyrie</a>=20 +is a Qt-based GUI for the Valgrind 3.X line.<br /> +Valkyrie also includes an auxiliary tool which merges XML output from=20 +multiple Memcheck runs into a single XML file, and optionally displays=20 +the merged result in the GUI.</p></li> + + +</ul> + +<p> </p> +<p> </p> Modified: trunk/downloads/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/downloads/index.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/downloads/index.html 2005-10-16 16:37:24 UTC (rev 218) @@ -1 +1 @@ -<?php include 'source_code.html'; ?> +<?php include 'current.html'; ?> Copied: trunk/downloads/old.html (from rev 217, trunk/downloads/archive.h= tml) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/archive.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/downloads/old.html 2005-10-16 16:37:24 UTC (rev 218) @@ -0,0 +1,159 @@ +<h1>Old Releases</h1> + +<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 +page</a>.<br /> + +<b>Please note that the releases on this page are listed for +archaeological / historical purposes only, and are no longer +supported</b>.</p> + + +<div id=3D"release"> + + + +<div class=3D"hr_brown"><hr/></div> +<h3>Release 3.0.0</h3> + +<p><a href=3D"/downloads/valgrind-3.0.0.tar.bz2">valgrind 3.0.0 (tar.bz2= )</a>=20 +[2679Kb] - 3 August 2005.<br /> +<span class=3D"md5sum">md5: e976a343c61d9505162f595a8aeb09c1</span></p> + +<p>3.0.0 is a major overhaul of Valgrind. There have been many changes +and improvements. The most significant user visible change is that +Valgrind now supports architectures other than x86. 3.0.0 supports +both X86 and AMD64 running Linux. PPC32 on Linux is under development +but not yet usable. See the NEWS file for details of these and many +other changes.</p> + +<p>3.0.0 builds and runs its regression tests on at least the following +platforms, and probably more:</p> + +<ul> + <li>amd64 running SuSE 9.2, Fedora Core 2, 3 and 4</li> + <li>x86 running SuSE 9.1, 9.2, 9.3, RedHat 7.3, Redhat 8, Fedora Core = 4</li> +</ul> + +<p>We believe it should work on Linux distributions with kernel 2.4 or +2.6 and glibc 2.2.X or 2.3.X.</p> + + + +<div class=3D"hr_brown"><hr/></div> +<h3>valgrind-2.2.0</h3> + +<p> +<a href=3D"/downloads/archive/valgrind-2.2.0.tar.bz2">valgrind 2.2.0 (ta= r.bz2)</a> +[965Kb] - Aug 31 2004<br /> +<span class=3D"md5sum">md5: 30dc51f6fc94751b90b04af9c2e2c656</span> +</p> + +<p>Compared to the 2.0.0. stable release, 2.2.0 has much improved +signals/syscalls/threads support, works well on recent Linux +distros, improves SSE2/SSE3 support, and brings you Massif, a new +tool for investigating space use of your programs. There are +literally dozens of other improvements and refinements, and +hundreds of bug fixes, listed in the NEWS file.</p> + +<p>2.2.0 builds and runs its regression tests on: Red Hat 7.2, +7.3, 8.0, 9, Fedora Core 2, and SuSE 9.1. We believe it should +work on Linux distributions with kernel 2.4 or 2.6 and glibc +2.2.X or 2.3.X.</p> + + + + +<div class=3D"hr_brown"><hr/></div> +<h3>valgrind 2.1.1</h3> + +<p> +<a href=3D"/downloads/archive/valgrind-2.1.1.tar.bz2">valgrind 2.1.1 (ta= r.bz2)</a>=20 +[923 Kb] - Mar 12 2004<br /> +<span class=3D"md5sum">md5: 0010c3e8f054ecc633151c62044b646d</span> +</p> + +<p>2.1.1 contains some internal structural changes needed for +Valgrind's long-term future. These don't affect end-users. There +are also some useful user-visible changes.</p> + +<p>Greater isolation between Valgrind and the program being run, +so the program is less likely to inadvertently kill Valgrind by +doing wild writes.</p> + +<p>Massif: a new space profiling tool. Try it! It's cool, and +it'll tell you in detail where and when your C/C++ code is +allocating heap. Draws pretty .ps pictures of memory use against +time. A potentially powerful tool for making sense of your +program's space use.</p> + +<p>Fixes for many bugs, including support for more SSE2/SSE3 +instructions, various signal/syscall things, and various problems +with debug info readers.</p> + +<p>Support for glibc-2.3.3 based systems.</p> + +<p>We are now doing automatic overnight build-and-test runs on a +variety of distros. As a result, we believe 2.1.1 builds and runs +on: Red Hat 7.2, 7.3, 8.0, 9, Fedora Core 1, SuSE 8.2, SuSE +9.</p> + + + + +<div class=3D"hr_brown"><hr/></div> +<h3>valgrind 2.1.0</h3> + +<p> +<a href=3D"/downloads/archive/valgrind-2.1.0.tar.bz2">valgrind 2.1.0 (ta= r.bz2)</a>=20 +[762 Kb] - Dec 14 2003<br /> +<span class=3D"md5sum">md5: 3e4056dd45163a5f555a23ced2f95191</span> +</p> + +<p>2.1.0 brings an overhaul of syscall and signal handling, +giving much better behaviour, especially in threaded code. 2.1.0 +can also check for file descriptor leakage. A few more SSE/SSE2 +instructions are implemented, and various reported bugs have been +fixed. See the NEWS file in the distro for more details.</p> + +<p>2.1.0 is known to compile and work on: SuSE 9, 8.2, RedHat 8, +7.3, Debian Sid. Probably works on RedHat 9, although we have not +had explicit confirmation of that yet.</p> + + + + +<div class=3D"hr_brown"><hr/></div> +<h3>valgrind 2.0.0</h3> + +<p> +<a href=3D"/downloads/archive/valgrind-2.0.0.tar.bz2">valgrind 2.0.0 (ta= r.bz2)</a>=20 +[710Kb] - Nov 11 2003<br /> +<span class=3D"md5sum">md5: 1f6a90d0ca494fb75eaeef498e8252b5</span> +</p> + +<p>Compared to the previous stable release (20031012), 2.0.0 +improves SSE/SSE2 support, fixes some minor bugs, and improves +support for SuSE 9 and the Red Hat "Severn" beta.</p> + +<p>valgrind-2.0.0 is known to build and work well on: Red Hat +7.3, 8, 9, SuSE 8.2, SuSE 9.0.</p> + +<p>See the NEWS file for more details; the ChangeLog for a +complete list of changes, or the README for more information on +this release.</p> + + + + +<div class=3D"hr_brown"><hr/></div> +<h3>valgrind 1.9.6</h3> + +<p> +<a href=3D"/downloads/archive/valgrind-1.9.6.tar.bz2">valgrind 1.9.6 (ta= r.bz2)</a>=20 +[660Kb] - May 05 2003 +</p> + + +</div> Copied: trunk/downloads/repository.html (from rev 217, trunk/devel/cvs_sv= n.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/devel/cvs_svn.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/downloads/repository.html 2005-10-16 16:37:24 UTC (rev 218) @@ -0,0 +1,69 @@ +<h1>Source Code Repositories</h1> + +<p>If you are looking for a stable release of the source code, +you should download it from the <a href=3D"/downloads/">downloads +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> + +<p>We are currently transitioning our repositories to use=20 +<a href=3D"http://subversion.tigris.org/">Subversion</a> (SVN) at +valgrind.org.<br /> + +The actively developed valgrind-3.0 line is now in SVN at valgrind.org.<= br /> + +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> + + +<div class=3D"hr_brown"><hr/></div> +<h2>The Valgrind-3.0 development line</h2> + +<p>If you want to browse the 3.0 repository you can use the +<a href=3D"http://svn.valgrind.org/">web interface</a>.</p> + +<p>To check out code on the 3.0 line (anonymous, read-only SVN=20 +access), do this:</p> + +<pre> + svn co svn://svn.valgrind.org/valgrind/trunk valgrind +</pre> + +<p> +To build the checked out code, follow the instructions in the +<code>README</code> file that the checkout should give you.</p> + +<p><b>Note:</b> as of October 2005, the 3.0 line works well on x86/Linux +<b>and AMD64/Linux</b>. On <b>PPC32/Linux</b> it works reasonably well +and is under active development. If you are interested in PPC32/Linux, +the code should be stable enough to be worth trying out. +</p> + + +<div class=3D"hr_brown"><hr/></div> +<h2>The old Valgrind-2.4 line</h2> + +<p>If you want to browse the 2.4 repository you can use the=20 +<a href=3D"http://websvn.kde.org/trunk/valgrind/">web interface</a>.</p> + +<p>To check out code on the 2.4 line (anonymous, read-only Subversion +access), follow these=20 +<a href=3D"http://developer.kde.org/source/anonsvn.html">anonymous +SVN</a> instructions. <br /> + +Or, if you want the short version, to check out the SVN trunk, run:</p> + +<pre> + svn co svn://anonsvn.kde.org/home/kde/trunk/valgrind/ +</pre> + +<p> +To build the checked out code, follow the instructions in the +<code>README</code> file that the checkout should give you.</p> + + + + Deleted: trunk/downloads/source_code.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/source_code.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/downloads/source_code.html 2005-10-16 16:37:24 UTC (rev 218) @@ -1,89 +0,0 @@ -<h1>Downloads</h1> - - -<p>The complete source code, including documentation, is -available as a tarball for the current releases. =20 -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> - -<p>If you would like to be notified when a new valgrind release is -made, you can subscribe to the Valgrind=20 -<a href=3D"/support/mailing_lists.html#vg-announce">announcements</a> -mailing list.</p> - - - -<div class=3D"hr_brown"><hr/></div> - -<div id=3D"release"> - -<a name=3D"current"></a> - -<h3>Release 3.0.1</h3> - -<p><a href=3D"/downloads/valgrind-3.0.1.tar.bz2">valgrind 3.0.1 (tar.bz2= )</a>=20 -[2688Kb] - 29 August 2005. For x86-linux and amd64-linux.<br /> -<span class=3D"md5sum">md5: c29efdb7d1a93440f5644a6769054681</span></p> - -<p>August 29 2005: Valgrind 3.0.1 -fixes a significant number of bugs in 3.0.0, some of them critical. -If you use/distribute 3.0.0, an upgrade to 3.0.1 is recommended. See -<a href=3D"/info/release-notes-3.0.1.txt">here</a> for the 3.0.1 -release notes. -</p> - -<p>3.0.1 builds and runs its regression tests on at least the following -platforms, and probably more:</p> - -<ul> - <li>amd64 running SuSE 9.2, Fedora Core 4</li> - <li>x86 running SuSE 9.1, 9.2, 9.3, Fedora Core 4</li> -</ul> - -<p>We believe it should work on Linux distributions with kernel 2.4 or -2.6 and glibc 2.2.X or 2.3.X.</p> - - - -<h3>Release 2.4.1</h3> - -<p><a href=3D"/downloads/valgrind-2.4.1.tar.bz2">valgrind 2.4.1 (tar.bz2= )</a>=20 -[1078Kb] - 1 August 2005. For x86-linux only.<br /> -<span class=3D"md5sum">md5: 8ada0f37ddd940032b85ea859fedb037</span> -</p> - -<p>2.4.1 is a maintenance release that contains various bug fixes -which have accumulated since 2.4.0 was released about four months ago. -See the NEWS file for details. -</p> - -<p>2.4.1 builds and runs its regression tests on: Red Hat 7.3, Fedora -Core 4, SuSE 9.1 and 9.3. We believe it should work on Linux -distributions with kernel 2.4 or 2.6 and glibc 2.2.X or 2.3.X.</p> - -</div> - - - -<div class=3D"hr_brown"><hr/></div> - -<h3>RPMs / Binaries</h3> - -<p>We do not distribute binaries or RPMs. The releases available -on this website contain the source code and have to be compiled -in order to be installed on your system. Many Linux -distributions come with valgrind these days, so if you do not -want to compile your own, go to your distribution's download -site.</p> - - - -<h3>System Requirements</h3> - -<p>Programs running under Valgrind run significantly more slowly, and -use much more memory -- e.g. more than twice as much as normal under -the Memcheck tool. Therefore, it's best to use Valgrind on the most -capable machine you can get your hands on. -</p> Copied: trunk/help/contributing.html (from rev 217, trunk/support/contrib= uting.html) Added: trunk/help/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/help/index.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/help/index.html 2005-10-16 16:37:24 UTC (rev 218) @@ -0,0 +1 @@ +<?php include 'contributing.html'; ?> Copied: trunk/help/projects.html (from rev 217, trunk/devel/projects.html= ) Deleted: trunk/info/contact.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/contact.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/info/contact.html 2005-10-16 16:37:24 UTC (rev 218) @@ -1,53 +0,0 @@ -<h1>Contact Information</h1> - -<p>The easiest way to contact us is by <a href=3D"#email">email</a>. =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 -addressed by one of the following:</p> - - -<dl class=3D"spaced"> - -<dt>Submitting patches:</dt> -<dd>If you'd like to contribute a patch, please use our=20 -<?php echo vglink('vgbugsreport'); ?> page.</dd> - -<dt>Bug reports:</dt> -<dd>Please see the=20 -<a href=3D"/support/bug_reports.html">Bug Reports</a> page.</dd> - -<dt>Feature Requests:</dt> -<dd>Please see the=20 -<a href=3D"/support/features.html">Feature Requests</a> -page.</dd> - -<dt>Technical Support Requests:</dt>=20 -<dd>If you want to ask a question about how Valgrind works, -please use the <?php echo vglink('vgusers'); ?> mailing -list.</dd> - -<dt>Donations:</dt> -<dd>If you are interested in donating funds or equipment to -Valgrind, please send email to <?php echo vgemail('valgrind'); ?>. -</dd> - -<dt>Feedback:</dt> -<dd>If you would like to give us detailed, general feedback, -please fill out our <a href=3D"/gallery/surveys.html">survey</a>.</dd> - -<dt>Press inquiries:</dt> -<dd>Please send email to <?php echo vgemail('valgrind'); ?></dd> - -<dt>Website:</dt> -<dd>If you have found a problem on one of our pages, such as a -broken link or some incorrect information, please contact=20 -<?php echo vgemail('website'); ?>.</dd> - - -<dt><a name=3D"email"></a>Email:</dt> -<dd>The main non-technical contact address for Valgrind is: -<?php echo vgemail('valgrind'); ?>.</dd> - - -</dl> Copied: trunk/info/platforms.html (from rev 217, trunk/devel/platforms.ht= ml) Modified: trunk/php/menu.php =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/php/menu.php 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/php/menu.php 2005-10-16 16:37:24 UTC (rev 218) @@ -4,40 +4,40 @@ array( 'url'=3D>'about.html', 'tag'=3D>'About' ), array( 'url'=3D>'news.html', 'tag'=3D>'News' ), array( 'url'=3D>'tools.html', 'tag'=3D>'Tool Suite' ), + array( 'url'=3D>'platforms.html', 'tag'=3D>'Supported Platforms' ), array( 'url'=3D>'developers.html','tag'=3D>'The Developers' ), - array( 'url'=3D>'contact.html', 'tag'=3D>'Contact' ) ); =20 -$dloads =3D array( - array( 'url'=3D>'source_code.html', 'tag'=3D>'Source Code' ), - array( 'url'=3D>'variants.html', 'tag'=3D>'Variants / Patches' ), - array( 'url'=3D>'archive.html', 'tag'=3D>'Release Archive' ) +$source_code =3D array( + array( 'url'=3D>'current.html', 'tag'=3D>'Current Releases' ), + array( 'url'=3D>'old.html', 'tag'=3D>'Old Releases' ) + array( 'url'=3D>'guis.html', 'tag'=3D>'Front Ends / GUIs' ), + array( 'url'=3D>'variants.html', 'tag'=3D>'Variants / Patches' ), + array( 'url'=3D>'repository.html','tag'=3D>'Code Repository' ), ); =20 $docs =3D array( - array( 'url'=3D>'quick-start.html', 'tag'=3D>'Quick Start' ), - array( 'url'=3D>'FAQ/', 'tag'=3D>'FAQ' ), - array( 'url'=3D>'manual/manual.html', 'tag'=3D>'User Manual' ), - array( 'url'=3D>'download_docs.html', 'tag'=3D>'Download Manual' ), - array( 'url'=3D>'pubs.html', 'tag'=3D>'Publications' ) - /*array( 'url'=3D>'bookset/mc-tech.html', 'tag'=3D>'Technical' ),*/ - /*array( 'url'=3D>'manual/distro.html', 'tag'=3D>'Release Docs' ),*/ - /*array( 'url'=3D>'mini-tut.html', 'tag'=3D>'Mini-Tutorial' ),*/ + array( 'url'=3D>'quick-start.html', 'tag'=3D>'Quick Start' ), + array( 'url'=3D>'FAQ/', 'tag'=3D>'FAQ' ), + array( 'url'=3D>'manual/manual.html', 'tag'=3D>'User Manual' ), + array( 'url'=3D>'download_docs.html', 'tag'=3D>'Download Manual' ), + array( 'url'=3D>'pubs.html', 'tag'=3D>'Publications' ) + /*array( 'url'=3D>'bookset/mc-tech.html', 'tag'=3D>'Technical' ),*/ + /*array( 'url'=3D>'manual/distro.html', 'tag'=3D>'Release Docs' ),*/ + /*array( 'url'=3D>'mini-tut.html', 'tag'=3D>'Mini-Tutorial' ),*/ ); =20 -$support =3D array(=20 +$contact =3D array(=20 array( 'url'=3D>'mailing_lists.html', 'tag'=3D>'Mailing Lists' ), array( 'url'=3D>'bug_reports.html', 'tag'=3D>'Bug Reports' ), array( 'url'=3D>'features.html', 'tag'=3D>'Feature Requests' ), - array( 'url'=3D>'contributing.html', 'tag'=3D>'Contributing' ) + array( 'url'=3D>'summary.html', 'tag'=3D>'Contact Summary' ) + /*array( 'url'=3D>'consultants.html', 'tag'=3D>'Commercial Support' )*= / ); =20 -$devel =3D array( - array( 'url'=3D>'platforms.html', 'tag'=3D>'Supported Platforms' ), - array( 'url'=3D>'cvs_svn.html', 'tag'=3D>'Code Repository' ), - array( 'url'=3D>'guis.html', 'tag'=3D>'Front Ends / GUIs' ), - array( 'url'=3D>'projects.html', 'tag'=3D>'Project Suggestions' ) - /*array( 'url'=3D>'consultants.html', 'tag'=3D>'Commercial Support' )= */ +$help =3D array( + array( 'url'=3D>'contributing.html', 'tag'=3D>'Contributing' ) + array( 'url'=3D>'projects.html', 'tag'=3D>'Project Suggestions' ) ); =20 $gallery =3D array( @@ -52,10 +52,10 @@ =20 $vgdirs =3D array( 'info' =3D> array( 'url'=3D>'/info/', 'tag'=3D>'Information', = 'files'=3D>$info ), -'downloads' =3D> array( 'url'=3D>'/downloads/', 'tag'=3D>'Downloads', = 'files'=3D>$dloads ), +'downloads' =3D> array( 'url'=3D>'/downloads/', 'tag'=3D>'Source Code', = 'files'=3D>$source_code ), 'docs' =3D> array( 'url'=3D>'/docs/', 'tag'=3D>'Documentation'= , 'files'=3D>$docs ), -'support' =3D> array( 'url'=3D>'/support/', 'tag'=3D>'Support', = 'files'=3D>$support), -'devel' =3D> array( 'url'=3D>'/devel/', 'tag'=3D>'Development', = 'files'=3D>$devel ), +'support' =3D> array( 'url'=3D>'/support/', 'tag'=3D>'Contact', = 'files'=3D>$contact), +'help' =3D> array( 'url'=3D>'/help/', 'tag'=3D>'How to Help', = 'files'=3D>$help ), 'gallery' =3D> array( 'url'=3D>'/gallery/', 'tag'=3D>'Gallery', = 'files'=3D>$gallery) ); =20 Copied: trunk/support/consultants.html (from rev 217, trunk/devel/consult= ants.html) Deleted: trunk/support/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/support/contributing.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/support/contributing.html 2005-10-16 16:37:24 UTC (rev 218) @@ -1,42 +0,0 @@ -<h1>Contributing to Valgrind</h1> - -<p>If you would like to contribute to Valgrind's development, there are = a -number of ways you can help.</p> - -<h3>Bug Reports</h3> -<p>Bug reports are good. Good bug reports are even better. They should= be -submitted to our Bugzilla site (instructions are=20 -<a href=3D"/support/bug_reports.html">here</a>). Please follow the guid= elines -about writing good bug reports. Small sample programs that exhibit a bu= g -are particularly helpful.</p> - -<h3>Documentation</h3> -</p>Valgrind's documentation is not always kept up to date. Any documen= tation -patches that help in this respect are welcome. Please send them to the -<?php echo vglink( 'vgdevel' ); ?> list.</p> - -<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. - -<h3>Money</h3> -<p>Donations are welcome, large or small. They help pay day-to-day -running costs, such as bandwidth, web-hosting, electricity, and hardware -maintenance, as well as helping with larger one-off costs such as -buying new machines.</p> - -<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> -if you wish to donate.</p> - -<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 -out if the equipment would be useful, and if so, to arrange its -transport.</p> - -<h3>Other</h3> -<p>For any other questions about these matters, please=20 -<a href=3D"/info/contact.html#email">contact us</a>.</p> - Modified: trunk/support/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/support/index.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/support/index.html 2005-10-16 16:37:24 UTC (rev 218) @@ -1 +1 @@ -<?php include 'mailing_lists.html'; ?> +<?php include 'summary.html'; ?> Copied: trunk/support/summary.html (from rev 217, trunk/info/contact.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/contact.html 2005-10-15 17:58:03 UTC (rev 217) +++ trunk/support/summary.html 2005-10-16 16:37:24 UTC (rev 218) @@ -0,0 +1,53 @@ +<h1>Contact Summary</h1> + +<p>The easiest way to contact us is by <a href=3D"#email">email</a>. =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 +addressed by one of the following:</p> + + +<dl class=3D"spaced"> + +<dt>Submitting patches:</dt> +<dd>If you'd like to contribute a patch, please use our=20 +<?php echo vglink('vgbugsreport'); ?> page.</dd> + +<dt>Bug reports:</dt> +<dd>Please see the=20 +<a href=3D"/support/bug_reports.html">Bug Reports</a> page.</dd> + +<dt>Feature Requests:</dt> +<dd>Please see the=20 +<a href=3D"/support/features.html">Feature Requests</a> +page.</dd> + +<dt>Technical Support Requests:</dt>=20 +<dd>If you want to ask a question about how Valgrind works, +please use the <?php echo vglink('vgusers'); ?> mailing +list.</dd> + +<dt>Donations:</dt> +<dd>If you are interested in donating funds or equipment to +Valgrind, please send email to <?php echo vgemail('valgrind'); ?>. +</dd> + +<dt>Feedback:</dt> +<dd>If you would like to give us detailed, general feedback, +please fill out our <a href=3D"/gallery/surveys.html">survey</a>.</dd> + +<dt>Press inquiries:</dt> +<dd>Please send email to <?php echo vgemail('valgrind'); ?></dd> + +<dt>Website:</dt> +<dd>If you have found a problem on one of our pages, such as a +broken link or some incorrect information, please contact=20 +<?php echo vgemail('website'); ?>.</dd> + + +<dt><a name=3D"email"></a>Email:</dt> +<dd>The main non-technical contact address for Valgrind is: +<?php echo vgemail('valgrind'); ?>.</dd> + + +</dl> |