ソースを参照

Add GitHub Sponsors

customisations
alemart 3年前
コミット
20e64ea897
6個のファイルの変更15行の追加20行の削除
  1. 2
    2
      .github/FUNDING.yml
  2. 4
    1
      README.md
  3. 3
    9
      docs/support-my-work.md
  4. 2
    4
      mkdocs.yml
  5. 2
    2
      package-lock.json
  6. 2
    2
      package.json

+ 2
- 2
.github/FUNDING.yml ファイルの表示

@@ -1,9 +1,9 @@
1 1
 # These are supported funding model platforms
2 2
 
3
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3
+github: alemart
4 4
 patreon: # Replace with a single Patreon username
5 5
 open_collective: # Replace with a single Open Collective username
6
-ko_fi: alemart
6
+ko_fi: # alemart
7 7
 tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 8
 community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 9
 liberapay: # Replace with a single Liberapay username

+ 4
- 1
README.md ファイルの表示

@@ -6,7 +6,10 @@ Create amazing Augmented Reality experiences with **MARTINS.js**, a GPU-accelera
6 6
 
7 7
 MARTINS.js is [developed independently](#author). It is currently in beta.
8 8
 
9
-[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/alemart)
9
+| |
10
+|-|
11
+| :octocat: [**Support my work on GitHub Sponsors!**](https://github.com/sponsors/alemart/) |
12
+| |
10 13
 
11 14
 ## Features
12 15
 

+ 3
- 9
docs/support-my-work.md ファイルの表示

@@ -8,11 +8,9 @@ Read on to know [how you can support my work](#how-to-become-my-supporter), what
8 8
 
9 9
 ## How to become my supporter
10 10
 
11
-Thank you for your interest in supporting my work! Please visit my profile on Ko-fi and buy a membership. Ko-fi is a platform for content creators like myself. Users support their favorite content creators through that platform and get special benefits!
11
+Thank you for your interest in supporting my work! Please support my work with a monthly contribution on GitHub Sponsors. GitHub Sponsors is a platform that helps fund open-source projects such as this one.
12 12
 
13
-[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/alemart){ ._blank }
14
-
15
-Memberships are 100% risk-free: you can cancel yours at any time.
13
+[:octocat: Support my work on GitHub Sponsors](https://github.com/sponsors/alemart/){ ._blank .md-button .md-button--primary2 }
16 14
 
17 15
 ## Special benefits for supporters
18 16
 
@@ -24,10 +22,6 @@ Here are some key benefits you'll get by being my supporter:
24 22
 
25 23
 3. You'll get **a warm feeling of well-being** :heart:{ .heart }, knowing that you are a supporter of an open-source initiative that you care about. I speak [a few words about supporting open-source](#why-support-open-source).
26 24
 
27
-## Why memberships?
28
-
29
-You will be given access to exciting updates! Memberships help this project be sustainable and are 100% risk-free: you can cancel at anytime. If you cancel your membership, you will no longer receive a license to use newer versions of the Professional Edition. However, you may keep the older releases you previously had. Sounds like a great deal!
30
-
31 25
 ## Why support Open Source?
32 26
 
33 27
 Open Source is not free. Projects such as this one require significant time, effort and skill from developers - some of them with highly specialized knowledge that you won't easily find in the marketplace. When you support an open-source project, you help its continued development and maintenance. Showing your support is a vital thing to do if the project is valuable to you.
@@ -40,7 +34,7 @@ Developers such as myself sometimes pick strong copyleft licenses like the AGPL[
40 34
 
41 35
 Far from being merely a moral duty, giving back is a necessity. It's a practical matter that helps you, your business, and the developers thrive. It's a key element that helps the open-source projects you rely on be sustainable; so much so that I see a growing trend towards sustainability in the open-source movement. You too can become part of this virtuous cycle. Doing so will ultimately benefit you too.
42 36
 
43
-[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/alemart){ ._blank }
37
+[:octocat: Support my work on GitHub Sponsors](https://github.com/sponsors/alemart/){ ._blank .md-button .md-button--primary2 }
44 38
 
45 39
 [^1]: A notion that says that users have the freedom to run, copy, distribute, study and modify the software.
46 40
 [^2]: GNU Affero General Public License, a copyleft license published by the Free Software Foundation.

+ 2
- 4
mkdocs.yml ファイルの表示

@@ -40,8 +40,6 @@ extra:
40 40
     provider: google
41 41
     property: G-YDRRYB5GW6
42 42
   social:
43
-    - icon: material/coffee
44
-      link: https://ko-fi.com/alemart
45 43
     - icon: fontawesome/brands/github
46 44
       link: https://github.com/alemart
47 45
     - icon: fontawesome/brands/youtube
@@ -59,7 +57,7 @@ nav:
59 57
       - 'Set up a web server': 'getting-started/set-up-a-web-server.md'
60 58
       - 'Set up the tracker': 'getting-started/set-up-the-tracker.md'
61 59
       - 'Set up the session': 'getting-started/set-up-the-session.md'
62
-      - 'Create the augmented scene (supporters)': 'getting-started/create-the-augmented-scene.md'
60
+      - 'Create the augmented scene': 'getting-started/create-the-augmented-scene.md'
63 61
       - 'Activate your webcam': 'getting-started/activate-your-webcam.md'
64 62
       - 'Next steps': 'getting-started/next-steps.md'
65 63
     - 'Guidelines for Images': 'getting-started/guidelines-for-images.md'
@@ -71,7 +69,7 @@ nav:
71 69
       - 'Polyform Perimeter 1.0.0': 'license/PolyForm-Perimeter-1.0.0-1.md'
72 70
   - 'Demos':
73 71
     - 'Demo gallery': 'demos.md'
74
-    - 'Try it online!': 'demo/instructions.md'
72
+    - 'Try WebAR now!': 'demo/instructions.md'
75 73
   - 'API':
76 74
     - 'General':
77 75
       - 'Session': 'api/session.md'

+ 2
- 2
package-lock.json ファイルの表示

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "martins-js",
3
-  "version": "0.1.0",
3
+  "version": "0.1.2",
4 4
   "lockfileVersion": 2,
5 5
   "requires": true,
6 6
   "packages": {
@@ -19,7 +19,7 @@
19 19
         "webpack-dev-server": "^4.5.0"
20 20
       },
21 21
       "funding": {
22
-        "url": "https://ko-fi.com/alemart"
22
+        "url": "https://github.com/sponsors/alemart"
23 23
       }
24 24
     },
25 25
     "node_modules/@discoveryjs/json-ext": {

+ 2
- 2
package.json ファイルの表示

@@ -1,12 +1,12 @@
1 1
 {
2 2
   "name": "martins-js",
3
-  "version": "0.1.1",
3
+  "version": "0.1.2",
4 4
   "description": "GPU-accelerated Augmented Reality for the web",
5 5
   "author": "Alexandre Martins <alemartf@gmail.com> (https://github.com/alemart)",
6 6
   "homepage": "https://github.com/alemart/martins-js",
7 7
   "license": "SEE LICENSE IN LICENSE.md AND LICENSE-PRO.md",
8 8
   "repository": "github:alemart/martins-js",
9
-  "funding": "https://ko-fi.com/alemart",
9
+  "funding": "https://github.com/sponsors/alemart",
10 10
   "keywords": [
11 11
     "augmented reality",
12 12
     "mixed reality",

読み込み中…
キャンセル
保存