[
https://issues.apache.org/jira/browse/MSITE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15069970#comment-15069970
]
Hervé Boutemy edited comment on MSITE-756 at 12/23/15 6:02 PM:
---------------------------------------------------------------
we have {{doc.ext.vm}} that is processed to {{doc.ext}} (in-memory: this
feature is about saving what currently stays in-memory to filesystem to be able
to debug issues like MSITE-728, or simply making things clear, what is
currently not for so many people)
then this {{doc.ext}} is Doxia rendered into in-memory HTML in SiteRendererSink
(which extends XHtmlSink), split into multiple fields (like head, content,
authors...)
these fileds are then put into a Velocity context to merge template/skin with
previously rendered HTML fragments
how do we call the source {{doc.ext.vm}} and how do we call {{doc.ext}}, which
is still a Doxia source: I don't know
{{saveProcessedDocumentSources}}?
was (Author: hboutemy):
we have {{doc.ext.vm}} that is processed to {{doc.ext}} (in-memory: this
feature is about saving what currently stays in-memory to filesystem to be eble
to debug issues like MSITE-728, or simply making things clear, what is
currently not)
then this doc.ext is Doxia rendered into in-memory HTML in SiteRendererSink,
split into multiple fields (like head, content, authors...)
these fileds are then put into a Velocity context to merge template/skin with
previously rendered HTML
how do we call the source {{doc.ext.vm}} and how do we call {{doc.ext}}, which
is still a Doxia source: I don't know
{{saveProcessedDocumentSources}}?
> add an option to dump Velocity processed Doxia files
> ----------------------------------------------------
>
> Key: MSITE-756
> URL: https://issues.apache.org/jira/browse/MSITE-756
> Project: Maven Site Plugin
> Issue Type: New Feature
> Components: doxia integration
> Affects Versions: 3.4
> Reporter: Hervé Boutemy
> Fix For: 3.5
>
>
> making feature prepared in DOXIASITETOOLS-133 available and configurable from
> maven-site-plugin
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)