Skip to content

Commit

Permalink
Add Patreon badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jun 22, 2017
1 parent bd8f0dc commit c67c01d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ image:https://api.bintray.com/packages/griffon/griffon-plugins/{project-name}/im

---

image:https://img.shields.io/gitter/room/griffon/griffon.js.svg[link="https://gitter.im/griffon/griffon]
image:https://img.shields.io/badge/donations-Patreon-orange.svg[https://www.patreon.com/user?u=6609318]

---

link:http://erikflowers.github.io/weather-icons/[WeatherIcons, window="_blank"] gives you scalable vector icons.

Refer to the link:http://griffon-plugins.github.io/{project-name}/[plugin guide, window="_blank"] for
Expand Down
20 changes: 10 additions & 10 deletions gradle/docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ javadoc {
options.docTitle = "$project.name $project.version API"
options.footer = javadocFooter
options.links = ['http://www.slf4j.org/apidocs/',
'http://junit.org/javadoc/latest/',
'http://docs.oracle.com/javase/7/docs/api/',
'http://jsr-305.googlecode.com/svn/trunk/javadoc/',
'http://atinject.googlecode.com/svn/trunk/javadoc/',
'http://griffon.github.io/griffon/guide/api/']
'http://junit.org/junit4/javadoc/latest/',
'http://docs.oracle.com/javase/8/docs/api/',
'http://aalmiray.github.io/jsr-305/apidocs/',
'http://javax-inject.github.io/javax-inject/api/',
"http://griffon-framework.org/guide/${griffonVersion}/api".toString()]

doLast { task ->
copy {
Expand All @@ -40,11 +40,11 @@ if (plugins.hasPlugin('groovy')) {
footer = project.javadocFooter
includePrivate = false
link 'http://www.slf4j.org/apidocs/', 'org.slf4j.'
link 'http://docs.oracle.com/javase/7/docs/api/', 'java.', 'org.xml.', 'javax.', 'org.w3c.'
link 'http://jsr-305.googlecode.com/svn/trunk/javadoc/', 'javax.annotation.'
link 'http://griffon.github.io/griffon/guide/api/', 'griffon.', 'org.codehaus.griffon.'
link 'http://junit.org/javadoc/latest/', 'org.junit.', 'junit.'
link 'http://atinject.googlecode.com/svn/trunk/javadoc/', 'javax.inject.'
link 'http://docs.oracle.com/javase/8/docs/api/', 'java.', 'org.xml.', 'javax.', 'org.w3c.'
link 'http://aalmiray.github.io/jsr-305/apidocs/', 'javax.annotation.'
link "http://griffon-framework.org/guide/${griffonVersion}/api".toString(), 'griffon.', 'org.codehaus.griffon.'
link 'http://junit.org/junit4/javadoc/latest/', 'org.junit.', 'junit.'
link 'http://javax-inject.github.io/javax-inject/api/', 'javax.inject.'

doLast { task ->
copy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ task apiDocs(type: Javadoc, dependsOn: copyDocs) {
options.docTitle = "${pluginBaseName} ${project.version}"
options.footer = project.javadocFooter
options.links = ['http://www.slf4j.org/apidocs/',
'http://junit.org/javadoc/latest/',
'http://docs.oracle.com/javase/7/docs/api/',
'http://jsr-305.googlecode.com/svn/trunk/javadoc/',
'http://atinject.googlecode.com/svn/trunk/javadoc/',
'http://griffon-framework.org/guide/latest/api/']
'http://junit.org/junit4/javadoc/latest/',
'http://docs.oracle.com/javase/8/docs/api/',
'http://aalmiray.github.io/jsr-305/apidocs/',
'http://javax-inject.github.io/javax-inject/api/',
"http://griffon-framework.org/guide/${griffonVersion}/api".toString()]

doLast { task ->
copy {
Expand Down

0 comments on commit c67c01d

Please sign in to comment.