|
9 | 9 | http://www.eclipse.org/legal/epl-v20.html |
10 | 10 |
|
11 | 11 | --> |
12 | | -<project name="${project.name}" |
13 | | - xmlns="http://maven.apache.org/DECORATION/1.8.0" |
14 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
15 | | - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> |
| 12 | +<site name="${project.name}" |
| 13 | + xmlns="http://maven.apache.org/SITE/2.0.0" |
| 14 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 15 | + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> |
16 | 16 | <skin> |
17 | 17 | <groupId>org.apache.maven.skins</groupId> |
18 | 18 | <artifactId>maven-fluido-skin</artifactId> |
|
30 | 30 | <publishDate position="right" /> |
31 | 31 |
|
32 | 32 | <bannerLeft> |
33 | | - <name>External Code Formatters for NetBeans</name> |
34 | | - <src>imgs/logos/externalcodeformatter.png</src> |
35 | 33 | <href>https://funfried.github.io/externalcodeformatter_for_netbeans/</href> |
| 34 | + <image src="imgs/logos/externalcodeformatter.png" alt="External Code Formatters for NetBeans" /> |
36 | 35 | </bannerLeft> |
37 | 36 |
|
38 | 37 | <bannerRight> |
39 | | - <name>Apache NetBeans</name> |
40 | | - <src>imgs/logos/netbeans.png</src> |
41 | 38 | <href>https://netbeans.apache.org/</href> |
| 39 | + <image src="imgs/logos/netbeans.png" alt="Apache NetBeans" /> |
42 | 40 | </bannerRight> |
43 | 41 |
|
44 | 42 | <poweredBy> |
45 | | - <logo name="Apache NetBeans" href="https://netbeans.apache.org/" img="imgs/logos/netbeans_small.png" /> |
46 | | - <logo name="Maven" href="https://maven.apache.org/" img="https://maven.apache.org/images/logos/maven-feather.png" /> |
47 | | - <logo name="Maven Central" href="https://maven-badges.herokuapp.com/maven-central/de.funfried.netbeans.plugins/externalcodeformatter/" img="https://maven-badges.herokuapp.com/maven-central/de.funfried.netbeans.plugins/externalcodeformatter/badge.svg" /> |
48 | | - <logo name="Release Build Status" href="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/release_maven.yml" img="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/release_maven.yml/badge.svg" /> |
49 | | - <logo name="Linux Build Status" href="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/linux_maven.yml" img="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/linux_maven.yml/badge.svg" /> |
50 | | - <logo name="Windows Build Status" href="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/windows_maven.yml" img="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/windows_maven.yml/badge.svg" /> |
51 | | - <logo name="Coverage Status" href="https://coveralls.io/github/funfried/externalcodeformatter_for_netbeans?branch=master" img="https://coveralls.io/repos/github/funfried/externalcodeformatter_for_netbeans/badge.svg?branch=master" /> |
52 | | - <logo name="Code Coverage" href="https://codecov.io/gh/funfried/externalcodeformatter_for_netbeans" img="https://codecov.io/gh/funfried/externalcodeformatter_for_netbeans/branch/master/graph/badge.svg" /> |
53 | | - <logo name="Codacy Badge" href="https://www.codacy.com/manual/funfried/externalcodeformatter_for_netbeans?utm_source=github.com&utm_medium=referral&utm_content=funfried/externalcodeformatter_for_netbeans&utm_campaign=Badge_Grade" img="https://api.codacy.com/project/badge/Grade/7d825731274a4f4783e4203eb7cbf811" /> |
54 | | - <logo name="Follow Me On Twitter" href="https://twitter.com/funfried84" img="https://img.shields.io/twitter/follow/funfried84?style=social" /> |
55 | | - <logo name="Donate via PayPal" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=926F5XBCTK2LQ&source=url" img="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" /> |
56 | | - <logo name="Become a Patron!" href="https://www.patreon.com/funfried" img="imgs/logos/become_a_patron_button.png" /> |
57 | | - <logo name="Buy me a drink" href="https://www.buymeacoffee.com/funfried" img="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20drink&emoji=%F0%9F%A5%83&slug=funfried&button_colour=5F7FFF&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00" /> |
58 | | - <logo name="Say Thanks" href="https://saythanks.io/to/funfried" img="https://img.shields.io/static/v1?label=say&message=thanks&color=green&style=for-the-badge&logo=handshake" /> |
| 43 | + <logo name="Apache NetBeans" href="https://netbeans.apache.org/"> |
| 44 | + <image src="imgs/logos/netbeans_small.png" /> |
| 45 | + </logo> |
| 46 | + <logo name="Maven" href="https://maven.apache.org/"> |
| 47 | + <image src="https://maven.apache.org/images/logos/maven-feather.png" /> |
| 48 | + </logo> |
| 49 | + <logo name="Maven Central" href="https://maven-badges.herokuapp.com/maven-central/de.funfried.netbeans.plugins/externalcodeformatter/"> |
| 50 | + <image src="https://maven-badges.herokuapp.com/maven-central/de.funfried.netbeans.plugins/externalcodeformatter/badge.svg" /> |
| 51 | + </logo> |
| 52 | + <logo name="Release Build Status" href="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/release_maven.yml"> |
| 53 | + <image src="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/release_maven.yml/badge.svg" /> |
| 54 | + </logo> |
| 55 | + <logo name="Linux Build Status" href="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/linux_maven.yml"> |
| 56 | + <image src="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/linux_maven.yml/badge.svg" /> |
| 57 | + </logo> |
| 58 | + <logo name="Windows Build Status" href="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/windows_maven.yml"> |
| 59 | + <image src="https://github.com/funfried/externalcodeformatter_for_netbeans/actions/workflows/windows_maven.yml/badge.svg" /> |
| 60 | + </logo> |
| 61 | + <logo name="Coverage Status" href="https://coveralls.io/github/funfried/externalcodeformatter_for_netbeans?branch=master"> |
| 62 | + <image src="https://coveralls.io/repos/github/funfried/externalcodeformatter_for_netbeans/badge.svg?branch=master" /> |
| 63 | + </logo> |
| 64 | + <logo name="Code Coverage" href="https://codecov.io/gh/funfried/externalcodeformatter_for_netbeans"> |
| 65 | + <image src="https://codecov.io/gh/funfried/externalcodeformatter_for_netbeans/branch/master/graph/badge.svg" /> |
| 66 | + </logo> |
| 67 | + <logo name="Codacy Badge" href="https://www.codacy.com/manual/funfried/externalcodeformatter_for_netbeans?utm_source=github.com&utm_medium=referral&utm_content=funfried/externalcodeformatter_for_netbeans&utm_campaign=Badge_Grade"> |
| 68 | + <image src="https://api.codacy.com/project/badge/Grade/7d825731274a4f4783e4203eb7cbf811" /> |
| 69 | + </logo> |
| 70 | + <logo name="Follow Me On Twitter" href="https://twitter.com/funfried84"> |
| 71 | + <image src="https://img.shields.io/twitter/follow/funfried84?style=social" /> |
| 72 | + </logo> |
| 73 | + <logo name="Donate via PayPal" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=926F5XBCTK2LQ&source=url"> |
| 74 | + <image src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" /> |
| 75 | + </logo> |
| 76 | + <logo name="Become a Patron!" href="https://www.patreon.com/funfried"> |
| 77 | + <image src="imgs/logos/become_a_patron_button.png" /> |
| 78 | + </logo> |
| 79 | + <logo name="Buy me a drink" href="https://www.buymeacoffee.com/funfried"> |
| 80 | + <image src="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20drink&emoji=%F0%9F%A5%83&slug=funfried&button_colour=5F7FFF&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00" /> |
| 81 | + </logo> |
| 82 | + <logo name="Say Thanks" href="https://saythanks.io/to/funfried"> |
| 83 | + <image src="https://img.shields.io/static/v1?label=say&message=thanks&color=green&style=for-the-badge&logo=handshake" /> |
| 84 | + </logo> |
59 | 85 | </poweredBy> |
60 | 86 |
|
61 | 87 | <body> |
|
79 | 105 | <item name="Donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=926F5XBCTK2LQ&source=url" /> |
80 | 106 | </links> |
81 | 107 | </body> |
82 | | -</project> |
| 108 | +</site> |
0 commit comments