Uploaded image for project: 'Maven Skins'
  1. Maven Skins
  2. MSKINS-22

Add GitHub ribbons support

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • fluido-1.1
    • fluido-1.1
    • Fluido Skin
    • None

    Description

      With a trivial configuration in site.xml, it is possible to add a simplified support for GitHub ribbons (you can see a live sample on the Oozie page):

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

      Attachments

        Activity

          People

            simone.tripodi Simone Tripodi
            simone.tripodi Simone Tripodi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: