|
From: Nicholas N. <nj...@ca...> - 2004-02-11 14:21:54
|
CVS commit by nethercote: minor fix M +1 -1 related.html 1.11 --- devel-home/valgrind/related.html #1.10:1.11 @@ -66,5 +66,5 @@ <ul> <li>FreeBSD: Doug Rabson has done a fairly complete port. See details in this - <a href="http://sourceforge.net/mailarchive/forum.php?thread_id=3660580&forum_id=12302"> + <a href="http://sourceforge.net/mailarchive/forum.php?thread_id=3660580&forum_id=12302"> mailing list thread</a>. We hope to integrate this port into Valgrind. <p> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-11 14:51:56
|
CVS commit by nethercote: Removing now-unnecessary <center> tags M +1 -1 overview.html 1.12 M +1 -1 tools.html 1.6 --- devel-home/valgrind/overview.html #1.11:1.12 @@ -127,5 +127,5 @@ <hr> -<center><h2>When to Use</h2></center> +<h2>When to Use</h2> When should you use Valgrind tools? It depends on your exact needs. --- devel-home/valgrind/tools.html #1.5:1.6 @@ -72,5 +72,5 @@ <p> <!--<hr> -<center><h2>Examples of Use</h2></center> +<h2>Examples of Use</h2> <h3>Memcheck</h3> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-11 14:31:25
|
CVS commit by nethercote: name index.html as home specifically, so that mirrors get the links right M +1 -1 menu.inc 1.12 --- devel-home/valgrind/menu.inc #1.11:1.12 @@ -3,5 +3,5 @@ <dl> <dt><b>About</b> -<dt><a href="/"> Home</a> +<dt><a href="index.html"> Home</a> <dt><a href="overview.html"> Overview</a> <dt><a href="tools.html"> Tools</a> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-11 17:51:55
|
CVS commit by nethercote:
<b> --> <strong>
M +5 -5 menu.inc 1.13
--- devel-home/valgrind/menu.inc #1.12:1.13
@@ -2,5 +2,5 @@
line, and also so that there's a blank line between sections. -->
<dl>
-<dt><b>About</b>
+<dt><strong>About</strong>
<dt><a href="index.html"> Home</a>
<dt><a href="overview.html"> Overview</a>
@@ -8,10 +8,10 @@
<dt><a href="related.html"> Related Projects</a>
<dt>
-<dt><b>Code</b>
+<dt><strong>Code</strong>
<dt><a href="sysreqs.html"> System Requirements</a>
<dt><a href="downloads.html">Downloads</a>
<dt><a href="cvs.html"> CVS Repository</a>
<dt>
-<dt><b>Support</b>
+<dt><strong>Support</strong>
<dt><a href="docs.html"> Documentation</a>
<dt><a href="lists.html"> Mailing Lists</a>
@@ -20,10 +20,10 @@
<dt><a href="features.html"> Feature Requests</a>
<dt>
-<dt><b>Proselytism</b>
+<dt><strong>Proselytism</strong>
<dt><a href="users.html"> Users</a>
<dt><a href="articles.html"> Articles</a>
<dt><a href="awards.html"> Awards</a>
<dt>
-<dt><b>Feedback</b>
+<dt><strong>Feedback</strong>
<dt><a href="surveys.html"> Surveys</a>
<dt><a href="contact.html"> Contact</a>
|
|
From: Nicholas N. <nj...@ca...> - 2004-02-11 17:54:29
|
CVS commit by nethercote: Move from HTML 4.01 transitional to HTML 4.01 strict. M +2 -1 header.inc 1.11 --- devel-home/valgrind/header.inc #1.10:1.11 @@ -1,3 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> + <html> <head> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-11 22:38:34
|
CVS commit by nethercote: Added Anarchy Online. M +3 -0 users.html 1.39 --- devel-home/valgrind/users.html #1.38:1.39 @@ -292,4 +292,7 @@ <dd>An online multi-player tactical warfare game. +<dt><a href="http://www.anarchy-online.com">Anarchy Online</a> +<dd>An award-winning massive multiplayer online roleplaying game (MMORPG). + <dt><a href="http://crystal.sf.net">Crystal Space</a> <dd>A portable 3D game engine. |
|
From: Nicholas N. <nj...@ca...> - 2004-02-12 17:43:09
|
CVS commit by nethercote: Added XPLC M +5 -1 users.html 1.40 --- devel-home/valgrind/users.html #1.39:1.40 @@ -227,4 +227,8 @@ <dt><a href="http://www.boost.org">Boost C++ libraries</a> <dd>A collection of portable C++ source libraries. + +<dt><a href="http://xplc.sf.net">XPLC</a> +<dd>A system of cross-platform lightweight components to aid software extension + and reuse. </dl> @@ -302,5 +306,5 @@ <dt><a href="http://www.qubesoft.com/q/engine.php">QSDK</a> -<dd>A high performance cross platform game engine for Windows, Linux, +<dd>A high performance cross-platform game engine for Windows, Linux, PS2 and XBox. Free for non-console development. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-15 00:17:21
|
CVS commit by nethercote: Added Massif to news M +6 -5 index.html 1.17 --- devel-home/valgrind/index.html #1.16:1.17 @@ -5,12 +5,13 @@ ?> +<p class="news">February 15, 2004: Valgrind CVS now includes Massif, a heap +profiling tool. + <p class="news">January 27, 2004: We have a new page listing -<a href="users.html">projects using Valgrind</a>. Please see the bottom of -that page if you want to add your project to the list. +<a href="users.html">projects using Valgrind</a>. <p class="news">January 15, 2004: Valgrind awarded a merit (bronze) -<a href="http://opensource.org/OSA/awards.php">Open Source Award</a>. Read the -<a href="http://builder.com.com/5100-6375-5136747.html">interview</a> with -Julian Seward. +<a href="http://opensource.org/OSA/awards.php">Open Source Award</a> +(<a href="http://builder.com.com/5100-6375-5136747.html">interview</a>). <p class="news">December 14, 2003: A new unstable release, |
|
From: Nicholas N. <nj...@ca...> - 2004-02-22 13:39:23
|
CVS commit by nethercote: Added Unreal Tournament, Medal of Honour, America's Army, Postal 2, Serious Sam, Call of Duty. M +24 -5 users.html 1.41 --- devel-home/valgrind/users.html #1.40:1.41 @@ -9,5 +9,5 @@ The short list: OpenOffice, StarOffice, Mozilla, Opera, KDE, GNOME, Evolution, MySQL, PostgreSQL, Perl, PHP, Samba, Nasa Mars Lander software, SAS, The GIMP, -Ogg Vorbis, Battlefield 1942... +Ogg Vorbis, Unreal Tournament, Medal of Honour... <p> The long list... @@ -229,6 +229,5 @@ <dt><a href="http://xplc.sf.net">XPLC</a> -<dd>A system of cross-platform lightweight components to aid software extension - and reuse. +<dd>Lightweight cross-platform components to aid software extension and reuse. </dl> @@ -290,6 +289,25 @@ <h3>Games</h3> <dl> +<dt><a href="http://www.unrealtournament.com">Unreal Tournament (inc. UT2003, + UT2004)</a> +<dd>A multiplayer first-person shooter. + +<dt><a href="http://www.eagames.com/official/moh/">Medal of Honour</a> +<dd>World War II first-person shooter. + +<dt><a href="http://www.americasarmy.com/">America's Army: Operations</a> +<dd>The official US Army game. + +<dt><a href="http://www.callofduty.com/"></a> +<dd>World War II first-person shooter. + <dt><a href="http://global.dice.se/games/battlefield/">Battlefield 1942</a> -<dd>A World War II first person shooter. +<dd>A World War II first-person shooter. + +<dt><a href="http://www.serioussam.com/">Serious Sam</a> +<dd>An arcade-action shooter. + +<dt><a href="http://www.postal2.com/"></a> +<dd>A 3D-perspective shooter. <dt><a href="http://netpanzer.berlios.de">netPanzer</a> @@ -357,5 +375,6 @@ Please contact Nick Nethercote (njn25 at cam dot ac dot uk) if you are happy to -have your project added to this list. +have your project added to this list. Please provide a URL and a short +description of your project. <p> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-22 13:41:33
|
CVS commit by nethercote: whoops M +2 -2 users.html 1.42 --- devel-home/valgrind/users.html #1.41:1.42 @@ -299,5 +299,5 @@ <dd>The official US Army game. -<dt><a href="http://www.callofduty.com/"></a> +<dt><a href="http://www.callofduty.com/">Call of Duty</a> <dd>World War II first-person shooter. @@ -308,5 +308,5 @@ <dd>An arcade-action shooter. -<dt><a href="http://www.postal2.com/"></a> +<dt><a href="http://www.postal2.com/">Postal 2</a> <dd>A 3D-perspective shooter. |
|
From: Nicholas N. <nj...@ca...> - 2004-02-22 13:50:45
|
CVS commit by nethercote: Added a couple of presentations about Valgrind. M +18 -0 articles.html 1.6 --- devel-home/valgrind/articles.html #1.5:1.6 @@ -43,4 +43,22 @@ +<h3>Presentations</h3> +The following presentations are about Valgrind. + +<ul> +<li>Madhu M Kurup. + Understanding Code With Valgrind + (<a href="http://www.kurups.org/valgrind/valgrind.sxi">OpenOffice</a>, + <a href="http://www.kurups.org/valgrind/valgrind.ppt">PowerPoint</a>). + Linux Bangalore 2003. + <p> + +<li>Nicholas Nethercote. + <a href="http://www.cl.cam.ac.uk/~njn25/pubs/valgrind2003-talk.ps"> + Valgrind: A Program Supervision Framework</a> + Runtime Verification workshop 2003. + <p> +<ul> + <h3>Announcements</h3> The following announcements (with comments) concerned Valgrind. |
|
From: Nicholas N. <nj...@ca...> - 2004-02-22 13:51:38
|
CVS commit by nethercote:
whoops
M +1 -1 articles.html 1.7
--- devel-home/valgrind/articles.html #1.6:1.7
@@ -59,5 +59,5 @@
Runtime Verification workshop 2003.
<p>
-<ul>
+</ul>
<h3>Announcements</h3>
|
|
From: Nicholas N. <nj...@ca...> - 2004-02-22 13:52:26
|
CVS commit by nethercote: argh M +1 -1 articles.html 1.8 --- devel-home/valgrind/articles.html #1.7:1.8 @@ -55,5 +55,5 @@ <li>Nicholas Nethercote. - <a href="http://www.cl.cam.ac.uk/~njn25/pubs/valgrind2003-talk.ps"> + <a href="http://www.cl.cam.ac.uk/~njn25/pubs/valgrind2003-talk.ps.gz"> Valgrind: A Program Supervision Framework</a> Runtime Verification workshop 2003. |
|
From: Nicholas N. <nj...@ca...> - 2004-02-22 13:54:27
|
CVS commit by nethercote:
formatting
M +0 -10 articles.html 1.9
--- devel-home/valgrind/articles.html #1.8:1.9
@@ -16,5 +16,4 @@
Builder.com, January 15, 2004.<br>
Interview with Julian Seward, covering Valgrind's origins.
- <p>
</ul>
@@ -27,5 +26,4 @@
Reliable Linux Code</a>.
Sabal Software, October 2003.
- <p>
<li>Carl Erickson.
@@ -33,5 +31,4 @@
detection in C++</a>.
Linux Journal #110, June 2003.
- <p>
<li>Madhu M Kurup.
@@ -39,5 +36,4 @@
What It Used To Be?</a>.
Linux Gazette, issue 81, August 2002.
- <p>
</ul>
@@ -52,5 +48,4 @@
<a href="http://www.kurups.org/valgrind/valgrind.ppt">PowerPoint</a>).
Linux Bangalore 2003.
- <p>
<li>Nicholas Nethercote.
@@ -58,5 +53,4 @@
Valgrind: A Program Supervision Framework</a>
Runtime Verification workshop 2003.
- <p>
</ul>
@@ -67,17 +61,13 @@
Source Awards 2004</a>.
Slashdot, January 17, 2004.
- <p>
<li><a href="http://developers.slashdot.org/article.pl?sid=03/04/26/1638220">Cache
Optimization Now Made Easy, And Pretty</a>.
Slashdot, April 26, 2003.
- <p>
<li><a href="http://developers.slashdot.org/article.pl?sid=02/07/28/1833225">Valgrind
1.0.0 Released"</a>.
Slashdot, July 28, 2002.
- <p>
</ul>
-<p>
<?php
|
|
From: Nicholas N. <nj...@ca...> - 2004-02-22 18:07:52
|
CVS commit by nethercote: Added libcdio, VCDImager M +12 -6 users.html 1.43 --- devel-home/valgrind/users.html #1.42:1.43 @@ -235,17 +235,17 @@ <h3>Audio/Video</h3> <dl> -<dt><a href="http://www.vorbis.com">Ogg Vorbis</a> +<dt><a href="http://www.vorbis.com/">Ogg Vorbis</a> <dd>A toolset for the high-quality, MP3-style patent-free audio codec. -<dt><a href="http://www.icecast.org">Icecast</a> +<dt><a href="http://www.icecast.org/">Icecast</a> <dd>A streaming audio server, used for internet radio and similar applications. -<dt><a href="http://rosegardenmusic.com">Rosegarden</a> +<dt><a href="http://rosegardenmusic.com/">Rosegarden</a> <dd>A MIDI and audio sequencer and notation editor. -<dt><a href="http://mixxx.sf.net">Mixxx</a> +<dt><a href="http://mixxx.sf.net/">Mixxx</a> <dd>Digital DJ software. -<dt><a href="http://www.aido.org">AIDO</a> +<dt><a href="http://www.aido.org/">AIDO</a> <dd>A home entertainment media system, complete with servers, clients, and protocols, handling any TV-presentable content. @@ -257,6 +257,12 @@ <dd>A KDE media player. -<dt><a href="http://www.speex.org">Speex</a> +<dt><a href="http://www.speex.org/">Speex</a> <dd>A patent-free voice codec. + +<dt><a href="http://www.gnu.org/software/libcdio/">libcdio</a> +<dd>The GNU compact disc input and control library. + +<dt><a href="http://www.vcdimager.org/">VCDImager</a> +<dd>A full-featured mastering suite for video CDs and super video CDs. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-22 21:00:47
|
CVS commit by nethercote: Added Parma Polyhedra Library. M +3 -0 users.html 1.44 --- devel-home/valgrind/users.html #1.43:1.44 @@ -122,4 +122,7 @@ <dt><a href="http://www.chevreux.org/projects_mira.html">MIRA Assembler</a> <dd>A whole genome shotgun and EST sequence assembler. + +<dt><a href="http://www.cs.unipr.it/ppl/">Parma Polyhedra Library</a> +<dd>A modern C++ library for the manipulation of convex polyhedra. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-24 09:47:08
|
CVS commit by nethercote: Added Battle for Wesnoth. M +9 -6 users.html 1.45 --- devel-home/valgrind/users.html #1.44:1.45 @@ -298,5 +298,5 @@ <h3>Games</h3> <dl> -<dt><a href="http://www.unrealtournament.com">Unreal Tournament (inc. UT2003, +<dt><a href="http://www.unrealtournament.com/">Unreal Tournament (inc. UT2003, UT2004)</a> <dd>A multiplayer first-person shooter. @@ -320,10 +320,13 @@ <dd>A 3D-perspective shooter. -<dt><a href="http://netpanzer.berlios.de">netPanzer</a> +<dt><a href="http://netpanzer.berlios.de/">netPanzer</a> <dd>An online multi-player tactical warfare game. -<dt><a href="http://www.anarchy-online.com">Anarchy Online</a> +<dt><a href="http://www.anarchy-online.com/">Anarchy Online</a> <dd>An award-winning massive multiplayer online roleplaying game (MMORPG). +<dt><a href="http://www.wesnoth.org/">Battle for Wesnoth</a> +<dd>A turn-based strategy game with a fantasy theme. + <dt><a href="http://crystal.sf.net">Crystal Space</a> <dd>A portable 3D game engine. @@ -343,12 +346,12 @@ <dd>A free instant messaging service. -<dt><a href="http://pan.rebelbase.com">Pan</a> +<dt><a href="http://pan.rebelbase.com/">Pan</a> <dd>A newsreader supporting offline newsreading, article filtering, and multiple connections. -<dt><a href="http://www.pldaniels.com/ripmime">ripMIME</a> +<dt><a href="http://www.pldaniels.com/ripmime/">ripMIME</a> <dd>An email decoding engine and library. -<dt><a href="http://bidwatcher.sf.net">Bidwatcher</a> +<dt><a href="http://bidwatcher.sf.net/">Bidwatcher</a> <dd>An eBay auction listing tracker. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-24 15:33:38
|
CVS commit by nethercote: Added Mono. M +16 -13 users.html 1.46 --- devel-home/valgrind/users.html #1.45:1.46 @@ -8,6 +8,6 @@ <p> The short list: OpenOffice, StarOffice, Mozilla, Opera, KDE, GNOME, Evolution, -MySQL, PostgreSQL, Perl, PHP, Samba, Nasa Mars Lander software, SAS, The GIMP, -Ogg Vorbis, Unreal Tournament, Medal of Honour... +MySQL, PostgreSQL, Perl, PHP, Mono, Samba, Nasa Mars Lander software, SAS, The +GIMP, Ogg Vorbis, Unreal Tournament, Medal of Honour... <p> The long list... @@ -153,11 +153,11 @@ <h3>Simulation</h3> <dl> -<dt><a href="http://www.aspect-sdm.org">ASPECT</a> +<dt><a href="http://www.aspect-sdm.org/">ASPECT</a> <dd>A data stream monitoring and visualization tool, for simulation analysis. -<dt><a href="http://www.flightgear.org">FlightGear</a> +<dt><a href="http://www.flightgear.org/">FlightGear</a> <dd>An open source, multi-platform, cooperative flight simulator. -<dt><a href="http://www.simgear.org">SimGear</a> +<dt><a href="http://www.simgear.org/">SimGear</a> <dd>Building-block libraries for quickly assembling 3D simulations, games, and visualization applications. @@ -165,17 +165,20 @@ -<h3>Compilers and Interpreters</h3> +<h3>Compilers, Interpreters, etc.</h3> <dl> -<dt><a href="http://www.perl.org">Perl</a> +<dt><a href="http://www.perl.org/">Perl</a> <dd>A general-purpose programming language; the duct-tape of the internet. -<dt><a href="http://www.php.net">PHP</a> +<dt><a href="http://www.php.net/">PHP</a> <dd>A web-oriented scripting language. -<dt><a href="http://pike.ida.liu.se">Pike</a> +<dt><a href="http://www.go-mono.com/">Mono</a> +<dd>A free implementation of the .NET development framework. + +<dt><a href="http://pike.ida.liu.se/">Pike</a> <dd>A dynamic programming language with powerful built-in data types allowing simple and fast data manipulation. -<dt><a href="http://www.st.com">ST200 VLIW C compiler</a> +<dt><a href="http://www.st.com/">ST200 VLIW C compiler</a> <dd>The STMicroelectronics ST200 VLIW production C compiler. </dl> @@ -188,5 +191,5 @@ and the Perl, Python and PHP debuggers. -<dt><a href="http://oprofile.sf.net">OProfile</a> +<dt><a href="http://oprofile.sf.net/">OProfile</a> <dd>A system-wide, kernel- and user-space profiler for Linux. @@ -200,8 +203,8 @@ <dd>An open source, distributed, software quality system. -<dt><a href="http://www.cmake.org">CMake</a> +<dt><a href="http://www.cmake.org/">CMake</a> <dd>A cross-platform, open-source make system. -<dt><a href="http://eboxy.sf.net">eboxy</a> +<dt><a href="http://eboxy.sf.net/">eboxy</a> <dd>A tool for creating graphical user interfaces for set-top boxes. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-26 17:04:43
|
CVS commit by nethercote: Added NX M +3 -0 users.html 1.47 --- devel-home/valgrind/users.html #1.46:1.47 @@ -296,4 +296,7 @@ <dt><a href="http://gimp-print.sf.net">Gimp-Print</a> <dd>Printer drivers for use with Ghostscript, CUPS, Foomatic, and The GIMP. + +<dt><a href="http://www.nomachine.com/developers.php">NX</a> +<dd>X Window compression software. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-26 17:20:14
|
CVS commit by nethercote: Added 'news' page, now the front page only contains 'latest news'. A news.html 1.1 M +8 -1 downloads.html 1.10 M +1 -7 index.html 1.18 M +1 -0 menu.inc 1.14 --- devel-home/valgrind/downloads.html #1.9:1.10 @@ -24,9 +24,11 @@ for more details. + <h3>Older Stable Releases</h3> None available. -<h3>Development Releases</h3> + +<h3>Current Development Release</h3> <strong>2.1.0 (of 14 December 2003)</strong> @@ -47,4 +49,9 @@ +<h3>Older Development Release</h3> + +None available. + + <h3>Interesting Variants</h3> --- devel-home/valgrind/index.html #1.17:1.18 @@ -1,5 +1,5 @@ <?php $page_title = "A GPL'd system for debugging and profiling x86-Linux programs"; - $page_heading = "News"; + $page_heading = "Latest News"; include "header.inc" ?> @@ -15,10 +15,4 @@ (<a href="http://builder.com.com/5100-6375-5136747.html">interview</a>). -<p class="news">December 14, 2003: A new unstable release, -<a href="/downloads.html">valgrind 2.1.0</a>, is available. - -<p class="news">November 11, 2003: A new stable release, -<a href="/downloads.html">valgrind 2.0.0</a>, is available. - <hr> <p> --- devel-home/valgrind/menu.inc #1.13:1.14 @@ -4,4 +4,5 @@ <dt><strong>About</strong> <dt><a href="index.html"> Home</a> +<dt><a href="news.html"> News</a> <dt><a href="overview.html"> Overview</a> <dt><a href="tools.html"> Tools</a> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-28 23:38:59
|
CVS commit by nethercote: Clarify CVS instructions. M +2 -0 cvs.html 1.6 --- devel-home/valgrind/cvs.html #1.5:1.6 @@ -9,4 +9,6 @@ to check out the HEAD from our CVS repository; the <em>modulename</em> is <code>valgrind</code>. Note particularly the information about mirrors. +Once you have checked out the code, follow the instructions in the README +to install. <p> Or, you can <a href="http://webcvs.kde.org/cgi-bin/cvsweb.cgi/valgrind/"> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-29 14:17:16
|
CVS commit by nethercote: Be picky with URLs M +39 -39 users.html 1.48 --- devel-home/valgrind/users.html #1.47:1.48 @@ -15,5 +15,5 @@ <h3>Office Software</h3> <dl> -<dt><a href="http://openoffice.org">OpenOffice</a> +<dt><a href="http://openoffice.org/">OpenOffice</a> <dd>An open source multi-platform office productivity suite. (<a href="http://www.kegel.com/openoffice/valgrindingOOo.html">Examples</a> @@ -23,8 +23,8 @@ <dd>A commercial multi-platform office productivity suite, based on OpenOffice. -<dt><a href="http://www.koffice.org">KOffice</a> +<dt><a href="http://www.koffice.org/">KOffice</a> <dd>A multi-application, integrated office suite. -<dt><a href="http://www.gnumeric.org">Gnumeric</a> +<dt><a href="http://www.gnumeric.org/">Gnumeric</a> <dd>A replacement for proprietary spreadsheets. @@ -40,5 +40,5 @@ <h3>Web Browsers</h3> <dl> -<dt><a href="http://www.mozilla.org">Mozilla</a> +<dt><a href="http://www.mozilla.org/">Mozilla</a> <dd>Web application suite, for browsing, email, IRC chat and HTML editing. @@ -46,11 +46,11 @@ <dd>A lean, fast web browser derived from the Mozilla suite. -<dt><a href="http://www.opera.com">Opera</a> +<dt><a href="http://www.opera.com/">Opera</a> <dd>A fast, multi-platform web browser. -<dt><a href="http://www.konqueror.org">Konqueror</a> +<dt><a href="http://www.konqueror.org/">Konqueror</a> <dd>A web browser, file manager, and universal document viewing application. -<dt><a href="http://galeon.sf.net">Galeon</a> +<dt><a href="http://galeon.sf.net/">Galeon</a> <dd>A web browser for GNOME that uses Mozilla's rendering engine. @@ -62,13 +62,13 @@ <h3>Databases and Search Engines</h3> <dl> -<dt><a href="http://www.mysql.com">MySQL</a> +<dt><a href="http://www.mysql.com/">MySQL</a> <dd>The World's most popular open source database. (A <a href="http://www.mysql.com/doc/en/Tools_used_to_create_MySQL.html">thank you</a> from MySQL.) -<dt><a href="http://www.postgresql.org">PostgreSQL</a> +<dt><a href="http://www.postgresql.org/">PostgreSQL</a> <dd>The World's most advanced open source database. -<dt><a href="http://www.teratext.com">Teratext Database System</a> +<dt><a href="http://www.teratext.com/">Teratext Database System</a> <dd>A terabyte-capable text database. @@ -84,5 +84,5 @@ <dd>A database performance monitoring and acceleration tool. -<dt><a href="http://www.exalead.com">Exalead</a> +<dt><a href="http://www.exalead.com/">Exalead</a> <dd>A search and navigation platform, including search engine, XML processing libraries, and statistical linguistics. @@ -103,8 +103,8 @@ through high-speed networks or the internet. -<dt><a href="http://www.flowtech.se">SHIPFLOW/Chapman</a> +<dt><a href="http://www.flowtech.se/">SHIPFLOW/Chapman</a> <dd>Special purpose software for investigating marine vessel hydrodynamics. -<dt><a href="http://teem.sf.net">Teem</a> +<dt><a href="http://teem.sf.net/">Teem</a> <dd>A collection of C libraries for manipulating and visualizing structured scientific data. @@ -114,8 +114,8 @@ <dd>Numerical libraries for linear finite elements in two dimensions. -<dt><a href="http://www.cactuscode.org">Cactus</a> +<dt><a href="http://www.cactuscode.org/">Cactus</a> <dd>A framework for parallel computation and collaborative code development. -<dt><a href="http://www.harmonyware.com">HarmonyWare</a> +<dt><a href="http://www.harmonyware.com/">HarmonyWare</a> <dd>NURBS-based geometry translator tools. @@ -130,9 +130,9 @@ <h3>Graphics and Visualization</h3> <dl> -<dt><a href="http://www.opensg.org">OpenSG</a> +<dt><a href="http://www.opensg.org/">OpenSG</a> <dd>A portable scenegraph system for creating realtime graphics programs, e.g. for virtual reality applications. -<dt><a href="http://www.equinox3d.com">EQUINOX-3D</a> +<dt><a href="http://www.equinox3d.com/">EQUINOX-3D</a> <dd>A modeling, animation and renderering suite for 3D graphics on Linux and Unix. @@ -142,9 +142,9 @@ browsing. -<dt><a href="http://www.vtk.org">VTK</a> +<dt><a href="http://www.vtk.org/">VTK</a> <dd>An open source software system for 3D computer graphics, image processing, and visualization. -<dt><a href="http://www.paraview.org">ParaView</a> +<dt><a href="http://www.paraview.org/">ParaView</a> <dd>A visualizer for large data sets. </dl> @@ -213,8 +213,8 @@ <h3>Development Environments and Libraries</h3> <dl> -<dt><a href="http://www.kde.org">KDE</a> +<dt><a href="http://www.kde.org/">KDE</a> <dd>An open source graphical desktop environment for Unix workstations. -<dt><a href="http://www.gnome.org">GNOME</a> +<dt><a href="http://www.gnome.org/">GNOME</a> <dd>A desktop environment and developer platform for Unix and Linux systems. @@ -222,8 +222,8 @@ <dd>A multi-platform, C++ application development framework. -<dt><a href="http://opie.handhelds.org">Opie</a> +<dt><a href="http://opie.handhelds.org/">Opie</a> <dd>A graphical user environment for PDAs and other Linux devices. -<dt><a href="http://www.uclibc.org">uClibc</a> +<dt><a href="http://www.uclibc.org/">uClibc</a> <dd>A compact C library for embedded systems. @@ -231,8 +231,8 @@ <dd>GNOME's multi-platform XML C parser and toolkit. -<dt><a href="http://www.boost.org">Boost C++ libraries</a> +<dt><a href="http://www.boost.org/">Boost C++ libraries</a> <dd>A collection of portable C++ source libraries. -<dt><a href="http://xplc.sf.net">XPLC</a> +<dt><a href="http://xplc.sf.net/">XPLC</a> <dd>Lightweight cross-platform components to aid software extension and reuse. </dl> @@ -276,23 +276,23 @@ <h3>System</h3> <dl> -<dt><a href="http://www.samba.org">Samba</a> +<dt><a href="http://www.samba.org/">Samba</a> <dd>An open source suite providing seamless file and print services to SMB/CIFS clients. -<dt><a href="http://www.xinetd.org">Xinetd</a> +<dt><a href="http://www.xinetd.org/">Xinetd</a> <dd>A secure and powerful replacement for inetd, the internet services daemon. (<a href="http://www.securiteam.com/unixfocus/6P00D208UC.html">Example</a> bug found.) -<dt><a href="http://www.ntop.org">ntop</a> +<dt><a href="http://www.ntop.org/">ntop</a> <dd>A network traffic probe that shows network usage. -<dt><a href="http://www.prelude-ids.org">Prelude IDS</a> +<dt><a href="http://www.prelude-ids.org/">Prelude IDS</a> <dd>A hybrid intrusion detection system for network/host security. -<dt><a href="http://synce.sf.net">SynCE</a> +<dt><a href="http://synce.sf.net/">SynCE</a> <dd>A WinCE communications layer. -<dt><a href="http://gimp-print.sf.net">Gimp-Print</a> +<dt><a href="http://gimp-print.sf.net/">Gimp-Print</a> <dd>Printer drivers for use with Ghostscript, CUPS, Foomatic, and The GIMP. @@ -335,8 +335,8 @@ <dd>A turn-based strategy game with a fantasy theme. -<dt><a href="http://crystal.sf.net">Crystal Space</a> +<dt><a href="http://crystal.sf.net/">Crystal Space</a> <dd>A portable 3D game engine. -<dt><a href="http://www.scummvm.org">ScummVM</a> +<dt><a href="http://www.scummvm.org/">ScummVM</a> <dd>A virtual machine for classic graphical adventure games. @@ -366,9 +366,9 @@ <h3>Other</h3> <dl> -<dt><a href="http://www.sas.com">SAS</a> +<dt><a href="http://www.sas.com/">SAS</a> <dd>A 25 MLOC integrated data management, business intelligence and analysis system. -<dt><a href="http://www.gimp.org">The GIMP</a> +<dt><a href="http://www.gimp.org/">The GIMP</a> <dd>The GNU Image Manipulation Program. @@ -377,15 +377,15 @@ and more. -<dt><a href="http://www.sportvision.com">SportVision</a> +<dt><a href="http://www.sportvision.com/">SportVision</a> <dd>Various tools for virtual enhancements to live TV sports broadcasts. -<dt><a href="http://www.chipvision.com">ORINOCO</a> +<dt><a href="http://www.chipvision.com/">ORINOCO</a> <dd>A tool to estimate the power dissipation of hardware/ASIC designs. -<dt><a href="http://www.xmlBlaster.org">xmlBlaster</a> +<dt><a href="http://www.xmlBlaster.org/">xmlBlaster</a> <dd>A publish/subscribe and PtP message oriented middleware with easy access from C, C++, Java, Perl, Python. -<dt><a href="http://www.gtk-papaya.org">Papaya</a> +<dt><a href="http://www.gtk-papaya.org/">Papaya</a> <dd>A GTK+-2.0 MUD client for UNIX and Windows. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-29 14:29:24
|
CVS commit by nethercote: Add CMS, PowerDNS, KolourPaint, LibMSWrite -- we now have 102 projects listed! M +21 -5 users.html 1.49 --- devel-home/valgrind/users.html #1.48:1.49 @@ -92,10 +92,15 @@ <h3>Scientific</h3> <dl> -<dt><a href="http://marsrovers.jpl.nasa.gov/home/">NASA Mars Exploration Rover</a> +<dt><a href="http://marsrovers.jpl.nasa.gov/home/">NASA Mars Exploration + Rover</a> <dd>Navigation and vision systems. -<dt><a href="http://atlas.web.cern.ch/Atlas/Welcome.html">Atlas</a> -<dd>The data acquisition, analysis and simulation software for the Atlas - Experiment at CERN's Large Hadron Collider. +<dt><a href="http://atlas.web.cern.ch/Atlas/Welcome.html">Atlas</a> and + <a href="http://cmsinfo.cern.ch/Welcome.html">CMS</a> experiments at + <a href="http://www.cern.ch">CERN's</a> + <a href="http://lhc-new-homepage.web.cern.ch/lhc-new-homepage/">Large + Hadron Collider</a> +<dd>Data acquisition, reconstruction, analysis, visualisation and + simulation software. <dt><a href="http://www.hlrs.de/organization/pds/projects/pacx-mpi/">PACX-MPI</a> @@ -148,4 +153,7 @@ <dt><a href="http://www.paraview.org/">ParaView</a> <dd>A visualizer for large data sets. + +<dt><a href="http://kolourpaint.sf.net/">KolourPaint</a> +<dd>An easy-to-use paint program for KDE. </dl> @@ -349,7 +357,11 @@ <h3>Internet</h3> <dl> -<dt><a href="http://messenger.yahoo.com/messenger/download/unix.html">Yahoo! Messenger</a> +<dt><a href="http://messenger.yahoo.com/messenger/download/unix.html">Yahoo! + Messenger</a> <dd>A free instant messaging service. +<dt><a href="http://www.powerdns.com">PowerDNS</a> +<dd>A modern, advanced and high performance authoritative-only nameserver. + <dt><a href="http://pan.rebelbase.com/">Pan</a> <dd>A newsreader supporting offline newsreading, article filtering, and @@ -389,4 +401,8 @@ <dt><a href="http://www.gtk-papaya.org/">Papaya</a> <dd>A GTK+-2.0 MUD client for UNIX and Windows. + +<dt><a href="http://sourceforge.net/projects/libmswrite/">LibMSWrite</a> +<dd>A free, platform-independent library that reads and writes the + MS Write 3.0/3.1 document format. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-29 17:50:30
|
CVS commit by nethercote: Added LibVNCServer M +5 -1 users.html 1.50 --- devel-home/valgrind/users.html #1.49:1.50 @@ -98,5 +98,5 @@ <dt><a href="http://atlas.web.cern.ch/Atlas/Welcome.html">Atlas</a> and <a href="http://cmsinfo.cern.ch/Welcome.html">CMS</a> experiments at - <a href="http://www.cern.ch">CERN's</a> + <a href="http://www.cern.ch">CERN</a>'s <a href="http://lhc-new-homepage.web.cern.ch/lhc-new-homepage/">Large Hadron Collider</a> @@ -244,4 +244,8 @@ <dt><a href="http://xplc.sf.net/">XPLC</a> <dd>Lightweight cross-platform components to aid software extension and reuse. + +<dt><a href="http://libvncserver.sf.net/">LibVNCServer</a> +<dd>A free library which makes it fun to write a server that connects to + VNCViewer. </dl> |
|
From: Nicholas N. <nj...@ca...> - 2004-02-29 20:09:50
|
CVS commit by nethercote:
Added Mnet
M +3 -0 users.html 1.51
--- devel-home/valgrind/users.html #1.50:1.51
@@ -409,4 +409,7 @@
<dd>A free, platform-independent library that reads and writes the
MS Write 3.0/3.1 document format.
+
+<dt><a href="http://mnet.sf.net/">Mnet</a>
+<dd>A distributed file store.
</dl>
|