[m-rev.] diff: Fix deep profiler demo URLs on the website.

Paul Bone pbone at csse.unimelb.edu.au
Fri Aug 27 17:45:06 AEST 2010


Fix some of the deep profiler demo URLs on the website.

Information/include/deep_demo.inc:
    Some of the URLs where missing the CGI script name and parameters
    separator, a question mark.

Index: information/include/deep_demo.inc
===================================================================
RCS file: /home/mercury1/repository/w3/information/include/deep_demo.inc,v
retrieving revision 1.5
diff -u -p -b -r1.5 deep_demo.inc
--- information/include/deep_demo.inc	21 Aug 2010 01:57:28 -0000	1.5
+++ information/include/deep_demo.inc	27 Aug 2010 07:41:45 -0000
@@ -109,18 +109,18 @@ from one of these data files.
 <ul>
 <li>
 <a href =
-"http://taura.csse.unimelb.edu.au/cgi-bin/mdprof_stable_cgi/home/taura/zs/www_deep_profiler_demo/monte.data">monte</a>:
+"http://taura.csse.unimelb.edu.au/cgi-bin/mdprof_stable_cgi?/home/taura/zs/www_deep_profiler_demo/monte.data">monte</a>:
 the profiled executable is a program that
 calculates the volume of a 3D shape using Monte Carlo methods.
 This program uses higher order constructs quite intensively.
 <li>
 <a href =
-"http://taura.csse.unimelb.edu.au/cgi-bin/mdprof_stable_cgi/home/taura/zs/www_deep_profiler_demo/icfp2000_par_snowgoon.data">icfp2000</a>:
+"http://taura.csse.unimelb.edu.au/cgi-bin/mdprof_stable_cgi?/home/taura/zs/www_deep_profiler_demo/icfp2000_par_snowgoon.data">icfp2000</a>:
 the profiled executable is a ray tracer,
 whose task on this run was to generate a picture of a snowman.
 <li>
 <a href =
-"http://taura.csse.unimelb.edu.au/cgi-bin/mdprof_stable_cgi/home/taura/zs/www_deep_profiler_demo/mparsegen_zinc.data">mparsegen</a>:
+"http://taura.csse.unimelb.edu.au/cgi-bin/mdprof_stable_cgi?/home/taura/zs/www_deep_profiler_demo/mparsegen_zinc.data">mparsegen</a>:
 the profiled executable is a parser generator,
 whose task on this run was to try and generate an LR(1) parser
 for one version of the grammar of the Zinc constraint programming language.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20100827/482172a9/attachment.sig>


More information about the reviews mailing list