Repository: incubator-groovy Updated Branches: refs/heads/GROOVY_2_4_X 467dba6dd -> 84feb9157
change link for logo from codehaus to github Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/83a1240d Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/83a1240d Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/83a1240d Branch: refs/heads/GROOVY_2_4_X Commit: 83a1240d1e834dd827aaeb47846db4ab65c8a05f Parents: 467dba6 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jun 7 10:07:55 2015 +0200 Committer: Paul King <pa...@asert.com.au> Committed: Mon Jun 8 21:25:44 2015 +1000 ---------------------------------------------------------------------- README.adoc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/83a1240d/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index de5f191..2f059c3 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ The Groovy development team :revdate: 24-02-2014 :build-icon: http://ci.groovy-lang.org:8111/app/rest/builds/buildType:(id:Groovy_Jdk7Build)/statusIcon :noheader: -:groovy-www: http://groovy.codehaus.org/ +:groovy-www: http://groovy-lang.org/ :groovy-ci: http://ci.groovy-lang.org?guest=1 :jdk: http://www.oracle.com/technetwork/java/javase/downloads :bintray-latest-version-image: https://api.bintray.com/packages/groovy/maven/groovy/images/download.png @@ -12,14 +12,10 @@ The Groovy development team :bintray-watch-link: https://bintray.com/groovy/maven/groovy/view?source=watch [.left.text-left] -image::http://groovy.codehaus.org/images/groovy-logo.png[] -{groovy-www}[Groovy] is an agile and dynamic language for the Java Virtual Machine. It builds upon the strengths of Java, but has additional power features inspired by languages like Python, Ruby and Smalltalk. +image::https://raw.githubusercontent.com/groovy/artwork/master/medium.png[] +{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. -Groovy makes modern programming features available to Java developers with almost-zero learning curve as well as supports Domain-Specific Languages and other compact syntax so your code becomes easy to read and maintain. - -Groovy makes writing shell and build scripts easy with its powerful processing primitives, OO abilities and an Ant DSL. - -It also increases developer productivity by reducing scaffolding code when developing web, GUI, database or console applications. Groovy simplifies testing by supporting unit testing and mocking out-of-the-box. Groovy also seamlessly integrates with all existing Java classes and libraries and compiles straight to Java bytecode so you can use it anywhere you can use Java. +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. == Downloading