- 1){ ?> class="is-collection" } ?>>= $pageHeader ?>
+ class="is-collection" } ?>>= $pageHeader ?>
= Template::DonationCounter() ?>
= Template::DonationProgress() ?>
if(!DONATION_DRIVE_ON && !DONATION_DRIVE_COUNTER_ON && DONATION_HOLIDAY_ALERT_ON){ ?>
@@ -127,8 +127,11 @@ catch(Exceptions\InvalidCollectionException $ex){
if($collection === null){ ?>
= Template::SearchForm(['query' => $query, 'tags' => $tags, 'sort' => $sort, 'view' => $view, 'perPage' => $perPage]) ?>
} ?>
- if($collection !== null && sizeof($ebooks) > 1){ ?>
- Download all ebooks in this collection
+ if($collection !== null){ ?>
+
+ Download collection
+ Collection feeds
+
} ?>
if(sizeof($ebooks) == 0){ ?>
No ebooks matched your filters. You can try different filters, or browse all of our ebooks.
diff --git a/www/feeds/401.php b/www/feeds/401.php
index def1babb..d62b2801 100644
--- a/www/feeds/401.php
+++ b/www/feeds/401.php
@@ -42,18 +42,9 @@ if($type == 'atom'){
- if($type == 'opds'){ ?>
- OPDS feeds, or “catalogs,” can be added to ereading apps on phones and tablets to search, browse, and download from our entire catalog, directly in your ereader. Most modern ereading apps support OPDS catalogs.
- They’re also perfect for scripting, or for libraries or other organizations who wish to download and process our catalog of ebooks.
- }elseif($type == 'rss'){ ?>
- RSS feeds are the predecessors of Atom feeds. They contain less information than Atom feeds, but might be better supported by some news readers.
- }elseif($type == 'atom'){ ?>
- Atom feeds can be read by one of the many RSS clients available for download, like Thunderbird. They contain more information than regular RSS feeds. Most RSS clients can read both Atom and RSS feeds.
- Note that some RSS readers may show these feeds ordered by when an ebook was last updated, even though the feeds are ordered by when an ebook was first released. You should be able to change the sort order in your RSS reader.
- } ?>
= Template::FeedHowTo() ?>
diff --git a/www/feeds/atom/index.php b/www/feeds/atom/index.php
index cca73b7e..1b0df25b 100644
--- a/www/feeds/atom/index.php
+++ b/www/feeds/atom/index.php
@@ -9,7 +9,7 @@ require_once('Core.php');
Note that some RSS readers may show these feeds ordered by when an ebook was last updated, even though the feeds are ordered by when an ebook was first released. You should be able to change the sort order in your RSS reader.
= Template::FeedHowTo() ?>