|
From: Nicholas N. <nj...@ca...> - 2004-01-31 01:26:43
|
CVS commit by nethercote: Added awards and articles pages. Both don't have much, but it's a start. Put them in the new 'proselytism' section of the menu; moved the users page there too. A articles.html 1.1 A awards.html 1.1 M +10 -5 menu.inc 1.11 --- devel-home/valgrind/menu.inc #1.10:1.11 @@ -1,3 +1,4 @@ -<!-- Minor hack: " " ensures two-word options stay on a single line --> +<!-- Minor hacks: " " used to ensure two-word options stay on a single + line, and also so that there's a blank line between sections. --> <dl> <dt><b>About</b> @@ -5,12 +6,11 @@ <dt><a href="overview.html"> Overview</a> <dt><a href="tools.html"> Tools</a> -<dt><a href="users.html"> Users</a> <dt><a href="related.html"> Related Projects</a> -<p> +<dt> <dt><b>Code</b> <dt><a href="sysreqs.html"> System Requirements</a> <dt><a href="downloads.html">Downloads</a> <dt><a href="cvs.html"> CVS Repository</a> -<p> +<dt> <dt><b>Support</b> <dt><a href="docs.html"> Documentation</a> @@ -19,5 +19,10 @@ <dt><a href="bugs.html"> Bug Reports</a> <dt><a href="features.html"> Feature Requests</a> -<p> +<dt> +<dt><b>Proselytism</b> +<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><a href="surveys.html"> Surveys</a> |