Copyright updated.
Annotate for file docs/html/downloads.html
2004-11-17 mantoniotti 1 <html>
22:19:54 ' 2 <head>
' 3 <title>CL Unification Download Page</title>
' 4 <link rel="stylesheet" href="main.css">
' 5 </head>
' 6
' 7 <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" bgcolor="#ffffff">
' 8
' 9 <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" vspace="0" hspace="0">
' 10 <tr>
' 11 <td colspan="3">
' 12 <div class="header"
' 13 style="font-family:=Verdana,Arial,Helvetica; font-size: 18px; color: #41286f;">
' 14 <strong><i>CL Extensions: UNIFICATION</i><string>
' 15 <div class="navigation">
' 16 <a href="index.html" class="navigation-link">Home</a>
' 17 | <a href="downloads.html" class="navigation-link-selected">Downloads</a>
2005-07-25 mantoniotti 18 | <a href="links.html" class="navigation-link">Links</a>
2004-11-17 mantoniotti 19 </div>
22:19:54 ' 20 </div>
' 21 <div class="black-line"><img src="images/shim.gif" height="1" width="1"></div>
' 22 <div class="middle-bar"><img src="images/shim.gif" height="5" width="1"></div>
' 23 <div class="black-line"><img src="images/shim.gif" height="1" width="1"></div>
' 24 </td>
' 25 </tr>
' 26
' 27 <tr height="100%">
' 28 <td height="100%">&nbsp;<div class="sidebar"></div></td>
' 29 <td valign="top" width="80%" height="100%">
' 30
' 31 <div class="content">
' 32 <div class="text" style="padding-top: 10px;">
' 33
' 34 <h1>CL-UNIFICATION Download Page</h1>
' 35
' 36
' 37 <hr>
' 38 <em>
' 39 <p>
' 40 <b>DISCLAIMER:</b> The code associated to these documents is not
' 41 completely tested and it is bound to contain errors and omissions.
' 42 This documentation may contain errors and omissions as well.</p>
' 43
2005-05-19 mantoniotti 44 <p>The file <tt>COPYING</tt> contains a Berkeley-style license. You
22:49:59 ' 45 are advised to use the code at your own risk. No warranty
' 46 whatsoever is provided, the author will not be held responsible for
' 47 any effect generated by your use of the library, and you can put
' 48 here the scarier extra disclaimer you can think of.
2004-11-17 mantoniotti 49 </p>
22:19:54 ' 50 </em>
' 51 <hr>
' 52
' 53
' 54 <h2>Download and CVS Repository</h2>
' 55
' 56 <p>The CVS repository is <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cl-unification/?cvsroot=cl-unification">here</a>. You can download a tarball directly from there.</p>
' 57
' 58
' 59
' 60
' 61
' 62
' 63
' 64 <!--
' 65 ;;; Copyright (c) 2004-2005 Marco Antoniotti, All rigths reserved.
' 66 ;;;
' 67 ;;; Permission to use, modify, and redistribute this code is hereby
' 68 ;;; granted.
' 69 ;;; The code is provided AS IS with NO warranty whatsoever. The author
' 70 ;;; will not be held liable etc etc etc etc etc.
' 71 -->
' 72
' 73 <h2>Site Map</h2>
' 74
' 75
' 76 <p>Enjoy!</p>
' 77
' 78
' 79
' 80 <hr>
' 81 <p>Questions? Queries? Suggestions? Comments? Please direct them
' 82 at <a href="mailto:marcoxa_PROVA_A_SPAMMARME@alu.org">me</a>.
' 83 </p>
' 84
' 85 </div>
' 86 </div>
' 87
' 88 </td>
' 89
' 90 <!-- <td height="100%">&nbsp;</td> -->
' 91 </tr>
' 92
' 93 <tr height="100%">
' 94 <td height="100%">&nbsp;</td>
' 95 <td valign="top" width="80%" height="100%">
' 96
' 97 <div class="content">
' 98 <div class="text" style="padding-top: 10px;">
' 99
2011-04-02 mantoniotti 100 <!-- <h1>News</h1>
2004-11-17 mantoniotti 101
22:19:54 ' 102 <p>News in chronological order, most recent on top.
' 103 </p>
' 104
' 105 <ul>
' 106 <li><strong>2005-01-28</strong><br>
' 107 Updated.
' 108 <li><strong>2004-05-05</strong><br>
' 109 Started the site.
' 110 </li>
' 111 </ul>
2011-04-02 mantoniotti 112 -->
2004-11-17 mantoniotti 113 </div>
22:19:54 ' 114 </div>
' 115
' 116 </td>
' 117
' 118 <td height="100%">&nbsp;</td>
' 119 </tr>
' 120
' 121
' 122
' 123
' 124 <tr>
' 125 <td colspan="3" valign="bottom" align="right">
' 126 <div class="copyright">
2011-04-02 mantoniotti 127 &copy; 2003-2011, Marco Antoniotti, all rights reserved.
2004-11-17 mantoniotti 128 </div>
22:19:54 ' 129 </td>
' 130 </tr>
' 131
' 132 </table>
' 133 </body>
' 134 </html>