Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion indirect acquisition for loaned books

 System <openpub@googlegroups.com>
Received: by 10.42.82.8 with SMTP id b8mr1303551icl.104.1312580673190;
        Fri, 05 Aug 2011 14:44:33 -0700 (PDT)
X-BeenThere: openpub@googlegroups.com
Received: by 10.231.53.195 with SMTP id n3ls581150ibg.4.gmail; Fri, 05 Aug
 2011 14:44:32 -0700 (PDT)
Received: by 10.42.147.137 with SMTP id n9mr1575783icv.103.1312580672438;
        Fri, 05 Aug 2011 14:44:32 -0700 (PDT)
Received: by 10.42.147.137 with SMTP id n9mr1575782icv.103.1312580672424;
        Fri, 05 Aug 2011 14:44:32 -0700 (PDT)
Return-Path: <rku...@archive.org>
Received: from mail.archive.org (mail.us.archive.org [207.241.224.6])
        by gmr-mx.google.com with ESMTP id v9si16599941pbc.2.2011.08.05.14.44.32;
        Fri, 05 Aug 2011 14:44:32 -0700 (PDT)
Received-SPF: pass (google.com: best guess record for domain of rku...@archive.org designates 207.241.224.6 as permitted sender) client-ip=207.241.224.6;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of rku...@archive.org designates 207.241.224.6 as permitted sender) smtp.mail=rku...@archive.org
Received: from localhost (localhost [127.0.0.1])
	by mail.archive.org (Postfix) with ESMTP id 77FC768410DF
	for <openpub@googlegroups.com>; Fri,  5 Aug 2011 14:44:27 -0700 (PDT)
Received: from mail.archive.org ([127.0.0.1])
	by localhost (mail.archive.org [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id 4EvIkmgU6E6I for <openpub@googlegroups.com>;
	Fri,  5 Aug 2011 14:44:27 -0700 (PDT)
Received: from [10.30.64.207] (router300.sf.archive.org [208.70.27.190])
	by mail.archive.org (Postfix) with ESMTPSA id 0ACF268410D7
	for <openpub@googlegroups.com>; Fri,  5 Aug 2011 14:44:27 -0700 (PDT)
From: raj kumar <rku...@archive.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Subject: indirect acquisition for loaned books
Date: Fri, 5 Aug 2011 14:44:31 -0700
Message-Id: <3DD488EB-D640-432C-8157-E965558CF4C4@archive.org>
To: openpub@googlegroups.com
Mime-Version: 1.0 (Apple Message framework v1084)
X-Mailer: Apple Mail (2.1084)

Hi,

I updated the OPDS for openlibrary.org edition records to include the =
new OPDS 1.1 indirect acquisition elements.

Is there a way to indicate that a book is currently checked out and =
currently unavailable? Right now I remove the acquisition links if the =
book is checked out, but it would be nice to indicate to users that the =
book would be available at a later date.

Example:
If this book isn't checked out of Open Library's lending library:
=
http://openlibrary.org/books/OL24620870M/The_Elements_of_Content_Strategy

Then its OPDS entry will contain indirect acquisition links:
http://openlibrary.org/books/OL24620870M.opds

Which looks like:
  <link rel=3D"http://opds-spec.org/acquisition/borrow" type=3D"text/html"=
 =
href=3D"http://openlibrary.org/books/OL24620870M/The_Elements_of_Content_S=
trategy/borrow">
    <opds:indirectAcquisition type=3D"application/vnd.adobe.adept+xml">
      <opds:indirectAcquisition type=3D"application/epub+zip"/>
      <opds:indirectAcquisition type=3D"application/pdf"/>
    </opds:indirectAcquisition>
  </link>
-raj=