[funds-cvs] r216 - public_html
abaine at common-lisp.net
abaine at common-lisp.net
Mon Apr 28 20:58:02 UTC 2008
Author: abaine
Date: Mon Apr 28 16:58:01 2008
New Revision: 216
Modified:
public_html/index.html
Log:
Edited index.html to refer to funds.pdf.
Modified: public_html/index.html
==============================================================================
--- public_html/index.html (original)
+++ public_html/index.html Mon Apr 28 16:58:01 2008
@@ -13,37 +13,14 @@
<h3>Introduction</h3>
- <p>The goal of the Funds project is to provide portable, purely
- functional, efficient data structures written in Common Lisp. Funds
- is open source software released under the
- <a href="http://www.apache.org/licenses/LICENSE-2.0">
- Apache License
- </a>.</p>
-
- <h3>Mailing Lists</h3>
- <ul>
- <li>
- <a href="http://www.common-lisp.net/mailman/listinfo/funds-devel">
- funds-devel</a><br>for developers</li>
- <li>
- <a href="http://www.common-lisp.net/mailman/listinfo/funds-cvs">
- funds-cvs</a><br>Subversion log feed.</li>
- <li>
- <a href="http://www.common-lisp.net/mailman/listinfo/funds-announce">
- funds-announce</a><br>for announcements.</li>
-
- </ul>
+ <p>Funds provides portable, purely
+ functional, data structures in Common Lisp. Funds was developed as a <a
+ href="http://code.google.com/soc/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>
- <p>Funds is under active development as a <a
- href="http://code.google.com/soc/lispnyc/appinfo.html?csaid=F098323F679401F6">
- Google Summer of Code Project</a>. The current release is the google summer of
-code submission: <a href="funds-gsoc-snapshot.tar.gz"> funds-gsoc-snapshot.tar.gz</a>
-. Further releases can be expected before the end of the summer. In the meantime,
-more recent sources are available from the subversion repository.
-
- </p>
+ <p>The current release of Funds is here: <a href="funds.tar.gz"> funds.tar.gz</a>.</p>
<h3>Project members</h3>
<ul>
@@ -55,7 +32,7 @@
<p>You can <a
href="http://common-lisp.net/websvn/listing.php?repname=funds">
- browse our Subversion repository</a> or download the current development
+ browse the Subversion repository</a> or download the current development
tree via anonymous SVN, as described <a
href="http://common-lisp.net/faq.shtml">here</a></p>
<div class="footer">
More information about the Funds-cvs
mailing list