This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
The following commit(s) were added to refs/heads/master by this push: new 7cb683f [MSKINS-239] Drop support for Flattr.com buttons 7cb683f is described below commit 7cb683f5505badcb7ecac9569c8445ae435377d8 Author: Sylwester Lachiewicz <slachiew...@gmail.com> AuthorDate: Sun Oct 8 16:17:27 2023 +0200 [MSKINS-239] Drop support for Flattr.com buttons --- pom.xml | 30 --------- src/it/mskins-76/pom.xml | 76 ----------------------- src/it/mskins-76/src/site/apt/index.apt.vm | 36 ----------- src/it/mskins-76/src/site/site.xml | 56 ----------------- src/it/mskins-76/verify.groovy | 36 ----------- src/it/mskins-76_topbar/pom.xml | 76 ----------------------- src/it/mskins-76_topbar/src/site/apt/index.apt.vm | 36 ----------- src/it/mskins-76_topbar/src/site/site.xml | 58 ----------------- src/it/mskins-76_topbar/verify.groovy | 36 ----------- src/main/resources/META-INF/maven/site-macros.vm | 43 ------------- src/main/resources/META-INF/maven/site.vm | 4 -- src/site/apt/index.apt.vm | 29 +-------- 12 files changed, 2 insertions(+), 514 deletions(-) diff --git a/pom.xml b/pom.xml index 15213f5..d369442 100644 --- a/pom.xml +++ b/pom.xml @@ -637,36 +637,6 @@ under the License. <outputDirectory>${project.build.directory}/site/mskins-72/</outputDirectory> </configuration> </execution> - <execution> - <id>copy-mskins-76</id> - <goals> - <goal>copy-resources</goal> - </goals> - <phase>site</phase> - <configuration> - <resources> - <resource> - <directory>${project.build.directory}/it/mskins-76/target/site/</directory> - </resource> - </resources> - <outputDirectory>${project.build.directory}/site/mskins-76/</outputDirectory> - </configuration> - </execution> - <execution> - <id>copy-mskins-76_topbar</id> - <goals> - <goal>copy-resources</goal> - </goals> - <phase>site</phase> - <configuration> - <resources> - <resource> - <directory>${project.build.directory}/it/mskins-76_topbar/target/site/</directory> - </resource> - </resources> - <outputDirectory>${project.build.directory}/site/mskins-76_topbar/</outputDirectory> - </configuration> - </execution> <execution> <id>copy-mskins-85</id> <goals> diff --git a/src/it/mskins-76/pom.xml b/src/it/mskins-76/pom.xml deleted file mode 100644 index b39993e..0000000 --- a/src/it/mskins-76/pom.xml +++ /dev/null @@ -1,76 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>@project.artifactId@-mskins-76</artifactId> - <version>@project.version@</version> - <packaging>jar</packaging> - - <name>@project.name@ IT, MSKINS-76</name> - <url>https://maven.apache.org/skins/@project.artifactId@/mskins-76/</url> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>@projectInfoReportsPluginVersion@</version> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> - </configuration> - </plugin> - </plugins> - </reporting> - -</project> diff --git a/src/it/mskins-76/src/site/apt/index.apt.vm b/src/it/mskins-76/src/site/apt/index.apt.vm deleted file mode 100644 index 90eb4fa..0000000 --- a/src/it/mskins-76/src/site/apt/index.apt.vm +++ /dev/null @@ -1,36 +0,0 @@ - ------ - ${project.name} - ------ - Michael Koch - ------ - 2013-02-19 - ------ - -~~ Licensed to the Apache Software Foundation (ASF) under one -~~ or more contributor license agreements. See the NOTICE file -~~ distributed with this work for additional information -~~ regarding copyright ownership. The ASF licenses this file -~~ to you under the Apache License, Version 2.0 (the -~~ "License"); you may not use this file except in compliance -~~ with the License. You may obtain a copy of the License at -~~ -~~ http://www.apache.org/licenses/LICENSE-2.0 -~~ -~~ Unless required by applicable law or agreed to in writing, -~~ software distributed under the License is distributed on an -~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -~~ KIND, either express or implied. See the License for the -~~ specific language governing permissions and limitations -~~ under the License. - -~~ NOTE: For help with the syntax of this file, see: -~~ http://maven.apache.org/doxia/references/apt-format.html - -${project.name} - - This is a test for ${skinName} with a large Flattr button. - ${skinDescription} - -* Actual configuration - -%{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml} diff --git a/src/it/mskins-76/src/site/site.xml b/src/it/mskins-76/src/site/site.xml deleted file mode 100644 index b98f158..0000000 --- a/src/it/mskins-76/src/site/site.xml +++ /dev/null @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - --> - -<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" - name="${skinName}"> - - <skin> - <groupId>${skinGroupId}</groupId> - <artifactId>${skinArtifactId}</artifactId> - <version>${skinVersion}</version> - </skin> - - <!-- START SNIPPET: skin-custom-config --> - <custom> - <fluidoSkin> - <flattr> - <!-- if the Apache Software Foundation had its own thing we could use it instead --> - <thing>448050/Open-Source-Initiative-OSI</thing> - <url>http://opensource.org/</url> - <style>large</style> - </flattr> - </fluidoSkin> - </custom> - <!-- END SNIPPET: skin-custom-config --> - - <publishDate format="yyyy-MM-dd" position="right" /> - <version position="right" /> - - <body> - <breadcrumbs> - <item name="Apache Maven Fluido Skin" href="https://maven.apache.org/skins/maven-fluido-skin/index.html" /> - <item name="Maven Fluido Skin ITs" href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html" /> - </breadcrumbs> - </body> -</project> diff --git a/src/it/mskins-76/verify.groovy b/src/it/mskins-76/verify.groovy deleted file mode 100644 index fbeb7e3..0000000 --- a/src/it/mskins-76/verify.groovy +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -File index = new File( basedir, "target/site/index.html" ) -assert index.exists() -String text = index.text.normalize() -assert text.contains( '''\ - <script> - (function() { - var s = document.createElement('script'), t = document.getElementsByTagName('script')[0]; - s.async = true; - s.src = 'https://api.flattr.com/js/0.6/load.js?mode=auto'; - t.parentNode.insertBefore(s, t); - })(); - </script>'''.normalize() ) - -assert text.contains( '''\ -<a class="FlattrButton" style="display:none;" href="http://opensource.org/"></a> - <noscript><a href="https://flattr.com/thing/448050/Open-Source-Initiative-OSI" target="_blank"> - <img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" style="border: 0;" /></a></noscript>'''.normalize() ) diff --git a/src/it/mskins-76_topbar/pom.xml b/src/it/mskins-76_topbar/pom.xml deleted file mode 100644 index b39993e..0000000 --- a/src/it/mskins-76_topbar/pom.xml +++ /dev/null @@ -1,76 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-skins</artifactId> - <version>@project.parent.version@</version> - </parent> - - <groupId>org.apache.maven.skins.its</groupId> - <artifactId>@project.artifactId@-mskins-76</artifactId> - <version>@project.version@</version> - <packaging>jar</packaging> - - <name>@project.name@ IT, MSKINS-76</name> - <url>https://maven.apache.org/skins/@project.artifactId@/mskins-76/</url> - - <properties> - <skinName>@project.name@</skinName> - <skinDescription>@project.description@</skinDescription> - <skinGroupId>@project.groupId@</skinGroupId> - <skinArtifactId>@project.artifactId@</skinArtifactId> - <skinVersion>@project.version@</skinVersion> - </properties> - - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>@sitePluginVersion@</version> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>@projectInfoReportsPluginVersion@</version> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> - </configuration> - </plugin> - </plugins> - </reporting> - -</project> diff --git a/src/it/mskins-76_topbar/src/site/apt/index.apt.vm b/src/it/mskins-76_topbar/src/site/apt/index.apt.vm deleted file mode 100644 index 41e46dc..0000000 --- a/src/it/mskins-76_topbar/src/site/apt/index.apt.vm +++ /dev/null @@ -1,36 +0,0 @@ - ------ - ${project.name} - ------ - Michael Koch - ------ - 2013-02-19 - ------ - -~~ Licensed to the Apache Software Foundation (ASF) under one -~~ or more contributor license agreements. See the NOTICE file -~~ distributed with this work for additional information -~~ regarding copyright ownership. The ASF licenses this file -~~ to you under the Apache License, Version 2.0 (the -~~ "License"); you may not use this file except in compliance -~~ with the License. You may obtain a copy of the License at -~~ -~~ http://www.apache.org/licenses/LICENSE-2.0 -~~ -~~ Unless required by applicable law or agreed to in writing, -~~ software distributed under the License is distributed on an -~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -~~ KIND, either express or implied. See the License for the -~~ specific language governing permissions and limitations -~~ under the License. - -~~ NOTE: For help with the syntax of this file, see: -~~ http://maven.apache.org/doxia/references/apt-format.html - -${project.name} - - This is a test for ${skinName} with a compact Flattr button placed in the top bar. - ${skinDescription} - -* Actual configuration - -%{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml} diff --git a/src/it/mskins-76_topbar/src/site/site.xml b/src/it/mskins-76_topbar/src/site/site.xml deleted file mode 100644 index 15e9a05..0000000 --- a/src/it/mskins-76_topbar/src/site/site.xml +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - --> - -<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" - name="${skinName}"> - - <skin> - <groupId>${skinGroupId}</groupId> - <artifactId>${skinArtifactId}</artifactId> - <version>${skinVersion}</version> - </skin> - - <!-- START SNIPPET: skin-custom-config --> - <custom> - <fluidoSkin> - <flattr> - <!-- if the Apache Software Foundation had its own thing we could use it instead --> - <thing>448050/Open-Source-Initiative-OSI</thing> - <url>http://opensource.org/</url> - <style>compact</style> - </flattr> - <topBarEnabled>true</topBarEnabled> - <sideBarEnabled>false</sideBarEnabled> - </fluidoSkin> - </custom> - <!-- END SNIPPET: skin-custom-config --> - - <publishDate format="yyyy-MM-dd" position="right" /> - <version position="right" /> - - <body> - <breadcrumbs> - <item name="Apache Maven Fluido Skin" href="https://maven.apache.org/skins/maven-fluido-skin/index.html" /> - <item name="Maven Fluido Skin ITs" href="https://maven.apache.org/skins/maven-fluido-skin/ITs.html" /> - </breadcrumbs> - </body> -</project> diff --git a/src/it/mskins-76_topbar/verify.groovy b/src/it/mskins-76_topbar/verify.groovy deleted file mode 100644 index 3f0299b..0000000 --- a/src/it/mskins-76_topbar/verify.groovy +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -File index = new File( basedir, "target/site/index.html" ) -assert index.exists() -String text = index.text.normalize() -assert text.contains( '''\ - <script> - (function() { - var s = document.createElement('script'), t = document.getElementsByTagName('script')[0]; - s.async = true; - s.src = 'https://api.flattr.com/js/0.6/load.js?mode=auto'; - t.parentNode.insertBefore(s, t); - })(); - </script>'''.normalize() ) - -assert text.contains( '''\ -<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://opensource.org/"></a> - <noscript><a href="https://flattr.com/thing/448050/Open-Source-Initiative-OSI" target="_blank"> - <img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" style="border: 0;" /></a></noscript>'''.normalize() ) diff --git a/src/main/resources/META-INF/maven/site-macros.vm b/src/main/resources/META-INF/maven/site-macros.vm index 9876626..9649832 100644 --- a/src/main/resources/META-INF/maven/site-macros.vm +++ b/src/main/resources/META-INF/maven/site-macros.vm @@ -553,49 +553,6 @@ $indent </ul>## #**##end #end ## -#macro( flattrHead ) -#**##if( $site.getCustomChild( 'fluidoSkin.flattr.thing' ) - && ( $site.getCustomChild( 'fluidoSkin.flattr.url' ) || $project.url ) ) - <script> - (function() { - var s = document.createElement('script'), t = document.getElementsByTagName('script')[0]; - s.async = true; - s.src = 'https://api.flattr.com/js/0.6/load.js?mode=auto'; - t.parentNode.insertBefore(s, t); - })(); - </script> -#**##end -#end -## -#macro( flattrBody $sideBarEnabled ) -#**##if( $site.getCustomChild( 'fluidoSkin.flattr.thing' ) - && ( $site.getCustomChild( 'fluidoSkin.flattr.url' ) || $project.url ) ) -#* *##set( $flattrThing = $site.getCustomValue( 'fluidoSkin.flattr.thing' ) ) -#* *##set( $flattrUrl = $site.getCustomValue( 'fluidoSkin.flattr.url', $project.url ) ) -## -#* *##set( $styleModifier = "" ) -#* *##if( $site.getCustomValue( 'fluidoSkin.flattr.style', '' ).equalsIgnoreCase( 'compact' ) ) -#* *##set( $styleModifier = 'rev="flattr;button:compact;"' ) -#* *##end -## -#* *##if( $sideBarEnabled ) - <div id="flattr"> -#* *##else - <ul class="nav pull-right"><li> -#* *##end -## - <a class="FlattrButton" style="display:none;" $styleModifier href="$flattrUrl"></a> - <noscript><a href="https://flattr.com/thing/$flattrThing" target="_blank"> - <img src="https://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" style="border: 0;" /></a></noscript> -## -#* *##if( $sideBarEnabled ) - </div> -#* *##else - </li></ul> -#* *##end -#**##end -#end -## #macro( generatedBy ) Apache Maven Doxia Site Renderer#if( $doxiaSiteRendererVersion ) $doxiaSiteRendererVersion#end## #end diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm index aef0d4a..5e0604f 100644 --- a/src/main/resources/META-INF/maven/site.vm +++ b/src/main/resources/META-INF/maven/site.vm @@ -53,7 +53,6 @@ #**##if( $headContent )$headContent#end #**##googleAnalytics() #**##matomo() -#**##flattrHead() #**##forkMeOnGitHubHead() </head> #**##set( $topBarEnabled = $convert.toBoolean( $site.getCustomValue( 'fluidoSkin.topBarEnabled', 'false' ) ) && !$standalone ) @@ -150,7 +149,6 @@ #* *##if( !$sideBarEnabled ) #* *##facebookLike( $sideBarEnabled ) #* *##followTwitter( $sideBarEnabled ) -#* *##flattrBody( $sideBarEnabled ) #* *##end ## ## ## MSKINS-31 @@ -226,8 +224,6 @@ <div class="clear"></div> #* *##followTwitter( $sideBarEnabled ) <div class="clear"></div> -#* *##flattrBody( $sideBarEnabled ) - <div class="clear"></div> #* *##builtByLogo( $site.poweredBy ) </div> </div> diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index ac2ffbf..5f2398d 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -38,7 +38,7 @@ Welcome to ${project.name}! Notice: since version 1.5 of this skin, Velocity 1.7 (used by Maven Site Plugin version 3.5) is required. But in previous versions of the skin, it was Velocity 1.5, which has some incompatibilities. If you need to mix versions, please see {{{/plugins/maven-site-plugin/migrate.html}the migration guide}} to override - Velocity version used by Maven Site Plugin as per your specific skin and site plugin requirements. + Velocity version used by Maven Site Plugin as per your specific skin and site plugin requirements. * Usage @@ -436,32 +436,7 @@ Welcome to ${project.name}! ** {Flattr button} - Since version <<1.3.1>>, fluido-skin supports {{{http://flattr.com}Flattr}} {{{http://flattr.com/support/button}button}} integration. - Users have to declare: - - * <<<custom.fluidoSkin.flattr.thing>>>: <<required>>, ID of the Flattr thing. This is the part after the <<<flattr.com/thing/>>> part of the URL of the Flattr button. - - * <<<custom.fluidoSkin.flattr.url>>>: <<optional>>, URL of the Flattr thing. Either this or the <<<$\{project.url\}>>> must be set for the button to appear. (<<<$\{project.url\}>>> by default.) - - * <<<custom.fluidoSkin.flattr.style>>>: <<optional>>, style of the Flattr button. <<<large>>> and <<<compact>>> are supported. (<<<large>>> by default.) - -+-----+ -<project name="xxx"> - [...] - <custom> - <fluidoSkin> - <flattr> - <thing>12345/Example-Org</thing> - <url>http://example.org/</url> - <style>compact</style> - </flattr> - </fluidoSkin> - </custom> - [...] -</project> -+-----+ - - By default, it is rendered in the sidebar, if the topbar only is available it will be rendered there. + As of version <<2.0.0-M9>>, support for Flattr buttons in fluido-skin has been removed. ** {Skip generation date}