[ http://jira.codehaus.org/browse/DOXIA-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160780#action_160780 ]
Lukas Theussl commented on DOXIA-275: ------------------------------------- As discussed on the mailing list [1], I think this is a won't fix. As I said there, I think that title/date/author is by definition meta-data, it's up to the processing Sink to decide what to do with it. If you are doing just a single-document translation (eg generate one pdf from one apt file), then the sink might use the meta-data to put title/author/date on a cover page, for instance. But the site plugin aggregates several source documents into one coherent site, I don;t think the default xhtml sink should make this meta information visible for every page (by default). If the author intents to show this information he should include it as content. Alternatives are to write a specialized sink, or include a flag to optionally include the meta-information. [1] http://www.nabble.com/Block-level-elements-do-not-appear-in-output-td21382546.html > Block level elements are ignored in HTML output > ----------------------------------------------- > > Key: DOXIA-275 > URL: http://jira.codehaus.org/browse/DOXIA-275 > Project: Maven Doxia > Issue Type: Bug > Components: Module - Apt > Reporter: Trevor Harmon > > The APT format includes a facility for specifying the title, author, and date > of the document, as described here: > http://maven.apache.org/doxia/references/apt-format.html > For example: > ------ > Title > ------ > Author > ------ > Date > However, after running "mvn site", these elements do not appear in the text > of the generated HTML. The title is only placed in the HTML's <title> > element, not anywhere in the body. The author is in a <meta> tag, which > cannot be seen without looking at the source. And the date doesn't seem to be > put anywhere at all. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira