mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-18 07:15:19 +00:00
Estimated hours taken: 4 Translated plain text docs to HTML. This obviously creates a dual update problem. We should solve this by putting the plain text docs in the attic and retaining the HTML. Also added the HTML files to the Mmakefile so they are installed on the web pages. The other documents in compiler/notes will be HTMLized soon. compiler/notes/ Mmakefiles ALLOCATION.html AUTHORS.html CODING_STANDARDS.html COMPILER_DESIGN.html GC_AND_C_CODE.html GLOSSARY.html MODULE_SYSTEM.html RELEASE_CHECKLIST.html REVIEWS.html TODO.html
63 lines
1.3 KiB
HTML
63 lines
1.3 KiB
HTML
|
|
|
|
<html>
|
|
<head>
|
|
<title>
|
|
Authors
|
|
</title>
|
|
</head>
|
|
|
|
<body
|
|
bgcolor="#ffffff"
|
|
text="#000000"
|
|
>
|
|
|
|
<hr>
|
|
<!-------------------------->
|
|
|
|
<p>
|
|
|
|
Each source file should contain a comment indicating the
|
|
main author(s) of that file. This is done not out of vanity,
|
|
but so that you know who to blame ;-). If you find any
|
|
of the source code difficult to understand or insufficiently
|
|
commented, complain to the author.
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
<td>benyi <td>Tibor Benyi <td>benyi@cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>bromage <td>Andrew Bromage <td>bromage@cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>conway <td>Tom Conway <td>conway@cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>dgj <td>David Jeffery <td>dgj@students.cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>dylan <td>Dylan Shuttleworth <td>dylan@cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>fjh <td>Fergus Henderson <td>fjh@cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>ksiew <td>Steven Siew <td>ksiew@cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>petdr <td>Peter Ross <td>petdr@cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>squirrel <td>Jane Langley <td>jal@cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>stayl <td>Simon Taylor <td>stayl@students.cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>trd <td>Tyson Dowd <td>trd@students.cs.mu.oz.au </tr>
|
|
<tr>
|
|
<td>zs <td>Zoltan Somogyi <td>zs@cs.mu.oz.au </tr>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
<hr>
|
|
<!-------------------------->
|
|
|
|
Last update was $Date: 1997-04-03 05:17:03 $ by $Author: aet $@cs.mu.oz.au. <br>
|
|
</body>
|
|
</html>
|