[m-rev.] diff: [www] fix broken links on papers page
Julien Fischer
jfischer at opturion.com
Mon Jun 3 15:29:06 AEST 2013
Fix broken links on papers page.
documentation/papers/fjh_hons.ps.gz:
Add a copy of Fergus's honours thesis -- previously this
was hosted on his old CS webpage, which has long since been
deleted.
documentation/papers/iclp87.ps.gz:
Add a local copy of one of Zoltan's papers.
documentation/include/papers.inc:
Fix links for the above papers.
Delete the broken link to David Kemp's thesis. (I cannot locate
a copy of this online.)
Julien.
diff --git a/documentation/include/papers.inc b/documentation/include/papers.inc
index 5aa5975..1516da7 100644
--- a/documentation/include/papers.inc
+++ b/documentation/include/papers.inc
@@ -3830,7 +3830,7 @@ Proceedings of the Fourth International Conference on Logic Programming,
</em>
Melbourne, Australia, May 1987, pages 769-787.
<br>
-<a href = "http://www.cs.mu.oz.au/~zs/papers/iclp87.ps.gz">
+<a href = "papers/iclp87.ps.gz">
Available here (40K).
</a>
<p>
@@ -3849,8 +3849,7 @@ Honours Report.
</em>
Department of Computer Science, University of Melbourne, November 1992.
<br>
-<a href = "http://www.cs.mu.oz.au/~fjh/papers/hons_thesis.ps.gz">
-Available here (114K).
+<a href = "papers/fjh_hons.ps.gz">Available here (114K).
</a>
<p>
@@ -3920,9 +3919,7 @@ Note that this paper incorrectly claims that
the context transformation can be applied to
mixed-linear predicates containing pseudo-left-linear rules
as well as other linear rules.
-It is corrected in David Kemp's thesis,
-<a href = "http://www.cs.mu.oz.au/~kemp/papers/thesis.ps.gz">
-available here (560K).
+It is corrected in David Kemp's thesis.
</a>
</ul>
diff --git a/documentation/papers/fjh_hons.ps.gz b/documentation/papers/fjh_hons.ps.gz
new file mode 100644
index 0000000..8577d7b
Binary files /dev/null and b/documentation/papers/fjh_hons.ps.gz differ
diff --git a/documentation/papers/iclp87.ps.gz b/documentation/papers/iclp87.ps.gz
new file mode 100644
index 0000000..77977fb
Binary files /dev/null and b/documentation/papers/iclp87.ps.gz differ
More information about the reviews
mailing list