[cl-enumeration-cvs] CVS enumerations/docs/html
CVS User mantoniotti
mantoniotti at common-lisp.net
Fri Dec 28 10:14:56 UTC 2012
Update of /project/cl-enumeration/cvsroot/enumerations/docs/html
In directory tiger.common-lisp.net:/tmp/cvs-serv14580
Modified Files:
concepts.html current-function.html downloads.html
enumerate-function.html enumerations-dictionary.html
enumerations-package.html foreach-macro.html
has-next-function.html has-previous-function.html index.html
next-function.html previous-function.html range-function.html
reset-function.html
Added Files:
links.html
Log Message:
Added missing file 'links.html', fixed several broken links, updated
copyright notices.
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/concepts.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/concepts.html 2012/12/28 10:14:56 1.2
@@ -147,7 +147,7 @@
<!--
-;;; Copyright (c) 2003-2005 Marco Antoniotti, All rigths reserved.
+;;; Copyright (c) 2003-2013 Marco Antoniotti, All rigths reserved.
;;;
;;; Permission to use, modify, and redistribute this code is hereby
;;; granted.
@@ -156,7 +156,7 @@
-->
-
+<!--
<h2>Site Map</h2>
@@ -168,7 +168,7 @@
<p>Questions? Queries? Suggestions? Comments? Please direct them
at <a href="mailto:marcoxa_PROVA_A_SPAMMARME at alu.org">me</a>.
</p>
-
+-->
</div>
</div>
@@ -184,7 +184,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -194,6 +194,8 @@
Started the document.
</li>
</ul>
+
+ -->
</div>
</div>
@@ -209,7 +211,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/current-function.html 2005/03/10 17:57:32 1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/current-function.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Standard Generic Function CURRENT</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="enumerations-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
+ | <a href="has-previous-function.html" class="navigation-link">Previous</a>
+ | <a href="reset-function.html" class="navigation-link">Next</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -109,7 +110,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -120,7 +121,8 @@
</li>
</ul>
-
+-->
+
</div>
</div>
@@ -135,7 +137,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/downloads.html 2005/03/10 16:50:58 1.5
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/downloads.html 2012/12/28 10:14:56 1.6
@@ -64,7 +64,7 @@
<!--
-;;; Copyright (c) 2004-2005 Marco Antoniotti, All rigths reserved.
+;;; Copyright (c) 2004-2013 Marco Antoniotti, All rigths reserved.
;;;
;;; Permission to use, modify, and redistribute this code is hereby
;;; granted.
@@ -72,7 +72,8 @@
;;; will not be held liable etc etc etc etc etc.
-->
- <h2>Site Map</h2>
+<!--
+ <h2>Site Map</h2>
<p>Enjoy!</p>
@@ -83,7 +84,7 @@
<p>Questions? Queries? Suggestions? Comments? Please direct them
at <a href="mailto:marcoxa_PROVA_A_SPAMMARME at alu.org">me</a>.
</p>
-
+-->
</div>
</div>
@@ -99,7 +100,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -111,7 +112,7 @@
Started the site.
</li>
</ul>
-
+-->
</div>
</div>
@@ -126,7 +127,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2004, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/enumerate-function.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/enumerate-function.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Standard Generic Function ENUMERATE</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
| <a href="enumerations-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ | <a href="foreach-macro.html" class="navigation-link">Next</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -238,7 +239,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -249,7 +250,7 @@
</li>
</ul>
-
+-->
</div>
</div>
@@ -264,7 +265,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/enumerations-dictionary.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/enumerations-dictionary.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,8 @@
<strong><i>CL Extensions: ENUMERATIONS Dictionary</i><string>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="index.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ <!-- | <a href="index.html" class="navigation-link">Previous</a> -->
+ <!-- | <a href="index.html" class="navigation-link">Next</a> -->
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -58,6 +58,7 @@
;;; will not be held liable etc etc etc etc etc.
-->
+ <!--
<h2>Site Map</h2>
@@ -69,7 +70,7 @@
<p>Questions? Queries? Suggestions? Comments? Please direct them
at <a href="mailto:marcoxa_PROVA_A_SPAMMARME at alu.org">me</a>.
</p>
-
+ -->
</div>
</div>
@@ -85,7 +86,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -99,7 +100,7 @@
Started the site.
</li>
</ul>
-
+-->
</div>
</div>
@@ -114,7 +115,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/enumerations-package.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/enumerations-package.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Package COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="unification-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ <!-- | <a href="enumerations-package.html" class="navigation-link">Previous</a> -->
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
+ | <a href="enumerate-function.html" class="navigation-link">Next</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -77,12 +78,12 @@
order to appease ACL Modern mode.</li>
<li>The actual package name is
- <code>"ORG.NTUNIOTT.COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS"</code>.
+ <code>"IT.UNIMIB.DISCO.MA.COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS"</code>.
The "name"
<code>"COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS"</code>
is actually a nickname. You can re-implement the whole package with
- similar interfaces and using the same nickname but different package
- name. That way most CL implementations will complain is they see
+ similar interfaces using the same nickname but a different package
+ name. That way most CL implementations will complain if they see
two different implementations of
<code>"COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.ENUMERATIONS"</code>
in their running image.</li>
@@ -101,7 +102,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -112,7 +113,8 @@
</li>
</ul>
-
+-->
+
</div>
</div>
@@ -127,7 +129,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/foreach-macro.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/foreach-macro.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Macro FOREACH</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="enumerations-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
+ | <a href="enumerate-function.html" class="navigation-link">Previous</a>
+ | <a href="range-function.html" class="navigation-link">Next</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -177,7 +178,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -188,7 +189,7 @@
</li>
</ul>
-
+-->
</div>
</div>
@@ -203,7 +204,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/has-next-function.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/has-next-function.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Standard Generic Function HAS-NEXT-P</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="enumerations-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
+ | <a href="next-function.html" class="navigation-link">Previous</a>
+ | <a href="previous-function.html" class="navigation-link">Next</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -115,7 +116,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -126,7 +127,8 @@
</li>
</ul>
-
+ -->
+
</div>
</div>
@@ -141,7 +143,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/has-previous-function.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/has-previous-function.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Standard Generic Function HAS-PREVIOUS-P</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="enumerations-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
+ | <a href="previous-function.html" class="navigation-link">Previous</a>
+ | <a href="current-function.html" class="navigation-link">Next</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -114,7 +115,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -125,7 +126,8 @@
</li>
</ul>
-
+-->
+
</div>
</div>
@@ -140,7 +142,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/index.html 2012/01/16 15:50:59 1.3
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/index.html 2012/12/28 10:14:56 1.4
@@ -95,7 +95,7 @@
<!--
-;;; Copyright (c) 2003-2005 Marco Antoniotti, All rigths reserved.
+;;; Copyright (c) 2003-2013 Marco Antoniotti, All rigths reserved.
;;;
;;; Permission to use, modify, and redistribute this code is hereby
;;; granted.
@@ -104,6 +104,7 @@
-->
+<!--
<h2>Site Map</h2>
@@ -116,6 +117,7 @@
<p>Questions? Queries? Suggestions? Comments? Please direct them
at <a href="mailto:marcoxa_PROVA_A_SPAMMARME at alu.org">me</a>.
</p>
+-->
</div>
</div>
@@ -160,7 +162,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2012, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/next-function.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/next-function.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Standard Generic Function NEXT</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="enumerations-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
+ | <a href="range-function.html" class="navigation-link">Previous</a>
+ | <a href="has-next-function.html" class="navigation-link">Next</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -97,7 +98,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -108,7 +109,8 @@
</li>
</ul>
-
+-->
+
</div>
</div>
@@ -123,7 +125,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/previous-function.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/previous-function.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Standard Generic Function PREVIOUS</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="enumerations-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
+ | <a href="has-next-function.html" class="navigation-link">Previous</a>
+ | <a href="has-previous-function.html" class="navigation-link">Next</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -97,7 +98,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -108,7 +109,8 @@
</li>
</ul>
-
+-->
+
</div>
</div>
@@ -123,7 +125,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/range-function.html 2005/03/09 18:18:02 1.1.1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/range-function.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Function RANGE</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="enumerations-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
+ | <a href="foreach-macro.html" class="navigation-link">Previous</a>
+ | <a href="next-function.html" class="navigation-link">Next</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -114,7 +115,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -125,7 +126,8 @@
</li>
</ul>
-
+-->
+
</div>
</div>
@@ -140,7 +142,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/reset-function.html 2005/03/10 22:35:03 1.1
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/reset-function.html 2012/12/28 10:14:56 1.2
@@ -14,8 +14,9 @@
<strong><i>CL Enumerations: Standard Generic Function RESET</title></i></strong>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
- | <a href="enumerations-package.html" class="navigation-link">Previous</a>
- | <a href="index.html" class="navigation-link">Next</a>
+ | <a href="enumerations-dictionary.html" class="navigation-link">Dictionary</a>
+ | <a href="current-function.html" class="navigation-link">Previous</a>
+ <!-- | <a href="index.html" class="navigation-link">Next</a> -->
| <a href="downloads.html" class="navigation-link">Downloads</a>
| <a href="links.html" class="navigation-link">Links</a>
</div>
@@ -125,7 +126,7 @@
<div class="content">
<div class="text" style="padding-top: 10px;">
- <h1>News</h1>
+<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
@@ -136,7 +137,8 @@
</li>
</ul>
-
+-->
+
</div>
</div>
@@ -151,7 +153,7 @@
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
- © 2003-2005, Marco Antoniotti, all rights reserved.
+ © 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
--- /project/cl-enumeration/cvsroot/enumerations/docs/html/links.html 2012/12/28 10:14:56 NONE
+++ /project/cl-enumeration/cvsroot/enumerations/docs/html/links.html 2012/12/28 10:14:56 1.1
<html>
<head>
<title>CL Enumeration Links</title>
<link rel="stylesheet" href="main.css">
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" vspace="0" hspace="0">
<tr>
<td colspan="3">
<div class="header"
style="font-family:=Verdana,Arial,Helvetica; font-size: 18px; color: #41286f;">
<strong><i>CL Extensions: Enumerations</i><string>
<div class="navigation">
<a href="index.html" class="navigation-link">Home</a>
| <a href="downloads.html" class="navigation-link">Downloads</a>
<!-- | <a href="links.html" class="navigation-link-selected">Links</a> -->
</div>
</div>
<div class="black-line"><img src="images/shim.gif" height="1" width="1"></div>
<div class="middle-bar"><img src="images/shim.gif" height="5" width="1"></div>
<div class="black-line"><img src="images/shim.gif" height="1" width="1"></div>
</td>
</tr>
<tr height="100%">
<td height="100%"> </td>
<td valign="top" width="80%" height="100%">
<div class="content">
<div class="text" style="padding-top: 10px;">
<h1>Links</h1>
<p>Here are some links which are pertinent to the
<strong>CL Enumerations</strong> project.</p>
<p>
<ul>
<li><a href="http://common-lisp.net">common-lisp.net</a>: the host site.</li>
<!-- <li><a href="http://clocc.sourceforge.net">CLOCC</a>: the site
hosting <strong>MK:DEFSYSTEM</strong>.</li> -->
<li><a href="http://java.sum.com">The Java site</a></li>
<li><a href="http://mitpress.mit.edu/sicp">Structure and Interpretation of Computer Programs</a>: the SICP site, where inspiration for the unifier can be found.</li>
<li><a href="http://www.norvig.com/paip.html">Paradigms of Artificial Intelligence Programming</a>: the PAIP site, where more inspiration for the unifier can be found.</li>
</ul>
</p>
<!--
;;; Copyright (c) 2004 Marco Antoniotti, All rigths reserved.
;;;
;;; Permission to use, modify, and redistribute this code is hereby
;;; granted.
;;; The code is provided AS IS with NO warranty whatsoever. The author
;;; will not be held liable etc etc etc etc etc.
-->
<!-- <hr>
<p>Questions? Queries? Suggestions? Comments? Please direct them
at <a href="mailto:marcoxa_PROVA_A_SPAMMARME at alu.org">me</a>.
</p>
-->
</div>
</div>
</td>
<!-- <td height="100%"> </td> -->
</tr>
<tr height="100%">
<td height="100%"> </td>
<td valign="top" width="80%" height="100%">
<div class="content">
<div class="text" style="padding-top: 10px;">
<!-- <h1>News</h1>
<p>News in chronological order, most recent on top.
</p>
<ul>
<li><strong>2005-05-20</strong><br>
Updated (but not completed) the page.
</li>
<li><strong>2005-04-20</strong><br>
Fixed (but not completed) the page.
</li>
<li><strong>2004-04-12</strong><br>
Started the site.
</li>
</ul>
-->
</div>
</div>
</td>
<td height="100%"> </td>
</tr>
<tr>
<td colspan="3" valign="bottom" align="right">
<div class="copyright">
© 2003-2013, Marco Antoniotti, all rights reserved.
</div>
</td>
</tr>
</table>
</body>
</html>
More information about the Cl-enumeration-cvs
mailing list