Categories in Blogger: Rolling my own
So what I haven't considered yet -- but I guess it's about time -- is writing my own non-bookmarklet solution to this problem. A bookmarklet ain't gonna pump files onto my server, and that's really what I need here. After each posting is published, I can ping a script on subRes to create category-specific html views. What will I need to do?
- read the posting (either the xhtml or atom xml) and determine which tags are present (this should probably use Technorati's a rel="" attribute),
- for each tag, find the existing or create a new category html view (at path ./tags/tagname/index.html),
- profit create an atom.xml or rss.xml or both under the same path.

0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home