[cxml-cvs] CVS cxml/doc
dlichteblau
dlichteblau at common-lisp.net
Sun Oct 7 14:58:26 UTC 2007
Update of /project/cxml/cvsroot/cxml/doc
In directory clnet:/tmp/cvs-serv20897/doc
Modified Files:
index.xml installation.xml
Log Message:
updated documentation for the closure-common split
--- /project/cxml/cvsroot/cxml/doc/index.xml 2007/10/03 15:23:40 1.18
+++ /project/cxml/cvsroot/cxml/doc/index.xml 2007/10/07 14:58:26 1.19
@@ -51,6 +51,18 @@
<a name="changes"/>
<h3>Recent Changes</h3>
+ <div style="background-color: #f7f7f7;
+ width: 60%;
+ border: solid #9c0000;
+ margin: 0em 2pt 1em 2em;
+ padding: 1em">
+ Runes have now been moved into
+ a <b>separate CVS module</b> unter the
+ name <b>closure-common</b>. Releases will be available
+ as <b>separate tarballs</b> in the download directory. Please
+ refer to the <a href="installation.html#download">
+ installation instructions</a> for details.
+ </div>
<p class="nomargin"><tt>rel-2007-xx-yy</tt></p>
<ul class="nomargin">
<li>
--- /project/cxml/cvsroot/cxml/doc/installation.xml 2007/05/26 21:55:58 1.3
+++ /project/cxml/cvsroot/cxml/doc/installation.xml 2007/10/07 14:58:26 1.4
@@ -5,12 +5,14 @@
<h2>Download</h2>
<ul>
<li>
- <div><a href="http://common-lisp.net/project/cxml/download/">tarballs</a></div>
+ <div>Download <a href="http://common-lisp.net/project/cxml/download/">tarballs</a> for both cxml itself and closure-common.</div>
</li>
<li>
<div>
- Anoncvs (<a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cxml/?cvsroot=cxml">browse</a>):
- <pre>cvs -d :pserver:anonymous:anonymous at common-lisp.net:/project/cxml/cvsroot co cxml</pre>
+ Or use anonymous CVS (<a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cxml/?cvsroot=cxml">browse</a>):
+ <pre>export CVSROOT=:pserver:anonymous:anonymous at common-lisp.net:/project/cxml/cvsroot
+cvs co cxml
+cvs co closure-common</pre>
</div>
</li>
</ul>
@@ -39,16 +41,20 @@
<p>
<b>Prerequisites.</b>
- CXML needs the <a href="http://www.cliki.net/Puri">puri</a> library
- as well as <a href="http://www.common-lisp.net/project/cl-plus-ssl/#trivial-gray-streams">trivial-gray-streams</a>.
+ CXML needs <a href="http://www.cliki.net/Puri">puri</a> and
+ <a href="http://www.common-lisp.net/project/cl-plus-ssl/#trivial-gray-streams">trivial-gray-streams</a>.
+ In addition,
+ <a href="http://www.cliki.net/closure-common">closure-common</a>
+ is required, which is a separate module in cxml CVS (see above for
+ check-out instructions).
</p>
<p>
<b>Compiling and loading CXML.</b>
Register the .asd file, e.g. by symlinking it:
</p>
- <pre>$ ln -sf `pwd`/cxml.asd /path/to/your/registry/
-$ ln -sf `pwd`/runes.asd /path/to/your/registry/</pre>
+ <pre>$ ln -sf `pwd`/cxml/cxml.asd /path/to/your/registry/
+$ ln -sf `pwd`/closure-common/closure-common.asd /path/to/your/registry/</pre>
<p>Then compile CXML using:</p>
<pre>* (asdf:operate 'asdf:load-op :cxml)</pre>
More information about the Cxml-cvs
mailing list