On 10/4/06, Allen Gilliland <[EMAIL PROTECTED]> wrote:
I don't understand what you guys mean by this. How are tags and
categories going to be "configured"? Shouldn't it just be up to the
template author to decide if they display categories, tags, or both?
I don't really see how you would plan to disable one or the other on a
per weblog basis. Would that mean all of the editing UI would remove
any references to them? Would all of the rendering have to be sensitive
to the fact that weblog XXX doesn't support categories? That sounds
very confusing to me.
If categories are disabled then:
- do not show category combo box on weblog edit page
- do not show category page in menu
- do not show categories in RSS and Atom feeds
- do not show include <categories> element for cats in APP service doc
If tags are disabled then:
- do not show tags field in weblog editor page
- do not show tags in RSS and Atom feeds
- do not show include <categories> element for tags in APP service doc
I think that's all we'd need to do and none of those are hard to implement.
- Dave