diff --git a/scripts/deploy-ebook-to-www b/scripts/deploy-ebook-to-www index 6503bff6..c1342518 100755 --- a/scripts/deploy-ebook-to-www +++ b/scripts/deploy-ebook-to-www @@ -322,7 +322,7 @@ do sed --in-place --regexp-extended "s|
]*)>|
} ?>
diff --git a/www/bulk-downloads/collection.php b/www/bulk-downloads/collection.php
index 182062de..f651e5ea 100644
--- a/www/bulk-downloads/collection.php
+++ b/www/bulk-downloads/collection.php
@@ -39,39 +39,48 @@ $title = preg_replace('/s$/', '', ucfirst($class));
= Formatter::EscapeHtml($collection->Label) ?>
- = Formatter::EscapeHtml(number_format($collection->EbookCount)) ?>
- = Formatter::EscapeHtml($collection->UpdatedString) ?>
+
+ = Formatter::EscapeHtml(number_format($collection->EbookCount)) ?>
+
+
+ = Formatter::EscapeHtml($collection->UpdatedString) ?>
+
foreach($collection->ZipFiles as $item){ ?>
- = $item->Type ?>
- (= Formatter::EscapeHtml($item->Size) ?>)
+
+ = $item->Type ?>
+
+
+ (= Formatter::EscapeHtml($item->Size) ?>)
+
} ?>
= Formatter::EscapeHtml((string)$year) ?> | -||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Month | -Ebooks | -Updated | -Ebook format | -|||||||||
+ = Formatter::EscapeHtml((string)$year) ?> + | +||||||||||||
Month | +Ebooks | +Updated | +Ebook format | +|||||||||
= Formatter::EscapeHtml($month) ?> | -= Formatter::EscapeHtml(number_format($collection->EbookCount)) ?> | -= Formatter::EscapeHtml($collection->UpdatedString) ?> | + foreach($months as $month => $collection){ ?> + $monthHeader = Formatter::EscapeHtml($month); ?> +||||||||||
+ = Formatter::EscapeHtml($month) ?> + | ++ = Formatter::EscapeHtml(number_format($collection->EbookCount)) ?> + | ++ = Formatter::EscapeHtml($collection->UpdatedString) ?> + | - foreach($collection->ZipFiles as $item){ ?> -= $item->Type ?> | -(= Formatter::EscapeHtml($item->Size) ?>) | + foreach($collection->ZipFiles as $item){ ?> ++ = $item->Type ?> + | ++ (= Formatter::EscapeHtml($item->Size) ?>) + | + } ?> +
Picking either the HTML or the epub version is fine as a starting point, but make sure to pick the one that appears to be the most accurate.
-For this guide, we’ll use The Strange Case of Dr. Jekyll and Mr. Hyde, by Robert Louis Stevenson. If you search for it on Gutenberg, you’ll find that there are two versions; we will use this one rather than this one, as it is a cleaner transcription, e.g. has more modern usage of punctuation and compound words, etc.
+For this guide, we’ll use The Strange Case of Dr. Jekyll and Mr. Hyde, by Robert Louis Stevenson. If you search for it on Gutenberg, you’ll find that there are two versions; we will use this one rather than this one, as it is a cleaner transcription, e.g. has more modern usage of punctuation and compound words, etc.
- Compatible epub — All devices and apps except Kindles and Kobos. + Compatible epub — All devices and apps except Kindles and Kobos.
- azw3 — Kindle devices and apps. if($ebook->KindleCoverUrl !== null){ ?> Also download the Kindle cover thumbnail to see the cover in your Kindle’s library. Despite what you’ve been told, Kindle does not natively support epub. You may also be interested in our Kindle FAQ. }else{ ?> Also see our Kindle FAQ. } ?> + azw3 — Kindle devices and apps. if($ebook->KindleCoverUrl !== null){ ?> Also download the Kindle cover thumbnail to see the cover in your Kindle’s library. Despite what you’ve been told, Kindle does not natively support epub. You may also be interested in our Kindle FAQ. }else{ ?> Also see our Kindle FAQ. } ?>
- kepub — Kobo devices and apps. You may also be interested in our Kobo FAQ. + kepub — Kobo devices and apps. You may also be interested in our Kobo FAQ.
- Advanced epub — An advanced format that uses the latest technology not yet fully supported by most ereaders. + Advanced epub — An advanced format that uses the latest technology not yet fully supported by most ereaders.