From 8c9ff2a2a9a104a71ebe3547e3c4180afc819510 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 23 Nov 2023 17:18:09 +0100 Subject: [PATCH] chore: Add sponsors section to readme (#758) * chore: Add sponsors section to readme * which link style works in nested folders? * add sponsors to plugin readmes * use https links as src * double test it with the pr branch * revert last commit * fmt --- .github/sponsors/crabnebula.svg | 31 +++++++++++++++++++++++++++++++ README.md | 16 ++++++++++++++++ plugins/authenticator/README.md | 18 +++++++++++++++++- plugins/autostart/README.md | 18 +++++++++++++++++- plugins/fs-extra/README.md | 18 +++++++++++++++++- plugins/fs-watch/README.md | 18 +++++++++++++++++- plugins/localhost/README.md | 18 +++++++++++++++++- plugins/log/README.md | 18 +++++++++++++++++- plugins/persisted-scope/README.md | 18 +++++++++++++++++- plugins/positioner/README.md | 18 +++++++++++++++++- plugins/single-instance/README.md | 18 +++++++++++++++++- plugins/sql/README.md | 18 +++++++++++++++++- plugins/store/README.md | 18 +++++++++++++++++- plugins/stronghold/README.md | 18 +++++++++++++++++- plugins/upload/README.md | 18 +++++++++++++++++- plugins/websocket/README.md | 18 +++++++++++++++++- plugins/window-state/README.md | 18 +++++++++++++++++- shared/template/README.md | 18 +++++++++++++++++- 18 files changed, 319 insertions(+), 16 deletions(-) create mode 100644 .github/sponsors/crabnebula.svg diff --git a/.github/sponsors/crabnebula.svg b/.github/sponsors/crabnebula.svg new file mode 100644 index 00000000..40e24131 --- /dev/null +++ b/.github/sponsors/crabnebula.svg @@ -0,0 +1,31 @@ + \ No newline at end of file diff --git a/README.md b/README.md index cc7541ae..f571e800 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,19 @@ | [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? | _This repo and all plugins require a Rust version of at least **1.64**_ + +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). diff --git a/plugins/authenticator/README.md b/plugins/authenticator/README.md index 6d0e4a24..43f3ee38 100644 --- a/plugins/authenticator/README.md +++ b/plugins/authenticator/README.md @@ -1,4 +1,4 @@ -![plugin-authenticator](banner.png) +![plugin-authenticator](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/authenticator/banner.png) Use hardware security-keys in your Tauri App. @@ -103,6 +103,22 @@ if (counter && counter > 0) { PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/autostart/README.md b/plugins/autostart/README.md index eaf79ec9..70b25925 100644 --- a/plugins/autostart/README.md +++ b/plugins/autostart/README.md @@ -1,4 +1,4 @@ -![plugin-autostart](banner.png) +![plugin-autostart](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/autostart/banner.png) Automatically launch your application at startup. Supports Windows, Mac (via AppleScript or Launch Agent), and Linux. @@ -66,6 +66,22 @@ disable(); PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/fs-extra/README.md b/plugins/fs-extra/README.md index 52f65e13..1130ffc8 100644 --- a/plugins/fs-extra/README.md +++ b/plugins/fs-extra/README.md @@ -1,4 +1,4 @@ -![tauri-plugin-fs-extra](banner.png) +![plugin-fs-extra](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/fs-extra/banner.png) Additional file system methods not included in the core API. @@ -60,6 +60,22 @@ await metadata("/path/to/file"); PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/fs-watch/README.md b/plugins/fs-watch/README.md index be752fb7..3f8fd173 100644 --- a/plugins/fs-watch/README.md +++ b/plugins/fs-watch/README.md @@ -1,4 +1,4 @@ -![plugin-fs-watch](banner.png) +![plugin-fs-watch](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/fs-watch/banner.png) Watch files and directories for changes using [notify](https://github.com/notify-rs/notify). @@ -75,6 +75,22 @@ const stopRawWatcher = await watchImmediate( PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/localhost/README.md b/plugins/localhost/README.md index 410f8deb..bab7450a 100644 --- a/plugins/localhost/README.md +++ b/plugins/localhost/README.md @@ -1,4 +1,4 @@ -![plugin-localhost](banner.png) +![plugin-localhost](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/localhost/banner.png) Expose your apps assets through a localhost server instead of the default custom protocol. @@ -67,6 +67,22 @@ fn main() { PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/log/README.md b/plugins/log/README.md index f50a7eec..2d2e8534 100644 --- a/plugins/log/README.md +++ b/plugins/log/README.md @@ -1,4 +1,4 @@ -![plugin-log](banner.png) +![plugin-log](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/log/banner.png) Configurable logging for your Tauri app. @@ -83,6 +83,22 @@ Now, you can use the macros provided by the log crate to log messages from your PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/persisted-scope/README.md b/plugins/persisted-scope/README.md index 4c38450a..2e7fc136 100644 --- a/plugins/persisted-scope/README.md +++ b/plugins/persisted-scope/README.md @@ -1,4 +1,4 @@ -![plugin-persisted-scope](banner.png) +![plugin-persisted-scope](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/persisted-scope/banner.png) Save filesystem and asset scopes and restore them when the app is reopened. @@ -42,6 +42,22 @@ Afterwards the plugin will automatically save and restore filesystem and asset s PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/positioner/README.md b/plugins/positioner/README.md index 924598e5..cf447e20 100644 --- a/plugins/positioner/README.md +++ b/plugins/positioner/README.md @@ -1,4 +1,4 @@ -![plugin-positioner](banner.png) +![plugin-positioner](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/positioner/banner.png) Position your windows at well-known locations. @@ -87,6 +87,22 @@ let _ = win.move_window(Position::TopRight); PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2021 - Jonas Kruckenberg. 2021 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/single-instance/README.md b/plugins/single-instance/README.md index 7b265c59..0bfdd479 100644 --- a/plugins/single-instance/README.md +++ b/plugins/single-instance/README.md @@ -1,4 +1,4 @@ -![tauri-plugin-single-instance](banner.png) +![plugin-single-instance](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/single-instance/banner.png) Ensure a single instance of your tauri app is running. @@ -52,6 +52,22 @@ fn main() { PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/sql/README.md b/plugins/sql/README.md index 5addb7eb..da1e2e8e 100644 --- a/plugins/sql/README.md +++ b/plugins/sql/README.md @@ -1,4 +1,4 @@ -![plugin-sql](banner.png) +![plugin-sql](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/sql/banner.png) Interface with SQL databases through [sqlx](https://github.com/launchbadge/sqlx). It supports the `sqlite`, `mysql` and `postgres` drivers, enabled by a Cargo feature. @@ -100,6 +100,22 @@ const result = await db.execute( PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/store/README.md b/plugins/store/README.md index 6ab5809f..ac3093dc 100644 --- a/plugins/store/README.md +++ b/plugins/store/README.md @@ -1,4 +1,4 @@ -![plugin-store](banner.png) +![plugin-store](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/store/banner.png) Simple, persistent key-value store. @@ -107,6 +107,22 @@ with_store(app_handle, stores, path, |store| store.insert("a".to_string(), json! PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/stronghold/README.md b/plugins/stronghold/README.md index 1a1724d8..20bca5e0 100644 --- a/plugins/stronghold/README.md +++ b/plugins/stronghold/README.md @@ -1,4 +1,4 @@ -![plugin-stronghold](banner.png) +![plugin-stronghold](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/stronghold/banner.png) Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger/stronghold.rs) encrypted database and secure runtime. @@ -64,6 +64,22 @@ import { Stronghold, Location } from "tauri-plugin-stronghold-api"; PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/upload/README.md b/plugins/upload/README.md index 6bba0e94..94445267 100644 --- a/plugins/upload/README.md +++ b/plugins/upload/README.md @@ -1,4 +1,4 @@ -![plugin-upload](banner.png) +![plugin-upload](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/upload/banner.png) Upload files from disk to a remote server over HTTP. Download files from a remote HTTP server to disk. @@ -77,6 +77,22 @@ download( PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/websocket/README.md b/plugins/websocket/README.md index 0d098c1a..42fc4fa8 100644 --- a/plugins/websocket/README.md +++ b/plugins/websocket/README.md @@ -1,4 +1,4 @@ -![plugin-websocket](banner.png) +![plugin-websocket](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/websocket/banner.png) @@ -64,6 +64,22 @@ await ws.disconnect(); PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/plugins/window-state/README.md b/plugins/window-state/README.md index c0c49de6..d24364a7 100644 --- a/plugins/window-state/README.md +++ b/plugins/window-state/README.md @@ -1,4 +1,4 @@ -![plugin-window-state](banner.png) +![plugin-window-state](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/window-state/banner.png) Save window positions and sizes and restore them when the app is reopened. @@ -88,6 +88,22 @@ restoreStateCurrent(StateFlags.ALL); PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy. diff --git a/shared/template/README.md b/shared/template/README.md index 56a9c27d..4765690f 100644 --- a/shared/template/README.md +++ b/shared/template/README.md @@ -1,4 +1,4 @@ -![{{plugin name}}](banner.jpg) +![{{plugin name}}](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/{{plugin name}}/banner.png) @@ -60,6 +60,22 @@ Afterwards all the plugin's APIs are available through the JavaScript guest bind PRs accepted. Please make sure to read the Contributing Guide before making a pull request. +## Partners + + + + + + + +
+ + CrabNebula + +
+ +For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri). + ## License Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.