Open brechtm opened 8 years ago
DocumentTemplate
inherits from Resource
since 0265d14bc2627c88ebc8bd75d3b8f406ce1b543c.
It would make sense for TemplateConfiguration
s to also be Resource
s, to allow for easy publishing of different article template configurations for example.
Just like style sheets and typefaces, templates could be uniquely identified by name and automatically installed from PyPI.
Not sure how to handle
TemplateConfiguration
. Should this also be aResource
?