You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Simone Tripodi (JIRA)" <ji...@codehaus.org> on 2011/12/27 00:30:03 UTC

[jira] (MSKINS-22) Add GitHub ribbons support

Simone Tripodi created MSKINS-22:
------------------------------------

             Summary: Add GitHub ribbons support 
                 Key: MSKINS-22
                 URL: https://jira.codehaus.org/browse/MSKINS-22
             Project: Maven Skins
          Issue Type: New Feature
          Components: Fluido Skin
    Affects Versions: fluido-1.1
            Reporter: Simone Tripodi


With a trivial configuration in {{site.xml}}, it is possible to add a simplified support for GitHub [ribbons|https://github.com/blog/273-github-ribbons] (you can see a live sample on the [Oozie page|http://yahoo.github.com/oozie/]):

{code}
  <custom>
    <fluidoSkin>
      <gitHub>
        <!-- the github project id, it will be translated in a valid github url -->
        <projectId>99soft/backport-spi</projectId>
        <!-- the ribbon position, left/right only accepted -->
        <ribbonOrientation>right</ribbonOrientation>
        <!-- the ribbon color, red/green/black/orange/gray only accepted -->
        <ribbonColor>black</ribbonColor>
      </gitHub>
    </fluidoSkin>
  </custom>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MSKINS-22) Add GitHub ribbons support

Posted by "Simone Tripodi (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSKINS-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simone Tripodi closed MSKINS-22.
--------------------------------

       Resolution: Fixed
    Fix Version/s: fluido-1.1
         Assignee: Simone Tripodi

fixed on /trunk, see [r1224835|https://svn.apache.org/viewvc?view=revision&revision=1224835]
                
> Add GitHub ribbons support 
> ---------------------------
>
>                 Key: MSKINS-22
>                 URL: https://jira.codehaus.org/browse/MSKINS-22
>             Project: Maven Skins
>          Issue Type: New Feature
>          Components: Fluido Skin
>    Affects Versions: fluido-1.1
>            Reporter: Simone Tripodi
>            Assignee: Simone Tripodi
>             Fix For: fluido-1.1
>
>
> With a trivial configuration in {{site.xml}}, it is possible to add a simplified support for GitHub [ribbons|https://github.com/blog/273-github-ribbons] (you can see a live sample on the [Oozie page|http://yahoo.github.com/oozie/]):
> {code}
>   <custom>
>     <fluidoSkin>
>       <gitHub>
>         <!-- the github project id, it will be translated in a valid github url -->
>         <projectId>99soft/backport-spi</projectId>
>         <!-- the ribbon position, left/right only accepted -->
>         <ribbonOrientation>right</ribbonOrientation>
>         <!-- the ribbon color, red/green/black/orange/gray only accepted -->
>         <ribbonColor>black</ribbonColor>
>       </gitHub>
>     </fluidoSkin>
>   </custom>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira