You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/09/23 06:41:11 UTC

[jira] Created: (MNG-986) add configurable powered by logo

add configurable powered by logo
--------------------------------

         Key: MNG-986
         URL: http://jira.codehaus.org/browse/MNG-986
     Project: Maven 2
        Type: Improvement
  Components: maven-site-plugin  
 Reporter: Brett Porter
    Priority: Minor
     Fix For: 2.0-beta-3




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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-986) add configurable powered by logo

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-986?page=comments#action_50655 ] 

Lukas Theussl commented on MNG-986:
-----------------------------------

Another m1 compatibility question: this feature has just been implemented in the current SNAPSHOT version of the xdoc plugin, but the <powered-by> element has a different form: http://maven.apache.org/maven-1.x/reference/plugins/xdoc/reference/navfile.html#Additional__powered-by__logos

Since it's not published yet, we can still change it to the form proposed above, if this is considered more suitable.

> add configurable powered by logo
> --------------------------------
>
>          Key: MNG-986
>          URL: http://jira.codehaus.org/browse/MNG-986
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-site-plugin
>     Reporter: Brett Porter
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin.patch
>
>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-986) add configurable powered by logo

Posted by "Boris Boehlen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-986?page=comments#action_50570 ] 

Boris Boehlen commented on MNG-986:
-----------------------------------

Would be great if more than logo is supported. Companies which offer free licenses for open source projects often request that you put a logo and link to their site on the project's site. If multiple logos can be defined in site.xml this would be much easier.

> add configurable powered by logo
> --------------------------------
>
>          Key: MNG-986
>          URL: http://jira.codehaus.org/browse/MNG-986
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-site-plugin
>     Reporter: Brett Porter
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin.patch
>
>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-986) add configurable powered by logo

Posted by "Johnny R. Ruiz III (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-986?page=all ]

Johnny R. Ruiz III updated MNG-986:
-----------------------------------

    Attachment: MNG-986-maven-site-plugin.patch

- I have attached a patch that will allow to configure the PoweredByLogo
- I did some improvement, now you can include more than one logo.
- To test, add this to your site.xml
<poweredByLogos>
    <poweredByLogo>
      <title>Powered By Title</title>
      <url>http://www.yahoo.com</url>
    </poweredByLogo>
    <poweredByLogo>
      <title>Powered By Title 2</title>
      <image>maven-feather.png</image>
      <url>http://www.google.com</url>
    </poweredByLogo>
</poweredByLogos>

Please apply this patch.  Thanks   :)

> add configurable powered by logo
> --------------------------------
>
>          Key: MNG-986
>          URL: http://jira.codehaus.org/browse/MNG-986
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-site-plugin
>     Reporter: Brett Porter
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin.patch
>
>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-986) add configurable powered by logo

Posted by "Johnny R. Ruiz III (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-986?page=all ]

Johnny R. Ruiz III updated MNG-986:
-----------------------------------

    Attachment: MNG-986-maven-site-plugin-2.patch

Here's another patch,  this may be patch or just the first one.
 -  The difference on the first patch is it follows the Maven 1 Xdoc Plugin convention mentioned by Lukas.

  <powered-by>
    <item
      name="Powered By Bulldozer"
      href="http://www.bulldozer.net"
      img="maven-bulldozer.png"/>
  </powered-by>

Please apply whatever is more suitable. 

Thanks.

> add configurable powered by logo
> --------------------------------
>
>          Key: MNG-986
>          URL: http://jira.codehaus.org/browse/MNG-986
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-site-plugin
>     Reporter: Brett Porter
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin-2.patch, MNG-986-maven-site-plugin.patch
>
>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-986) add configurable powered by logo

Posted by "Johnny R. Ruiz III (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-986?page=all ]

Johnny R. Ruiz III updated MNG-986:
-----------------------------------

    Attachment: MNG-986-maven-site-plugin.patch

- This patch is to make powered by logo configurable.


- To test put this in your site.xml
  <poweredByLogo>
    <title>Powered By Title</title>
    <image>maven-bulldozer.png</image>
    <url>http://www.yahoo.com</url>
  </poweredByLogo>


> add configurable powered by logo
> --------------------------------
>
>          Key: MNG-986
>          URL: http://jira.codehaus.org/browse/MNG-986
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-site-plugin
>     Reporter: Brett Porter
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin.patch
>
>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-986) add configurable powered by logo

Posted by "Johnny R. Ruiz III (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-986?page=all ]

Johnny R. Ruiz III updated MNG-986:
-----------------------------------

    Attachment:     (was: MNG-986-maven-site-plugin.patch)

> add configurable powered by logo
> --------------------------------
>
>          Key: MNG-986
>          URL: http://jira.codehaus.org/browse/MNG-986
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-site-plugin
>     Reporter: Brett Porter
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0.1

>
>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-986) add configurable powered by logo

Posted by "Johnny R. Ruiz III (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-986?page=all ]
     
Johnny R. Ruiz III closed MNG-986:
----------------------------------

    Resolution: Fixed

Fixed and Applied

> add configurable powered by logo
> --------------------------------
>
>          Key: MNG-986
>          URL: http://jira.codehaus.org/browse/MNG-986
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-site-plugin
>     Reporter: Brett Porter
>     Assignee: Johnny R. Ruiz III
>     Priority: Minor
>      Fix For: 2.0.1
>  Attachments: MNG-986-maven-site-plugin-2.patch, MNG-986-maven-site-plugin.patch
>
>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org