You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/02/03 16:50:08 UTC

groovy git commit: Add badges

Repository: groovy
Updated Branches:
  refs/heads/master 04e309928 -> 9517a6825


Add badges


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/9517a682
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/9517a682
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/9517a682

Branch: refs/heads/master
Commit: 9517a6825e3accc2e49532c479717edf26aec152
Parents: 04e3099
Author: Daniel Sun <re...@hotmail.com>
Authored: Sun Feb 4 00:49:59 2018 +0800
Committer: Daniel Sun <re...@hotmail.com>
Committed: Sun Feb 4 00:49:59 2018 +0800

----------------------------------------------------------------------
 README.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/9517a682/README.adoc
----------------------------------------------------------------------
diff --git a/README.adoc b/README.adoc
index 2684be0..a3931f0 100644
--- a/README.adoc
+++ b/README.adoc
@@ -31,9 +31,19 @@ The Groovy development team
 :bintray-latest-version-link: https://bintray.com/groovy/maven/groovy/_latestVersion
 :bintray-watch-image: https://www.bintray.com/docs/images/bintray_badge_color.png
 :bintray-watch-link: https://bintray.com/groovy/maven/groovy/view?source=watch
+:apache-license-icon: https://img.shields.io/badge/license-APL2-blue.svg
+:apache-license-link: http://www.apache.org/licenses/LICENSE-2.0.txt
+:apache-groovy-twitter-icon: https://img.shields.io/twitter/follow/ApacheGroovy.svg?style=social
+:apache-groovy-twitter-link: https://twitter.com/intent/follow?screen_name=ApacheGroovy
+:jdk-icon: https://img.shields.io/badge/java-8+-4c7e9f.svg
 
 [.left.text-left]
 image::https://raw.githubusercontent.com/groovy/artwork/master/medium.png[]
+image:{jdk-icon}[build status, link={jdk}]
+image:{apache-license-icon}[Apache License 2, link={apache-license-link}]
+image:{build-icon}[build status, link={groovy-ci}]
+image:{apache-groovy-twitter-icon}[follow on Twitter, link={apache-groovy-twitter-link}]
+
 {groovy-www}[Groovy] is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at multiplying developers’ productivity thanks to a concise, familiar and easy to learn syntax.
 
 It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming.