Now consider the blogspot blog case. The blog's HTML representation and feed lives over on blogspot. The atom-capable resources(*) live over on blogger.com.
https://www.blogger.com/atom-1.0/blogs/12345678/
POST'ing to that resource would create a new blog post. Running PROPFIND
on it would return "all" the posts (non-scalable, so I need to think a bit
on that one). The PROPFIND results contain URLs for the posts within that
collection (where the collection represents the blog).
There is an open question for what to do with the blog that has 100,000 posts in it. That would be a scary-huge PROPFIND result (legal, if a bit expensive; could be about a 20 meg response).