You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/29 22:24:09 UTC

[jira] Created: (MPXDOC-126) Add support for more powered-by banners

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPXDOC-126

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-126
    Summary: Add support for more powered-by banners
       Type: New Feature

     Status: Open
   Priority: Major

 Original Estimate: 15 minutes
 Time Spent: Unknown
  Remaining: 15 minutes

    Project: maven-xdoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Maarten Coene

    Created: Fri, 29 Oct 2004 4:23 PM
    Updated: Fri, 29 Oct 2004 4:23 PM

Description:
Hi,

could you add support for more powered-by banners?
You can find an example on the dom4j website ( http://www.dom4j.org ) where you can see some other powered-by banners above the maven logo.

I'll upload a patch that implements this. The only thing you have to do is add a powered-by elements to the navigation.xml file. For example: for the dom4j website, I've added this to navigation.xml:

<powered-by>
  <item name="Code Coverage by Clover" 
        href="http://www.cenqua.com/clover" 
        img="http://www.cenqua.com/images/clovered1.gif"
  />
  <item name="Hosted by SourceForge" 
        href="http://www.sourceforge.net" 
     img="http://sourceforge.net/sflogo.php?group_id=16035&amp;type=1"
  />
</powered-by>


thanks,
Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPXDOC-126) Add support for more powered-by banners

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-126?page=all ]
     
Lukas Theussl closed MPXDOC-126:
--------------------------------

    Resolution: Fixed

Done. Thanks!

> Add support for more powered-by banners
> ---------------------------------------
>
>          Key: MPXDOC-126
>          URL: http://jira.codehaus.org/browse/MPXDOC-126
>      Project: maven-xdoc-plugin
>         Type: New Feature
>     Reporter: Maarten Coene
>     Assignee: Lukas Theussl
>      Fix For: 1.10
>  Attachments: maven-xdoc.patch
>
> Original Estimate: 15 minutes
>         Remaining: 15 minutes
>
> Hi,
> could you add support for more powered-by banners?
> You can find an example on the dom4j website ( http://www.dom4j.org ) where you can see some other powered-by banners above the maven logo.
> I'll upload a patch that implements this. The only thing you have to do is add a powered-by elements to the navigation.xml file. For example: for the dom4j website, I've added this to navigation.xml:
> <powered-by>
>   <item name="Code Coverage by Clover" 
>         href="http://www.cenqua.com/clover" 
>         img="http://www.cenqua.com/images/clovered1.gif"
>   />
>   <item name="Hosted by SourceForge" 
>         href="http://www.sourceforge.net" 
>      img="http://sourceforge.net/sflogo.php?group_id=16035&amp;type=1"
>   />
> </powered-by>
> thanks,
> Maarten

-- 
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: (MPXDOC-126) Add support for more powered-by banners

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-126?page=all ]

Arnaud Heritier updated MPXDOC-126:
-----------------------------------

    Assign To:     (was: Arnaud Heritier)

> Add support for more powered-by banners
> ---------------------------------------
>
>          Key: MPXDOC-126
>          URL: http://jira.codehaus.org/browse/MPXDOC-126
>      Project: maven-xdoc-plugin
>         Type: New Feature
>     Reporter: Maarten Coene
>  Attachments: maven-xdoc.patch
>
> Original Estimate: 15 minutes
>         Remaining: 15 minutes
>
> Hi,
> could you add support for more powered-by banners?
> You can find an example on the dom4j website ( http://www.dom4j.org ) where you can see some other powered-by banners above the maven logo.
> I'll upload a patch that implements this. The only thing you have to do is add a powered-by elements to the navigation.xml file. For example: for the dom4j website, I've added this to navigation.xml:
> <powered-by>
>   <item name="Code Coverage by Clover" 
>         href="http://www.cenqua.com/clover" 
>         img="http://www.cenqua.com/images/clovered1.gif"
>   />
>   <item name="Hosted by SourceForge" 
>         href="http://www.sourceforge.net" 
>      img="http://sourceforge.net/sflogo.php?group_id=16035&amp;type=1"
>   />
> </powered-by>
> thanks,
> Maarten

-- 
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: (MPXDOC-126) Add support for more powered-by banners

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-126?page=all ]

Lukas Theussl updated MPXDOC-126:
---------------------------------

    Description: 
