clocklimited / node-pugpig-connector

MIT License
0 stars 0 forks source link

Need to specify whether an edition is free or paid for #3

Open domharrington opened 11 years ago

domharrington commented 11 years ago

Free uses

<link rel="http://opds-spec.org/acquisition" type="application/atom+xml" href="BOOKPUGPIG/atom.xml"/>

in the <entry> tag on container. Paid for uses:

<link rel="http://opds-spec.org/acquisition/buy" type="application/atom+xml" href="BOOKPUGPIG/atom.xml"/>

Not sure how to specify a price at present. Needs further research

domharrington commented 11 years ago

Free edition: <link rel="http://opds-spec.org/acquisition" type="application/atom+xml" href="http://editions.pugpig.com/my_free_edition.xml"/>

Paid for edition: `

3.50 ` Step 6 of http://dev.pugpig.com/doku.php/server:guide