Running headlong into the ahem more broken parts of the weblog design.
I need to embed paths so I can put up [edit], [post], and [comment] buttons. What I REALLY need is to generate three different copies of the html;
- 1 copy which is the toppage, with a [comment] button.
- 1 copy which is the post page, with a [post] button at the top and [edit] and [comment] buttons by each page.
- 1 copy which is in the archive, with a [read comments] button.
So reindex will need to be patched to not write out a whole html file for theming, but to write out a half-baked file that I can then substitute in for the buttons as needed.
And I really need a [edit] button so I can fix dumb errors in a post.
And I should really write a Bl*gg*r compatable xml interface so all the point and drool weblog clients can post and save me from more user interfaces.