You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/02/08 22:40:39 UTC

[jira] [Commented] (MSKINS-114) Update skins when DOXIASITETOOLS-82 has been published

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

Hudson commented on MSKINS-114:
-------------------------------

SUCCESS: Integrated in doxia-all #244 (See [https://builds.apache.org/job/doxia-all/244/])
[MSKINS-114] Update skins when DOXIASITETOOLS-82 has been published (michaelo: [http://svn.apache.org/viewvc/?view=rev&rev=1729258])
* ./doxia-sitetools/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm


> Update skins when DOXIASITETOOLS-82 has been published
> ------------------------------------------------------
>
>                 Key: MSKINS-114
>                 URL: https://issues.apache.org/jira/browse/MSKINS-114
>             Project: Maven Skins
>          Issue Type: Sub-task
>          Components: Default Skin, Fluido Skin
>    Affects Versions: default-1.1, fluido-1.4
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>             Fix For: default-1.2, fluido-1.5
>
>
> Documenation for /body/footer says:
> bq. If present, the contained text will be used instead of the generated copyright text.
> The [default skin|https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm] does this correctly with:
> {code}
> <div id="footer">
>       <div class="xright">
>       #if($decoration.body.footer)
>         $decoration.body.footer
>       #else
>         Copyright &#169;#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version )
>       #end
>       </div>
>       <div class="clear">
>         <hr/>
>       </div>
> {code}
> This logic should be applied here as soon as the Decoration Model 1.7 is released.
> Moreover all {{site.xml}} files and documentation need to be updated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)