Update github urls and add back donate button

fixes #1634
This commit is contained in:
Charles Gagnon
2022-04-20 10:27:49 -04:00
parent a0cfefb627
commit 16ad2c2ef9
2 changed files with 10 additions and 7 deletions

View File

@@ -2,9 +2,12 @@
<img src="/media/design/svg/D2P_logo.svg" width="620"/>
</p>
<p align="left">
<img src="/media/design/svg/GitHub_logo.svg" width="120" style="margin-left: 4px"/>
<a href="https://extensions.gnome.org/extension/1160/dash-to-panel/" >
<img src="/media/design/svg/GitHub_logo.svg" width="120"/>&nbsp;
<a href="https://extensions.gnome.org/extension/1160/dash-to-panel/" style="margin-left: 20px">
<img src="/media/design/svg/Gnome_logo.svg" width="120px"/>
</a>&nbsp;
<a href="https://www.paypal.com/donate/?hosted_button_id=5DCVELP7BSAVQ">
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" />
</a>
</p>
@@ -100,7 +103,7 @@ Beyond that, just about every aspect of the panel is fully customizable. From po
**To install the most recent official release:
[Visit Dash-to-Panel at GNOME Extensions](https://extensions.gnome.org/extension/1160/dash-to-panel/)**
To install a development version from source, please see the [Installation wiki page](https://github.com/jderose9/dash-to-panel/wiki/Installation).
To install a development version from source, please see the [Installation wiki page](https://github.com/home-sweet-gnome/dash-to-panel/wiki/Installation).
##
### FAQ
@@ -136,7 +139,7 @@ This extension manipulates the Gnome Main Panel, aka Top Bar. So, most other ext
##
### Volunteers needed!
This extension could be even better with your help! Any items in the issue tracker labelled `help wanted` or `good first issue` are up for grabs. For more info, see the [Contributing wiki page](https://github.com/jderose9/dash-to-panel/wiki/Contributing).
This extension could be even better with your help! Any items in the issue tracker labelled `help wanted` or `good first issue` are up for grabs. For more info, see the [Contributing wiki page](https://github.com/home-sweet-gnome/dash-to-panel/wiki/Contributing).
##
### Credits
@@ -179,12 +182,12 @@ Ideas for recursing child actors and assigning inline styles are based on code f
@BoQsc, @zakkak, @dandv
#### Translations:
@frnogueira / @victorwpbastos / @vagkaefer (pt_BR), @zeten30 (cs), @franglais125 / @calotam / @oeramirez (es), @LaurentTreguier / @SolarLiner (fr), @elsieholmes (uk), @hosiet (zh\_CN), @jonnius / @linuxr01 (de), @urbalazs / @pappfer (hu), @crayxt (kk), @pkomur / @MartinPL / @alex4401 (pl), @AlexGluck / @GoodNike / @rjapolov / @vantu5z (ru), @sicklylife-jp / @ryonakano /@nexryai (ja), @oltulu / @TeknoMobil / @daenney (tr), @sbadux / @kowalski7cc / @l3nn4rt (it), @OriginCode / @pan93412 (zh\_TW), @ojn (sv), @frandieguez (gl), @kuroehanako (ko)
@frnogueira / @victorwpbastos / @vagkaefer (pt_BR), @zeten30 (cs), @franglais125 / @calotam / @oeramirez (es), @LaurentTreguier / @SolarLiner (fr), @elsieholmes (uk), @hosiet (zh\_CN), @jonnius / @linuxr01 (de), @urbalazs / @pappfer (hu), @crayxt (kk), @pkomur / @MartinPL / @alex4401 (pl), @AlexGluck / @GoodNike / @rjapolov / @vantu5z (ru), @sicklylife-jp / @ryonakano / @nexryai (ja), @oltulu / @TeknoMobil / @daenney (tr), @sbadux / @kowalski7cc / @l3nn4rt (it), @OriginCode / @pan93412 (zh\_TW), @ojn (sv), @frandieguez (gl), @kuroehanako (ko)
##
### License & Terms ![](media/design/png/copyleft-16.png)
Dash to Panel is available under the terms of the GPL-v2 or later license See [`COPYING`](https://github.com/jderose9/dash-to-panel/blob/master/COPYING) for details.
Dash to Panel is available under the terms of the GPL-v2 or later license See [`COPYING`](https://github.com/home-sweet-gnome/dash-to-panel/blob/master/COPYING) for details.
![](https://img.shields.io/badge/Language-JavaScript-yellow.svg) ![](https://img.shields.io/badge/Licence-GPL--2.0-blue.svg)

View File

@@ -4,7 +4,7 @@
"name": "Dash to Panel",
"description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.\n\nFor a more traditional experience, you may also want to use Tweak Tool to enable Windows > Titlebar Buttons > Minimize & Maximize.\n\nFor the best support, please report any issues on Github. Dash-to-panel is developed and maintained by @jderose9 and @charlesg99.",
"shell-version": [ "41", "42" ],
"url": "https://github.com/jderose9/dash-to-panel",
"url": "https://github.com/home-sweet-gnome/dash-to-panel",
"gettext-domain": "dash-to-panel",
"version": 9999
}