Update domain name to kpe.io
[uffi.git] / doc / appendix.xml
index 0ae9b8e83434444b67a5475d84668d91962722aa..e30c914ce0b1ee717159eb002d8096c7c7003019 100644 (file)
@@ -1,12 +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"
+               "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
@@ -16,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>