web/www/ebooks
Mike Colagrosso 03ed3c2257 Add Ebook::DownloadUrl for web and feed downloads
This commit adds a rewrite rule for ebook downloads of the form:

```
/ebooks/some-author/some-book/downloads/some-filename.epub
```

to `www/ebooks/download.php`. That file handles the logic of whether to
show a thank you page before beginning the download.

Download URLs in RSS, Atom, and OPDS feeds follow the same pattern, but
they have a query string parameter `?source=feed` to always skip the
thank you page.
2025-04-25 14:31:44 -05:00
..
collections.php Update OpenSearch features to current standards 2025-03-31 13:28:26 -05:00
delete.php Move delete form and more multi select fixes 2024-12-19 14:40:38 -06:00
download.php Add Ebook::DownloadUrl for web and feed downloads 2025-04-25 14:31:44 -05:00
edit.php Move delete form and more multi select fixes 2024-12-19 14:40:38 -06:00
get.php Add Ebook::DownloadUrl for web and feed downloads 2025-04-25 14:31:44 -05:00
index.php Completely type hint template functions and switch to named arguments 2025-03-04 20:32:20 -06:00
opensearch.xml Implement OpenSearch feed search with FilterEbooks 2024-11-04 13:16:56 -06:00
post.php Move delete form and more multi select fixes 2024-12-19 14:40:38 -06:00