Improve site footer
-------------------

                 Key: DOXIASITETOOLS-11
                 URL: http://jira.codehaus.org/browse/DOXIASITETOOLS-11
             Project: Maven Doxia Site Tools
          Issue Type: Improvement
          Components: Site renderer
    Affects Versions:  1.0-alpha-10
            Reporter: Michael Osipov
         Attachments: MSITE-323.patch

Right now, the footer produces only:

{code}
&copy ${inceptionYear} - ${today} ${organization}
{code}

in contrast to that Javadoc produces am much more reasonable output

{code}
Copyright &copy ${inceptionYear} - ${today} <a 
href="${organizationUrl}">${organization}</a>. All Rights Reserved.
{code}

Site plugin should produce such a more informative footer too if the 
appropriate properties are set in the pom.

Patch patches against [alpha 
10|https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.0-alpha-10/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm]

-- 
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

        

Reply via email to