funding.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "version": "v1.0.0",
  3. "entity": {
  4. "type": "business",
  5. "role": "maintainer",
  6. "name": "Taler Operations AG",
  7. "email": "ceo@taler-ops.ch",
  8. "phone": "",
  9. "description": "Taler Operations AG currently engages both maintainers of GNU libmicrohttpd and is interested in continuing to fund them maintaining GNU libmicrohttpd as LGPL'ed FLOSS. The company is not interested in making any profit from funding the developers. Having the company is primarily a good way to keep one of them legally in Europe and outside of Moscow.",
  10. "webpageUrl": {
  11. "url": "https://taler-ops.ch/",
  12. "wellKnown": ""
  13. }
  14. },
  15. "projects": [{
  16. "guid": "libmicrohttpd",
  17. "name": "GNU libmicrohttpd",
  18. "description": "The Zombo App is a database application that solves many problems and makes anything possible. Anything at all. Its possibilities are only limited by the user's own imagination.\n\nIt has been in active development for a decade and is used by millions of people worldwide. It is the next frontier.\n\nPS: This is a dummy demo listing.",
  19. "webpageUrl": {
  20. "url": "https://www.gnu.org/s/libmicrohttpd"
  21. },
  22. "repositoryUrl": {
  23. "url": "https://git.gnunet.org/libmicrohttpd"
  24. },
  25. "licenses": ["spdx:LGPL-3.0"],
  26. "tags": ["http", "library", "high-performance", "embedded"]
  27. }],
  28. "funding": {
  29. "channels": [
  30. {
  31. "guid": "mybank",
  32. "type": "bank",
  33. "address": "",
  34. "description": "Will accept direct bank transfers. Please e-mail me for details."
  35. }
  36. ],
  37. "plans": [
  38. {
  39. "guid": "developer-time",
  40. "status": "active",
  41. "name": "Developer compensation",
  42. "description": "This will cover the cost of one developer working part-time on the projects.",
  43. "amount": 1000,
  44. "currency": "CHF",
  45. "frequency": "monthly",
  46. "channels": ["mybank"]
  47. },
  48. {
  49. "guid": "angel-plan",
  50. "status": "active",
  51. "name": "Goodwill plan",
  52. "description": "Pay anything you wish to show your goodwill for the project.",
  53. "amount": 0,
  54. "currency": "CHF",
  55. "frequency": "one-time",
  56. "channels": ["mybank", "mypay"]
  57. }
  58. ],
  59. "history": [
  60. {"year": 2023, "income": 0, "expenses": 0, "taxes": 0, "currency": "USD", "description": "Let's fix this."}
  61. ]
  62. }
  63. }