-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bitmessage updates, moon3 theme, config editor ..
* Themes updates * Use the new config system more and more to replace the old settings file * Per-module config editor, using a tree widget * Move i18n stuff to galacteek/i18n * More work on the bitmessage client * New GIFs, change some icons to work better with the moon3 theme
- Loading branch information
cipres
authored and
cipres
committed
Feb 10, 2021
1 parent
0532a70
commit 3a39d87
Showing
152 changed files
with
9,257 additions
and
6,861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Github and Liberapay | ||
==================== | ||
|
||
.. image:: https://raw.githubusercontent.com/pinnaculum/galacteek/master/share/icons/github-mark.png | ||
:target: https://github.com/sponsors/pinnaculum | ||
:alt: Sponsor with Github Sponsors | ||
:align: left | ||
|
||
.. image:: https://raw.githubusercontent.com/pinnaculum/galacteek/master/share/icons/liberapay.png | ||
:target: https://liberapay.com/galacteek/donate | ||
:alt: Sponsor with Liberapay | ||
:align: left | ||
|
||
Cryptocurrency donations | ||
======================== | ||
|
||
You can also make a donation with Bitcoin: | ||
|
||
.. image:: https://raw.githubusercontent.com/pinnaculum/galacteek/master/share/crypto/btc/btc-donate.png | ||
:alt: Donate with Bitcoin | ||
:align: left | ||
|
||
BTC: **1Cgwbzi6R4TgWp7AG67BPwYY1iz15ATR7A** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
envs: | ||
default: | ||
language: en | ||
|
||
languagesAvailable: | ||
- code: en | ||
displayName: 'English' | ||
|
||
- code: es | ||
displayName: 'Spanish (Castilian)' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
INFURA_MAINNET_DOMAIN = 'mainnet.infura.io' | ||
INFURA_ROPSTEN_DOMAIN = 'ropsten.infura.io' | ||
INFURA_GOERLI_DOMAIN = 'goerli.infura.io' | ||
INFURA_RINKEBY_DOMAIN = 'rinkeby.infura.io' | ||
INFURA_KOVAN_DOMAIN = 'kovan.infura.io' | ||
|
||
WEBSOCKET_SCHEME = 'wss' | ||
HTTP_SCHEME = 'https' |
Oops, something went wrong.