[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Template representation
On Tue, Oct 26, 2004 at 01:47:51PM -0700, Ezra Cooper wrote:
>...
> Well, in our case, we have properties like "When this template or its
> data is changed, build it to HTML right away (vs. build it when a hit
> comes along)." Of course most tools won't care about this--so I want to
> make an extension for it.
In the DeltaV spec, there are special collections on the server that hold
various types of resources. Their presence in that collection implies the
type in most cases.
In this particular case, I'd simply recommend that any resource within the
"template-collection" is implicitly a template. When a change is made, the
server performs the rebuild.
It doesn't seem like there are *any* custom properties in this scenario.
Cheers,
-g