X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=blobdiff_plain;f=package.lisp;h=b7bfe4981a8d820881f240b248b8811e668e7a93;hp=d0c9f2b4ddb5ebcf060084e08ada05f14edd0923;hb=fd27e0609fd3f3b2281283eba7b48edcf8b3d23d;hpb=53c9df7bcfe5a22f23531e55672dac868a20225c diff --git a/package.lisp b/package.lisp index d0c9f2b..b7bfe49 100644 --- a/package.lisp +++ b/package.lisp @@ -7,12 +7,12 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jun 2001 ;;;; -;;;; $Id: package.lisp,v 1.1 2003/06/06 22:04:05 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ;;;; cl-pubmed users are granted the rights to distribute and use this software -;;;; as governed by the terms of the GNU Lesser General Public License +;;;; as governed by the terms of the GNU Lesser General Public License ;;;; (http://www.gnu.org/licenses/lgpl.html) ;;;; ************************************************************************* @@ -26,7 +26,8 @@ #:pubmed-condition #:pubmed-query-error #:pubmed-server-error - + #:pubmed-condition-response + ;; Query functions #:pm-query #:pm-fetch-ids @@ -39,7 +40,7 @@ #:pm-article #:pm-article-set - ;; pm-article-set accessors + ;; pm-article-set accessors #:articles #:articles-query #:articles-total @@ -58,4 +59,7 @@ #:article-pages #:article-abstract #:article-mesh-headings + + ;; proxy setting + #:*proxy-host* ))