logo

blog

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

funding.json (3875B)


  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. "url": "https://hacktivis.me/projects/deblob"
  43. },
  44. "repositoryUrl": {
  45. "url": "https://hacktivis.me/git/deblob"
  46. },
  47. "licenses": [
  48. "spdx:BSD-3-Clause"
  49. ],
  50. "tags": [
  51. "hare",
  52. "auditing",
  53. "security",
  54. "developer-tools",
  55. "packager-tools"
  56. ]
  57. },
  58. {
  59. "guid": "utils-std",
  60. "name": "utils-std",
  61. "description": "Collection of commonly available Unix tools (à la coreutils).\nMade to be bootstrappable with a minimal C compiler and without already installed utilities.",
  62. "webpageUrl": {
  63. "url": "https://hacktivis.me/git/utils-std"
  64. },
  65. "repositoryUrl": {
  66. "url": "https://hacktivis.me/git/utils-std"
  67. },
  68. "licenses": [
  69. "spdx:MPL-2.0",
  70. "spdx:0BSD",
  71. "spdx:BSD-2-Clause",
  72. "spdx:BSD-3-Clause",
  73. "spdx:MIT"
  74. ],
  75. "tags": [
  76. "utils",
  77. "coreutils",
  78. "bootstrapping",
  79. "bootstrappable",
  80. "linux"
  81. ]
  82. },
  83. {
  84. "guid": "bootstrap-initrd",
  85. "name": "bootstrap-initrd",
  86. "description": "Linux initrd to bootstrap from a small binary seed",
  87. "webpageUrl": {
  88. "url": "https://hacktivis.me/git/bootstrap-initrd"
  89. },
  90. "repositoryUrl": {
  91. "url": "https://hacktivis.me/git/bootstrap-initrd"
  92. },
  93. "licenses": [
  94. "spdx:MPL-2.0",
  95. "spdx:BSD-3-Clause"
  96. ],
  97. "tags": [
  98. "linux",
  99. "bootstrapping",
  100. "auditing",
  101. "security"
  102. ]
  103. }
  104. ],
  105. "funding": {
  106. "channels": [
  107. {
  108. "guid": "liberapay",
  109. "type": "payment-provider",
  110. "address": "https://liberapay.com/lanodan_",
  111. "description": "Sponsor me through liberapay."
  112. },
  113. {
  114. "guid": "github-sponsors",
  115. "type": "payment-provider",
  116. "address": "https://github.com/sponsors/lanodan",
  117. "description": "Sponsor me through github."
  118. }
  119. ],
  120. "plans": [
  121. {
  122. "guid": "weekly",
  123. "status": "active",
  124. "name": "Weekly donation",
  125. "amount": 0,
  126. "currency": "EUR",
  127. "frequency": "weekly",
  128. "channels": [
  129. "liberapay"
  130. ]
  131. },
  132. {
  133. "guid": "monthly",
  134. "status": "active",
  135. "name": "Monthly donation",
  136. "amount": 0,
  137. "currency": "EUR",
  138. "frequency": "monthly",
  139. "channels": [
  140. "github-sponsors"
  141. ]
  142. },
  143. {
  144. "guid": "one-time",
  145. "status": "active",
  146. "name": "One time donation",
  147. "amount": 0,
  148. "currency": "EUR",
  149. "frequency": "one-time",
  150. "channels": [
  151. "github-sponsors"
  152. ]
  153. }
  154. ],
  155. "history": []
  156. }
  157. }