17 lines
723 B
HTML
17 lines
723 B
HTML
{% extends "basedocumentation.html" %}
|
|
{% block title %} FAQ {% endblock %}
|
|
{% block doccontent %}
|
|
|
|
<h2>FAQ</h2>
|
|
|
|
<dl>
|
|
<dt>How much does a book cost?</dt>
|
|
|
|
<dd>The author or publisher set a price for giving the book to the world. Once you and your fellow ungluers raise enough money to meet that price, the Unglued ebook is available at no charge, for everyone, everywhere!</dd>
|
|
|
|
<dt>Are the unglued ebooks compatible with my reader?</dt>
|
|
|
|
<dd>Unglued ebooks are distributed with NO DRM, so they'll work on Kindle, iPad, Kobo, Mac, Windows, Linux... you get the idea. And if the ePub format isn't best for your device, you're free to shift unglued books to a format that works better for you.</dd>
|
|
</dl>
|
|
|
|
{% endblock %} |