On 18 Aug 2016, at 15:12, Thomas Mortagne
<thomas.mortagne(a)xwiki.com> wrote:
On Thu, Aug 18, 2016 at 2:43 PM, Vincent Massol <vincent(a)massol.net> wrote:
Hi devs (especially Thomas),
Just making sure we agree about the future of exports:
* Rewrite our various Exports (PDF, HTML, etc) code to use the FilterStream Module
* Modify the Page Export UI to use the
FilterStream API/script service + and add an extension point (or an XClass) so that
extension can contribute new Export types in the UI
This is not really needed. We could simply list all the output filter
streams we can find with compatible properties (i.e. a "target"
property compatible with OutputStreamOutputTarget type).
Yes this may or may not be needed. The reason I mentioned is because each export type may
want to offer a custom UI.