Author: olamy Date: Thu Feb 21 21:37:18 2013 New Revision: 1448813 URL: http://svn.apache.org/r1448813 Log: [MSKINS-77] Add Github ribbon for maven-skins to fluido site Submitted by Michael Koch.
Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-22/src/site/site.xml maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_default/src/site/site.xml maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm maven/skins/trunk/maven-fluido-skin/src/site/site.xml Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-22/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-22/src/site/site.xml?rev=1448813&r1=1448812&r2=1448813&view=diff ============================================================================== --- maven/skins/trunk/maven-fluido-skin/src/it/mskins-22/src/site/site.xml (original) +++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-22/src/site/site.xml Thu Feb 21 21:37:18 2013 @@ -35,7 +35,7 @@ <custom> <fluidoSkin> <gitHub> - <projectId>99soft/backport-spi</projectId> + <projectId>apache/maven-skins</projectId> <ribbonOrientation>right</ribbonOrientation> <ribbonColor>black</ribbonColor> </gitHub> @@ -84,4 +84,4 @@ </footer> </body> -</project> \ No newline at end of file +</project> Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_default/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_default/src/site/site.xml?rev=1448813&r1=1448812&r2=1448813&view=diff ============================================================================== --- maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_default/src/site/site.xml (original) +++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_default/src/site/site.xml Thu Feb 21 21:37:18 2013 @@ -35,7 +35,7 @@ <custom> <fluidoSkin> <gitHub> - <projectId>99soft/backport-spi</projectId> + <projectId>apache/maven-skins</projectId> </gitHub> </fluidoSkin> </custom> @@ -82,4 +82,4 @@ </footer> </body> -</project> \ No newline at end of file +</project> Modified: maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml?rev=1448813&r1=1448812&r2=1448813&view=diff ============================================================================== --- maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml (original) +++ maven/skins/trunk/maven-fluido-skin/src/it/mskins-22_topbar/src/site/site.xml Thu Feb 21 21:37:18 2013 @@ -37,7 +37,7 @@ <topBarEnabled>true</topBarEnabled> <sideBarEnabled>false</sideBarEnabled> <gitHub> - <projectId>99soft/backport-spi</projectId> + <projectId>apache/maven-skins</projectId> <ribbonOrientation>right</ribbonOrientation> <ribbonColor>black</ribbonColor> </gitHub> @@ -86,4 +86,4 @@ </footer> </body> -</project> \ No newline at end of file +</project> Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1448813&r1=1448812&r2=1448813&view=diff ============================================================================== --- maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm (original) +++ maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Thu Feb 21 21:37:18 2013 @@ -258,7 +258,7 @@ Welcome to ${project.name}! <custom> <fluidoSkin> <gitHub> - <projectId>99soft/backport-spi</projectId> + <projectId>apache/maven-skins</projectId> <ribbonOrientation>right</ribbonOrientation> <ribbonColor>black</ribbonColor> </gitHub> Modified: maven/skins/trunk/maven-fluido-skin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/site.xml?rev=1448813&r1=1448812&r2=1448813&view=diff ============================================================================== --- maven/skins/trunk/maven-fluido-skin/src/site/site.xml (original) +++ maven/skins/trunk/maven-fluido-skin/src/site/site.xml Thu Feb 21 21:37:18 2013 @@ -37,6 +37,11 @@ under the License. <fluidoSkin> <googlePlusOne /> <facebookLike /> + <gitHub> + <projectId>apache/maven-skins</projectId> + <ribbonOrientation>right</ribbonOrientation> + <ribbonColor>red</ribbonColor> + </gitHub> </fluidoSkin> </custom>