Update AllegroCL for :long-long on 64-bit platforms
[uffi.git] / doc / appendix.xml
index 5e5c49527be4c1095d3d0f7c7001a3d390e8ad6b..e30c914ce0b1ee717159eb002d8096c7c7003019 100644 (file)
@@ -1,17 +1,17 @@
-<?xml version='1.0' ?>   <!-- Mode: Docbook --> 
+<?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "file:///usr/share/sgml/docbook/dtd/xml/4.2/docbookx.dtd" [
-<!ENTITY % myents SYSTEM "entities.xml">
+               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY % myents SYSTEM "entities.inc">
 %myents;
 ]>
 
 <appendix id="installation">
   <title>Installation</title>
-  <sect1>
+  <sect1 id="download">
     <title>Download &uffi;</title>
     <para>
 You need to download the &uffi; package from its web
-<ulink url="http://uffi.b9.com"><citetitle>home</citetitle></ulink>.
+<ulink url="http://uffi.kpe.io"><citetitle>home</citetitle></ulink>.
 You also need to have a copy of &asdf;. If you need a copy of
 &asdf;, it is included in the 
   <ulink
@@ -21,15 +21,15 @@ the file <filename>defsystem.lisp</filename> from the CVS
 <ulink url="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cclan/asdf/asdf.lisp"><citetitle>tree</citetitle></ulink>.
     </para>
   </sect1>
-  <sect1>
-    <title>Installation</title>
+  <sect1 id="loading">
+    <title>Loading</title>
     <para>
       After downloading and installing &asdf;, simply
       <function>push</function> the
       directory containing &uffi; into
       <varname>asdf:*central-registry*</varname> variable. Whenever you
-want to load the &uffi; package, use the function
-      <computeroutput>(asdf:oos 'asdf:load-op :uffi)</computeroutput>.
+want to load the &uffi; package, use the form
+      <computeroutput>(asdf:operate 'asdf:load-op :uffi)</computeroutput>.
     </para>
   </sect1>
 </appendix>