[m-rev.] diff: comment out deep profiler demo

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Nov 6 11:36:54 AEDT 2002


Estimated hours taken: 0.1
Branches: main

w3/information/include/deep_demo.inc:
	Comment out the demo section, since it points to venus which is
	not accessible from outside for security reasons, and since
	the demo is currently broken anyway (and has been since January).

w3/include/menubar.inc:
	s/Deep profiler demo/Deep profiler/

Workspace: /home/ceres/fjh/mercury
Index: w3/include/menubar.inc
===================================================================
RCS file: /home/mercury1/repository/w3/include/menubar.inc,v
retrieving revision 1.17
diff -u -d -r1.17 menubar.inc
--- w3/include/menubar.inc	19 Oct 2001 05:24:24 -0000	1.17
+++ w3/include/menubar.inc	6 Nov 2002 00:26:35 -0000
@@ -20,7 +20,7 @@
     <BR>
     <a href="<?echo $root?>/information/papers.html">Papers</a>
     <BR>
-    <a href="<?echo $root?>/information/deep_demo.html">Deep profiler demo</a>
+    <a href="<?echo $root?>/information/deep_demo.html">Deep profiler</a>
     <BR>
    &nbsp<a href="<?echo $root?>/information/developer.html">Developers</a>
     <BR>
Index: w3/information/include/deep_demo.inc
===================================================================
RCS file: /home/mercury1/repository/w3/information/include/deep_demo.inc,v
retrieving revision 1.2
diff -u -d -r1.2 deep_demo.inc
--- w3/information/include/deep_demo.inc	2 Aug 2001 10:05:56 -0000	1.2
+++ w3/information/include/deep_demo.inc	6 Nov 2002 00:25:20 -0000
@@ -97,6 +97,12 @@
 a web page containing the requested information,
 which will typically contain links that generate other requests.
 
+<?
+/*---------------------------------------------------------------------------*/
+/* XXX The deep profiler demo is currently not working.  */
+if (0) {
+?>
+
 <h3>Demo</h3>
 
 We have made three profiling data files available for you to explore.
@@ -127,6 +133,12 @@
 calculates the volume of a 3D shape using Monte Carlo methods.
 This program uses higher order constructs quite intensively.
 </ul>
+
+<?
+}
+/*---------------------------------------------------------------------------*/
+?>
+
 
 <h3>Availability</h3>
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list