[ 
https://issues.apache.org/jira/browse/MPDF-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16204440#comment-16204440
 ] 

Hervé Boutemy edited comment on MPDF-81 at 10/14/17 3:05 AM:
-------------------------------------------------------------

the high-level answer is http://maven.apache.org/doxia/overview.html : it's a 
structuration of concerns in layers
what is not represented in this schema is that maven-site-plugin uses Doxia 
Sitetools Site Renderer, while maven-pdf-plugin uses Doxia Sitetools Doc 
Renderer (Doc in a pdf context is equivalent to Site in a website context)

while explaining it, now I see also another key fact that is not represented is 
that "Doxia Modules" in the schema are more precisely parsers, but after the 
Sink API, these modules also provide (in general) output/sink: see 
http://maven.apache.org/doxia/references/index.html for reference . FO (like 
rtf or latex) is one of the modules that are output only: this is perhaps the 
cause of some of your interrogations, since in general Doxia is more seen on 
its parsing side

I think I'll try to improve the schema


was (Author: hboutemy):
the high-level answer is http://maven.apache.org/doxia/overview.html : it's a 
structuration of concerns in layers
what is not represented in this schema is that maven-site-plugin uses Doxia 
Sitetools Site Renderer, while maven-pdf-plugin uses Doxia Sitetools Doc 
Renderer (Doc in a pdf context is equivalent to Site in a website context)
while explaining it, now I see also that another key fact that is not 
represented is that "Doxia Modules" in the schema are more precisely parsers, 
but after the Sink API, these modules also provide (in general) output/sink: 
see http://maven.apache.org/doxia/references/index.html for reference . FO 
(like rtf or latex) is one of the modules that are output only: this is perhaps 
the cause of some of your interrogations, since in general Doxia is more seen 
on its parsing side

> Override the copyright footer
> -----------------------------
>
>                 Key: MPDF-81
>                 URL: https://issues.apache.org/jira/browse/MPDF-81
>             Project: Maven PDF Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.3
>            Reporter: Alex O'Ree
>             Fix For: 1.4
>
>         Attachments: maven-pdf-plugin2.pdf
>
>
> As of right now, it doesn't look possible to override the content of the 
> footer which is on all non-title page pages. It currently reads (c) year - 
> organization All rights reserved.
> I don't see anywhere in the code where this is defined or in any of the 
> resource files. It is in the generated fo files but it's not obvious where 
> the xslt is.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to