Hi,

could you add support for more powered-by banners?
You can find an example on the dom4j website ( http://www.dom4j.org ) where you can see some other powered-by banners above the maven logo.

I'll upload a patch that implements this. The only thing you have to do is add a powered-by elements to the navigation.xml file. For example: for the dom4j website, I've added this to navigation.xml:

<powered-by>
  <item name="Code Coverage by Clover" 
        href="http://www.cenqua.com/clover" 
        img="http://www.cenqua.com/images/clovered1.gif"
  />
  <item name="Hosted by SourceForge" 
        href="http://www.sourceforge.net" 
     img="http://sourceforge.net/sflogo.php?group_id=16035&amp;type=1"
  />
</powered-by>


thanks,
Maarten

  was:
Hi,

could you add support for more powered-by banners?
You can find an example on the dom4j website ( http://www.dom4j.org ) where you can see some other powered-by banners above the maven logo.

I'll upload a patch that implements this. The only thing you have to do is add a powered-by elements to the navigation.xml file. For example: for the dom4j website, I've added this to navigation.xml:

<powered-by>
  <item name="Code Coverage by Clover" 
        href="http://www.cenqua.com/clover" 
        img="http://www.cenqua.com/images/clovered1.gif"
  />
  <item name="Hosted by SourceForge" 
        href="http://www.sourceforge.net" 
     img="http://sourceforge.net/sflogo.php?group_id=16035&amp;type=1"
  />
</powered-by>


thanks,
Maarten

    Fix Version: 1.10
    Environment: 

> Add support for more powered-by banners
> ---------------------------------------
>
>          Key: MPXDOC-126
>          URL: http://jira.codehaus.org/browse/MPXDOC-126
>      Project: maven-xdoc-plugin
>         Type: New Feature
>     Reporter: Maarten Coene
>     Assignee: Lukas Theussl
>      Fix For: 1.10
>  Attachments: maven-xdoc.patch
>
> Original Estimate: 15 minutes
>         Remaining: 15 minutes
>
> Hi,
> could you add support for more powered-by banners?
> You can find an example on the dom4j website ( http://www.dom4j.org ) where you can see some other powered-by banners above the maven logo.
> I'll upload a patch that implements this. The only thing you have to do is add a powered-by elements to the navigation.xml file. For example: for the dom4j website, I've added this to navigation.xml:
> <powered-by>
>   <item name="Code Coverage by Clover" 
>         href="http://www.cenqua.com/clover" 
>         img="http://www.cenqua.com/images/clovered1.gif"
>   />
>   <item name="Hosted by SourceForge" 
>         href="http://www.sourceforge.net" 
>      img="http://sourceforge.net/sflogo.php?group_id=16035&amp;type=1"
>   />
> </powered-by>
> thanks,
> Maarten

-- 
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: (MPXDOC-126) Add support for more powered-by banners

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Maarten Coene (mailto:maarten.coene@hotpop.com)
       Date: Fri, 29 Oct 2004 4:24 PM
    Comment:
this patch implements the new feature
    Changes:
             Attachment changed to maven-xdoc.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPXDOC-126?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPXDOC-126

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-126
    Summary: Add support for more powered-by banners
       Type: New Feature

     Status: Open
   Priority: Major

 Original Estimate: 15 minutes
 Time Spent: Unknown
  Remaining: 15 minutes

    Project: maven-xdoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Maarten Coene

    Created: Fri, 29 Oct 2004 4:23 PM
    Updated: Fri, 29 Oct 2004 4:24 PM

Description:
Hi,

could you add support for more powered-by banners?
You can find an example on the dom4j website ( http://www.dom4j.org ) where you can see some other powered-by banners above the maven logo.

I'll upload a patch that implements this. The only thing you have to do is add a powered-by elements to the navigation.xml file. For example: for the dom4j website, I've added this to navigation.xml:

<powered-by>
  <item name="Code Coverage by Clover" 
        href="http://www.cenqua.com/clover" 
        img="http://www.cenqua.com/images/clovered1.gif"
  />
  <item name="Hosted by SourceForge" 
        href="http://www.sourceforge.net" 
     img="http://sourceforge.net/sflogo.php?group_id=16035&amp;type=1"
  />
</powered-by>


thanks,
Maarten


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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