Currently, atom feeds are incomplete - they're capped off at a fixed maximum number of items, which means programmatically getting all items of a series involves using HTML and parsing the DOM, which is prone to breakage, harder and slower.
If you could make the atom feeds either return all items, or give us a <link rel="next">
with a query parameter for more items if there are more, or, even better, provide an actual JSON REST API, then that would be nice.
EDIT: A further suggestion would be to handle If-Modified-Since headers on series pages and feeds, so if a series page has no updates we save bandwidth and the client saves time parsing. Especially for atom feeds (and the global RSS feed), this would probably help a lot.
And as an additional small request, using Let's Encrypt to get HTTPS on Dynasty-Scans would be nice too, considering there are session cookies. Furthermore, some people may browse the site at school or work and may be under scrutiny of deep-packet inspection, which is a bit problematic when browsing things tagged "Lots of sex". See also Mozilla's guide to server-side TLS configuration with a nice settings generator and recommendations.
last edited at Feb 29, 2016 12:11PM