Site and REAME update after achieving Linux Foundation's CII Best Practices badge
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/64c5cd9e Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/64c5cd9e Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/64c5cd9e Branch: refs/heads/master Commit: 64c5cd9eaa52538a34cf5d8403e52bb801679bdc Parents: 01dd46f Author: Francesco Chicchiriccò <[email protected]> Authored: Thu May 26 10:05:10 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu May 26 10:05:10 2016 +0200 ---------------------------------------------------------------------- README.md | 3 +++ src/site/site.xml | 24 ++++++++++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/64c5cd9e/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4c83469..ccdf489 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,7 @@ implemented in Java EE technology and released under Apache 2.0 license. More information at http://syncope.apache.org +<a href="https://bestpractices.coreinfrastructure.org/projects/154"> + <img src="https://bestpractices.coreinfrastructure.org/projects/154/badge"/> +</a> <a href="https://travis-ci.org/apache/syncope"><img src="https://api.travis-ci.org/apache/syncope.png"/></a> http://git-wip-us.apache.org/repos/asf/syncope/blob/64c5cd9e/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index a1e48b5..e98d5be 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -18,10 +18,10 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.6.0" +<project xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 - http://maven.apache.org/xsd/decoration-1.6.0.xsd" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 + http://maven.apache.org/xsd/decoration-1.7.0.xsd" name="Apache Syncope"> <publishDate position="none"/> @@ -47,10 +47,6 @@ under the License. </twitter> <facebookLike/> <googlePlusOne/> - <ohloh> - <projectId>syncope</projectId> - <widget>thin-badge</widget> - </ohloh> </fluidoSkin> </custom> @@ -91,7 +87,19 @@ under the License. </menu> <footer> - Apache, Syncope, Apache Syncope, the Apache feather logo and the Apache Syncope project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. + <![CDATA[ +Apache, Syncope, Apache Syncope, the Apache feather logo and the Apache Syncope project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. + + <div class="pull-right"> + <script type="text/javascript" src="https://www.ohloh.net/p/syncope/widgets/project_thin_badge.js"></script> + <a href="https://bestpractices.coreinfrastructure.org/projects/154"> + <img src="https://bestpractices.coreinfrastructure.org/projects/154/badge" style="vertical-align: top"/> + </a> + <a href="https://travis-ci.org/apache/syncope"> + <img src="https://api.travis-ci.org/apache/syncope.png" style="vertical-align: top"/> + </a> + </div> + ]]> </footer> </body>
