Skip to content

Commit 4e841ea

Browse files
Remove broken badges from readme.
1 parent 5083535 commit 4e841ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.textile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
h1. Simple oembed implementation for Java based on Apache HttpClient
22

3-
!https://github.com/michael-simons/java-oembed/workflows/build/badge.svg!:https://github.com/michael-simons/java-oembed/actions !https://sonarcloud.io/api/project_badges/measure?project=eu.michael-simons%3Ajava-oembed&metric=coverage!:https://sonarcloud.io/dashboard?id=eu.michael-simons%3Ajava-oembed !https://sonarcloud.io/api/project_badges/measure?project=eu.michael-simons%3Ajava-oembed&metric=alert_status!:https://sonarcloud.io/dashboard?id=eu.michael-simons%3Ajava-oembed
4-
53
This is a very simple Java client for consuming "Oembed":http://www.oembed.com/ enabled sites.
64

75
It uses "Jackson":http://jackson.codehaus.org/ for JSON processing and JAXB for XML parsing.
@@ -138,7 +136,6 @@ public class OembedConfig {
138136
and achieving the same result as in the stand alone version through the following properties:
139137

140138
<pre><code>
141-
142139
# A flag wether autodiscovery of oembed endpoints should be tried. Defaults to false.
143140
# some-app.oembed.autodiscovery =
144141

@@ -153,4 +150,4 @@ some-app.oembed.endpoints[0].endpoint = https://www.youtube.com/oembed
153150
some-app.oembed.endpoints[0].maxWidth = 480
154151
some-app.oembed.endpoints[0].urlSchemes[0] = https?://(www|de)\\.youtube\\.com/watch\\?v=.*
155152
# some-app.oembed.endpoints[0].responseRendererClass = de.dailyfratze.text.oembed.YoutubeRenderer
156-
</code></pre>
153+
</code></pre>

0 commit comments

Comments
 (0)