[movitz-cvs] CVS update: public_html/index.html
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Wed Jan 14 09:32:06 UTC 2004
Update of /project/movitz/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv2913
Modified Files:
index.html
Log Message:
Added info about the CVS repository.
Date: Wed Jan 14 04:32:06 2004
Author: ffjeld
Index: public_html/index.html
diff -u public_html/index.html:1.8 public_html/index.html:1.9
--- public_html/index.html:1.8 Tue Jan 13 10:23:55 2004
+++ public_html/index.html Wed Jan 14 04:32:06 2004
@@ -10,8 +10,7 @@
<body>
<div class="header">
- <h1>Movitz</h1>
- <h2>A movitz common-lisp.net project</h2>
+ <h1>Movitz: a Common Lisp x86 development platform</h1>
</div>
<h3>Introduction</h3>
@@ -49,11 +48,31 @@
<h3>CVS</h3>
- <p>You can <a
+ <p>You can <a
href="http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=movitz#dirlist">
browse our CVS repository</a> or download the current development
tree via anonymous cvs, as described <a
href="http://www.common-lisp.net/faq.shtml">here</a></p>
+
+ <p> There are currently three modules in the repository:
+
+ <ul>
+ <li><pre>ia-x86</pre></li>
+ <li><pre>binary-types</pre></li>
+ <li><pre>movitz</pre></li>
+ </ul>
+
+ <p> The former two are required for building and using the latter.
+
+ <p> Also, both ia-x86 and binary-types have been somewhat tested for
+ portability, whereas Movitz itself has only ever been used with
+ Allegro CL.
+
+ <p> I'm hoping that someone with experience with other lisp
+ implementations than Allegro can make movitz runnable under their
+ system, and submit patches to that effect to
+ movitz-devel at common-lisp.net.
+
<div class="footer">
<a href="ffjeld (at) common-lisp (dot) net">Frode V. Fjeld</a>, 13 Jan. 2004.
More information about the Movitz-cvs
mailing list