[funds-cvs] r218 - public_html
abaine at common-lisp.net
abaine at common-lisp.net
Mon Apr 28 21:23:13 UTC 2008
Author: abaine
Date: Mon Apr 28 17:23:13 2008
New Revision: 218
Modified:
public_html/index.html
Log:
Fixed a few validation problems in index.html
Modified: public_html/index.html
==============================================================================
--- public_html/index.html (original)
+++ public_html/index.html Mon Apr 28 17:23:13 2008
@@ -1,11 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Funds</title>
-
-
-
-
- <link rel="stylesheet" type="text/css" href="style.css">
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head><body>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>Funds</title>
+ <link rel="stylesheet" type="text/css" href="style.css"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+</head>
+<body>
<div class="header">
<h1>Funds</h1>
<h2>Functional Data Structures in Common Lisp</h2>
@@ -14,8 +14,8 @@
<h3>Introduction</h3>
<p>Funds provides portable, purely
- functional, data structures in Common Lisp. Funds was developed as a <a
- href="http://code.google.com/soc/2007/lispnyc/appinfo.html?csaid=F098323F679401F6">Google Summer of Code Project</a>. Read more about my motivation for developing funds, and a description of the effectiveness of using tree-backed data structures in my Google Summer of Code application: <a href="funds.pdf">funds.pdf</a>. Funds is open source software released under the <a href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License</a>.</p>
+ functional data structures in Common Lisp. Funds was developed as a <a
+ href="http://code.google.com/soc/2007/lispnyc/appinfo.html?csaid=F098323F679401F6">Google Summer of Code Project</a>. Read more about my motivation for developing funds, and a description of the effectiveness of using tree-backed data structures in my Google Summer of Code application, <a href="funds.pdf">funds.pdf</a>. Funds is open source software released under the <a href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License</a>.</p>
<h3>Download</h3>
More information about the Funds-cvs
mailing list