Notes on the Implementation of a Blog
Publishing is currently a three step process consisting of writing an entry perfectly, publishing it to a staging point, and then committing contents of that stage point to the real blog. This causing me a small amount of grief:

- Links don't work on the staging site
- Comments are published to the staging site rather than the front page (this is not quite a feature)
- Just use Blogger as intended
Not going to happen because of principles I'll explain some other time - Rewrite the content as Blogger uploads it to the staging site
A bit more tempting, although it's brittle. More importantly, it opens me up to all sorts of security vulnerabilities that I'd rather avoid in what should be a rock solid "deploy" script. - Replace Blogger with something I write myself
Now we're getting somewhere!
The idea here is to do it again, but with a focus on creating on top of that architecture that ends up feeling more like a blog than a wiki.
So, how do you create a blog on top of a CSM architecture? Why, I'm glad you asked...
0 Comments:
Post a Comment
<< Home