From 0d7a8f62c2dbc19f6da1296ae83a652a19d3bc2d Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Sat, 17 Jan 2015 00:01:47 +0000 Subject: [PATCH 1/5] README.md edited online with Bitbucket --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c215409..137e66c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # ClojureFX +[![Clojars Project](http://clojars.org/clojurefx/latest-version.svg)](http://clojars.org/clojurefx) + **Note: This is a complete rewrite, no code has been taken over from the old version on GitHub, and I'm taking a radically different approach.** A Clojure extension to make working with [JavaFX](http://download.java.net/jdk8/jfxdocs/index.html) simpler and more idiomatic. It allows you to naturally work with stock JavaFX components through use of extended protocols. Should a feature be missing you can easily extend ClojureFX in your own codebase or just fall back to standard JavaFX methods. ## Features -This is in a very early state, so there isn't much yet. Take a look at the [ClojureFX wiki](https://bitbucket.org/zilti/clojurefx/wiki/Home). +This is in a very early state, so there isn't much yet. Take a look at the [ClojureFX wiki](https://bitbucket.org/zilti/clojurefx/wiki/Home) to find out what's done already. ### Declarative UI programming From ba3dd17984b914a9826886604649072021a746b9 Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Sat, 17 Jan 2015 03:22:13 +0000 Subject: [PATCH 2/5] README.md edited online with Bitbucket --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 137e66c..2fa64c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ClojureFX -[![Clojars Project](http://clojars.org/clojurefx/latest-version.svg)](http://clojars.org/clojurefx) +```clojure +[clojurefx "0.0.20-SNAPSHOT"] +``` **Note: This is a complete rewrite, no code has been taken over from the old version on GitHub, and I'm taking a radically different approach.** From 4f65cd5ff95991edd21e7e6b8ee225e8d00916a2 Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Sat, 17 Jan 2015 05:47:39 +0000 Subject: [PATCH 3/5] README.md edited online with Bitbucket --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fa64c8..82ea385 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl-3.0.en.html#content) +[![Clojars](https://img.shields.io/badge/clojars-0.0.20--SNAPSHOT-blue.svg?style=flat)](https://clojars.org/clojurefx/versions/0.0.20-SNAPSHOT) +[![Gratipay](//img.shields.io/gratipay/zilti.svg?style=flat)](//gratipay.com/zilti) +[![Flattr this](//api.flattr.com/button/flattr-badge-small.png)](https://flattr.com/submit/auto?user_id=zilti&url=https%3A%2F%2Fbitbucket.org%2Fzilti%2Fclojurefx) + # ClojureFX ```clojure @@ -20,7 +25,4 @@ This is in a very early state, so there isn't much yet. Take a look at the [Cloj Label {:text "I'm ClojureFX!"} HBox {:id "HorizontalBox" :children [Button {:text "Alright."}]}]}]) -``` - -## Donations -[![Gratipay](//img.shields.io/gratipay/zilti.svg)](//gratipay.com/zilti) [![Flattr this](//api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=zilti&url=https%3A%2F%2Fbitbucket.org%2Fzilti%2Fclojurefx) \ No newline at end of file +``` \ No newline at end of file From 471fedab1bcfdee1d2313cbf31c6fc56261f933f Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Sat, 17 Jan 2015 05:51:16 +0000 Subject: [PATCH 4/5] README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ea385..9fb4969 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl-3.0.en.html#content) [![Clojars](https://img.shields.io/badge/clojars-0.0.20--SNAPSHOT-blue.svg?style=flat)](https://clojars.org/clojurefx/versions/0.0.20-SNAPSHOT) [![Gratipay](//img.shields.io/gratipay/zilti.svg?style=flat)](//gratipay.com/zilti) -[![Flattr this](//api.flattr.com/button/flattr-badge-small.png)](https://flattr.com/submit/auto?user_id=zilti&url=https%3A%2F%2Fbitbucket.org%2Fzilti%2Fclojurefx) +[![Flattr this](//api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=zilti&url=https%3A%2F%2Fbitbucket.org%2Fzilti%2Fclojurefx) # ClojureFX From 0c8e1799b3f179ee580109ba6cef0b2dccf22a1d Mon Sep 17 00:00:00 2001 From: "zilti@lyrion.ch" Date: Sat, 17 Jan 2015 05:52:26 +0000 Subject: [PATCH 5/5] README.md edited online with Bitbucket --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fb4969..767f7c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl-3.0.en.html#content) -[![Clojars](https://img.shields.io/badge/clojars-0.0.20--SNAPSHOT-blue.svg?style=flat)](https://clojars.org/clojurefx/versions/0.0.20-SNAPSHOT) +[![License](//img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl-3.0.en.html#content) +[![Clojars](//img.shields.io/badge/clojars-0.0.20--SNAPSHOT-blue.svg?style=flat)](https://clojars.org/clojurefx/versions/0.0.20-SNAPSHOT) [![Gratipay](//img.shields.io/gratipay/zilti.svg?style=flat)](//gratipay.com/zilti) [![Flattr this](//api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=zilti&url=https%3A%2F%2Fbitbucket.org%2Fzilti%2Fclojurefx)