[flexichain-cvs] CVS update: www/index.shtml

Richard Kreuter rkreuter at common-lisp.net
Fri Mar 3 01:36:49 UTC 2006


Update of /home/rkreuter/flexichain/cvsroot/www
In directory clnet:/project/flexichain/www

Modified Files:
	index.shtml 
Log Message:

Finally added some content to the page.

Date: Thu Mar  2 20:36:48 2006
Author: rkreuter

Index: www/index.shtml
diff -u www/index.shtml:1.1.1.1 www/index.shtml:1.2
--- www/index.shtml:1.1.1.1	Thu Mar  2 19:52:26 2006
+++ www/index.shtml	Thu Mar  2 20:36:48 2006
@@ -13,13 +13,91 @@
    <h1><!--#include virtual="project-name" --></h1>
  </div>
 
- <p><em>This is an automatically generated placeholder page: this project
- has not yet created a website.</em></p>
+
+<p>
+  <em>Flexichain</em> is an API for editable sequences. Its primary use
+  is in end-user applications that edit sequences of objects such as
+  text editors (characters), word processors (characters, paragraphs,
+  sections, etc), score editors (notes, clusters, measures, etc),
+  though it can also be used as a stack and a double-ended queue.
+</p>
+
+<p>
+  The <em>flexichain</em> library is used in the
+  <a href="http://common-lisp.net/project/climacs/">Climacs</a> and 
+  <a href="http://common-lisp.net/project/gsharp/">Gsharp</a> editors.
+  It was written by Robert Strandh, Matthieu Villeneuve, and Timothy
+  Moore.
+</p>
+
+ <p>Last release: 
+   <a
+      href="http://www.common-lisp.net/project/flexichain/download/flexichain_latest.tgz">
+     http://www.common-lisp.net/project/flexichain/download/flexichain_latest.tgz</a>
+     - on 8 January 2006.  Download there, or use
+   <span style="font-family:courier;font-size:small;">asdf-install</span>
+ </p>
+
+ <dl>
+   <dt>Documentation</dt>
+   <dd>
+     <ul>
+       <li>
+	 <a href="http://www.common-lisp.net/project/flexichain/download/StrandhVilleneuveMoore.pdf">
+	   Design Document
+	 </a> (PDF)
+       </li>
+       <li>
+	 <a href="http://www.common-lisp.net/project/flexichain/download/flexichain.pdf">
+	   API Documentation
+	 </a> (PDF)
+       </li>
+     </ul>
+   </dd>
+   <dt>Cliki Page</dt>
+   <dd>
+     <a href="http://www.cliki.net/flexichain">
+       http://www.cliki.net/flexichain
+   </a>
+   </dd>
+   <dt>CVS</dt>
+   <dd>
+     <ul>
+       <li>
+	 <a href="http://common-lisp.net/faq.shtml#checkout">Here</a>
+	 are instructions for anoncvs.  The project name
+	 is <em>flexichain</em>.
+       </li>
+       <li>
+	 <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/flexichain/?root=flexichain">
+	   ViewCVS web interface</a>
+       </li>
+     </ul>   
+   </dd>
+   <dt>Mailing lists</dt>
+   <dd>
+     <a href="http://common-lisp.net/mailman/listinfo/flexichain-devel">
+       flexichain-devel
+     </a>
+   </dd>
+ </dl>
+
+
+<!--  <p><em>This is an automatically generated placeholder page: this project -->
+<!--  has not yet created a website.</em></p> -->
 
  <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
 
  <div class="check">
-   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
+   <p>
+     <a href="http://validator.w3.org/check?uri=referer">
+       <img src="http://www.w3.org/Icons/valid-xhtml10"
+            alt="Valid XHTML 1.0 Strict" 
+	    height="31" 
+	    width="88" />
+     </a>
+   </p>
+<!--    <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> -->
  </div>
 </body>
 </html>




More information about the Flexichain-cvs mailing list