[m-rev.] diff: fix HTML errors in papers.html

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Oct 7 15:07:34 AEST 2002


Branches: main
Estimated hours taken: 1

w3/information/include/papers.inc:
	Fix HTML errors.

Workspace: /home/ceres/fjh/mercury
Index: w3/information/include/papers.inc
===================================================================
RCS file: /home/mercury1/repository/w3/information/include/papers.inc,v
retrieving revision 1.36
diff -u -d -r1.36 papers.inc
--- w3/information/include/papers.inc	5 Sep 2002 16:21:58 -0000	1.36
+++ w3/information/include/papers.inc	7 Oct 2002 05:02:42 -0000
@@ -144,8 +144,8 @@
 <strong>
 <a href="papers.html#memory_reuse_analysis">
 A module based analysis for memory reuse in Mercury
-</strong>
 </a>
+</strong>
 <br>
 Nancy Mazur, Gerda Janssens and Maurice Bruynooghe.
 <em>ICCL'00</em>, London.  <em>LNAI</em>.
@@ -155,8 +155,8 @@
 <strong>
 <a href="papers.html#tail_lopstr_lncs">
 Making Mercury programs tail recursive
-</strong>
 </a>
+</strong>
 <br>
 Peter Ross, David Overton and Zoltan Somogyi.
 <em>LOPSTR'99</em>, Venice, Italy.  <em>LNCS</em>.
@@ -287,8 +287,8 @@
 <strong>
 <a href = "papers.html#jicslpw">
 Status of the Mercury system
-</strong>
 </a>
+</strong>
 <br>
 Zoltan Somogyi, Fergus Henderson, Thomas Conway, Andrew Bromage,
 Tyson Dowd, David Jeffery, Peter Ross, Peter Schachte and Simon Taylor.
@@ -444,9 +444,11 @@
 
 </ul>
 
-<!---------- The Aditi interface is not useful yet
---------------------------------------------------
-
+<?
+/*---------------------------------------------------------------------------*/
+/* The aditi interface is not useful yet.  */
+if (0) {
+?>
 <li>
 <strong>
 <a href = "papers.html#tr90-2">
@@ -458,9 +460,10 @@
 David B. Kemp and Kotagiri Ramamohanarao and Zoltan Somogyi. 
 <br>
 <em>Tech Report 90/2</em>, Melbourne, 1997.
-
---------------------------------------------------
--------------------------------------------------->
+<?
+}
+/*---------------------------------------------------------------------------*/
+?>
  
 <h3><a href = "papers.html#presentations">Presentations</a></h3>
 <ul>
@@ -874,7 +877,6 @@
 © 
 <a href="http://www.springer.de/comp/lncs/index.html">Springer-Verlag</a>.
 <a href = "papers/hlc_cc.ps.gz">Available here (67K)</a>.
-</a>
 <p>
 Many logic programming implementations compile to C,
 but they compile to very low-level C, and thus discard many
@@ -1707,15 +1709,21 @@
 transactions and updates that is used in the Mercury ODBC database
 interface.
 </a>
-<!---------- The Aditi interface is not useful yet
---------------------------------------------------
+
+<?
+/*---------------------------------------------------------------------------*/
+/* The aditi interface is not useful yet.  */
+if (0) {
+?>
 The same kind of approach is also used in
 the Mercury interface to the Aditi deductive
 database system (see the "Aditi deductive database interface"
 section in Mercury Language Reference Manual listed under 
 "Implementation dependent pragmas" in the "Pragmas" chapter).
---------------------------------------------------
--------------------------------------------------->
+<?
+}
+/*---------------------------------------------------------------------------*/
+?>
 
 <p>
 <ul>
@@ -1739,10 +1747,11 @@
 with cover page.
 </a>
 
-</ul>
-
-<!---------- The Aditi interface is not useful yet
---------------------------------------------------
+<?
+/*---------------------------------------------------------------------------*/
+/* The aditi interface is not useful yet.  */
+if (0) {
+?>
 
 <a name="tr90-2">
 The following paper is also relevant to the Aditi interface mentioned above.
@@ -1774,14 +1783,16 @@
 available here (560K).
 </a>
 
+<?
+}
+/*---------------------------------------------------------------------------*/
+?>
+ 
 </ul>
 
---------------------------------------------------
--------------------------------------------------->
- 
 <hr>
 
-<h2><a name="presentations">Presentations on Mercury<a></h2>
+<h2><a name="presentations">Presentations on Mercury</a></h2>
 
 <ul>
 

-- 
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