Update URL for package
[pubmed.git] / README
1 This is the Common Lisp Entrez package.
2
3 This package is written and Copyright (C) 2000-2002 by 
4 Kevin M. Rosenberg <kevin@rosenberg.net>
5
6 The web site for this package is http://pubmed.kpe.io/
7
8 Prerequisites
9 =============
10  - The ASDF system definition facility, available for download at 
11    ftp://ftp.kpe.io/asdf/asdf.lisp
12  - The KMRCL utility package, available for download at
13    ftp://ftp.kpe.io/kmrcl 
14  - Allegroserve which is included with AllegroCL and is available
15    for other platforms at http://portableaserve.sourceforge.net.
16
17
18 Installation
19 ============ 
20  - Debian:
21      evaluate (require 'entrez) 
22
23  - Other Operating Systems:
24      1. Install the ASDF, KMRCL, and Entrez packages into directories
25         of your choice.
26      2. Load asdf.lisp.
27      3. Push the names of the directories containing the KMRCL and Entrez
28         files on to the asdf:*central-registry* list.
29      2. Load kmrcl.asd from the KMRCL package.
30      3. Load entrez.asd from the Entrez package.
31      4. Evaluate (asdf:oos 'asdf:load-op 'entrez).
32
33
34 USAGE
35 =====
36   - Read the source and/or contact the author for support.