web/www/bulk-downloads/index.php

33 lines
1.6 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?
$canDownload = false;
if(Session::$User?->Benefits->CanBulkDownload){
$canDownload = true;
}
?><?= Template::Header(title: 'Bulk Ebook Downloads', description: 'Download zip files containing all of the Standard Ebooks released in a given month.') ?>
<main>
<section class="narrow has-hero">
<h1>Bulk Ebook Down­loads</h1>
<picture data-caption="The Shop of the Bookdealer Pieter Meijer Warnars. Johannes Jelgerhuis, 1820">
<source srcset="/images/the-shop-of-the-bookdealer@2x.avif 2x, /images/the-shop-of-the-bookdealer.avif 1x" type="image/avif"/>
<source srcset="/images/the-shop-of-the-bookdealer@2x.jpg 2x, /images/the-shop-of-the-bookdealer.jpg 1x" type="image/jpg"/>
<img src="/images/the-shop-of-the-bookdealer@2x.jpg" alt="A gentleman in regency-era dress buys books from a bookseller."/>
</picture>
<p>Bulk downloads allow you to conveniently download zip files of entire collections of ebooks, in various ebook formats. Access to our bulk downloads is a benefit of <a href="/about#patrons-circle">Patrons circle membership</a>. Individuals can <a href="/donate#patrons-circle">join the Patrons Circle</a> with a small donation in support of our continuing mission to create free, beautiful digital literature.</p>
<ul>
<li>
<p><a href="/bulk-downloads/subjects">Downloads by subject</a></p>
</li>
<li>
<p><a href="/bulk-downloads/collections">Downloads by collection</a></p>
</li>
<li>
<p><a href="/bulk-downloads/authors">Downloads by author</a></p>
</li>
<li>
<p><a href="/bulk-downloads/months">Downloads by month</a></p>
</li>
</ul>
</section>
</main>
<?= Template::Footer() ?>