logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

funding.json (4087B)


  1. {
  2. "version": "v1.0.0",
  3. "entity": {
  4. "type": "individual",
  5. "role": "maintainer",
  6. "name": "Haelwenn Monnier",
  7. "email": "funding.json@hacktivis.me",
  8. "description": "Contributor to Gentoo and Alpine and Libre Software developer, mostly network software intended to be self-hosted but also system utilities.",
  9. "webpageUrl": {
  10. "url": "https://hacktivis.me/"
  11. }
  12. },
  13. "projects": [
  14. {
  15. "guid": "badwolf",
  16. "name": "Badwolf Browser",
  17. "description": "Minimalist and privacy-oriented WebKitGTK+ browser",
  18. "webpageUrl": {
  19. "url": "https://hacktivis.me/projects/badwolf"
  20. },
  21. "repositoryUrl": {
  22. "url": "https://hacktivis.me/git/badwolf"
  23. },
  24. "licenses": [
  25. "spdx:BSD-3-Clause",
  26. "spdx:CC-BY-SA-4.0",
  27. "spdx:MPL-2.0"
  28. ],
  29. "tags": [
  30. "browser",
  31. "webkit",
  32. "webkit-gtk",
  33. "privacy",
  34. "gtk"
  35. ]
  36. },
  37. {
  38. "guid": "deblob",
  39. "name": "deblob",
  40. "description": "Remove binary executables from a directory",
  41. "webpageUrl": {
  42. "wellKnown": "https://hacktivis.me/.well-known/funding.json",
  43. "url": "https://hacktivis.me/projects/deblob"
  44. },
  45. "repositoryUrl": {
  46. "url": "https://git.sr.ht/~lanodan/deblob"
  47. },
  48. "licenses": [
  49. "spdx:BSD-3-Clause"
  50. ],
  51. "tags": [
  52. "hare",
  53. "auditing",
  54. "security",
  55. "developer-tools",
  56. "packager-tools"
  57. ]
  58. },
  59. {
  60. "guid": "utils-std",
  61. "name": "utils-std",
  62. "description": "Collection of commonly available Unix tools (à la coreutils).\nMade to be bootstrappable with a minimal C compiler and without already installed utilities.",
  63. "webpageUrl": {
  64. "wellKnown": "https://hacktivis.me/.well-known/funding.json",
  65. "url": "https://hacktivis.me/git/utils-std"
  66. },
  67. "repositoryUrl": {
  68. "url": "https://hacktivis.me/git/utils-std"
  69. },
  70. "licenses": [
  71. "spdx:MPL-2.0",
  72. "spdx:0BSD",
  73. "spdx:BSD-2-Clause",
  74. "spdx:BSD-3-Clause",
  75. "spdx:MIT"
  76. ],
  77. "tags": [
  78. "utils",
  79. "coreutils",
  80. "bootstrapping",
  81. "bootstrappable",
  82. "linux"
  83. ]
  84. },
  85. {
  86. "guid": "bootstrap-initrd",
  87. "name": "bootstrap-initrd",
  88. "description": "Linux initrd to bootstrap from a small binary seed",
  89. "webpageUrl": {
  90. "wellKnown": "https://hacktivis.me/.well-known/funding.json",
  91. "url": "https://hacktivis.me/git/bootstrap-initrd"
  92. },
  93. "repositoryUrl": {
  94. "url": "https://hacktivis.me/git/bootstrap-initrd"
  95. },
  96. "licenses": [
  97. "spdx:MPL-2.0",
  98. "spdx:BSD-3-Clause"
  99. ],
  100. "tags": [
  101. "linux",
  102. "bootstrapping",
  103. "auditing",
  104. "security"
  105. ]
  106. }
  107. ],
  108. "funding": {
  109. "channels": [
  110. {
  111. "guid": "liberapay",
  112. "type": "payment-provider",
  113. "address": "https://liberapay.com/lanodan_",
  114. "description": "Sponsor me through liberapay."
  115. },
  116. {
  117. "guid": "github-sponsors",
  118. "type": "payment-provider",
  119. "address": "https://github.com/sponsors/lanodan",
  120. "description": "Sponsor me through github."
  121. }
  122. ],
  123. "plans": [
  124. {
  125. "guid": "weekly",
  126. "status": "active",
  127. "name": "Weekly donation",
  128. "amount": 0,
  129. "currency": "EUR",
  130. "frequency": "weekly",
  131. "channels": [
  132. "liberapay"
  133. ]
  134. },
  135. {
  136. "guid": "monthly",
  137. "status": "active",
  138. "name": "Monthly donation",
  139. "amount": 0,
  140. "currency": "EUR",
  141. "frequency": "monthly",
  142. "channels": [
  143. "github-sponsors"
  144. ]
  145. },
  146. {
  147. "guid": "one-time",
  148. "status": "active",
  149. "name": "One time donation",
  150. "amount": 0,
  151. "currency": "EUR",
  152. "frequency": "one-time",
  153. "channels": [
  154. "github-sponsors"
  155. ]
  156. }
  157. ],
  158. "history": []
  159. }
  160. }