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