* The publishing process now optionally also publishes resources
(e.g. images)
* To this effect there are two new classes ResourceFilePublisher and
ResourcePublishingEnvironment which can be used in the tasks.xconf
as a publisher.
* ResourceFilePublisher is a sublclass of DefaultFilePublisher which
also publishes resources
* ResourcePublishingEnvironment is a subclass of PublishingEnvironment
which reads additional parameters (<resource href=""/>) from
publication.xconf.
* The publisher interface has been extended to allow for passing of
parameters related to resource publishing.
|