Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/blog/2025/07/2025-07-25-twim.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ category = ["This Week in Matrix"]

> Please join us in welcoming [< polycule >](https://polycule.im/), a geeky and efficient Matrix client, as the newest Ecosystem Member of the Foundation! ✨
>
> Does your community use Matrix? Or do you maintain a community project that builds on Matrix? [Join the Foundation as a member](@/membership/_index.md)! This helps us demonstrate the breadth of the ecosystem, and all members are entitled to participate in our [Governing Board](@/foundation/governing-board/index.md) elections.
> Does your community use Matrix? Or do you maintain a community project that builds on Matrix? [Join the Foundation as a member](@/foundation/membership/_index.md)! This helps us demonstrate the breadth of the ecosystem, and all members are entitled to participate in our [Governing Board](@/foundation/governing-board/index.md) elections.

<!-- more -->

Expand Down
2 changes: 1 addition & 1 deletion content/blog/2025/10/2025-10-21-dinum.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image = "https://matrix.org/blog/img/DINUM_blog_social-white.png"

## DINUM becoming the first government to join the Matrix.org Foundation

Today [DINUM, the French Interministerial Digital Directorate, has officially announced that they were joining the Matrix.org Foundation](https://www.numerique.gouv.fr/sinformer/espace-presse/dinum-soutien-fondation-matrixorg/) as a [Silver member](@/membership/_index.md) and becomes the first government to join the Matrix.org Foundation!
Today [DINUM, the French Interministerial Digital Directorate, has officially announced that they were joining the Matrix.org Foundation](https://www.numerique.gouv.fr/sinformer/espace-presse/dinum-soutien-fondation-matrixorg/) as a [Silver member](@/foundation/membership/_index.md) and becomes the first government to join the Matrix.org Foundation!

This is particularly exciting news as it will hopefully set an example for other public sector organisations using Matrix to communicate, and there are many of them.

Expand Down
2 changes: 1 addition & 1 deletion content/blog/2025/10/2025-10-24-twim.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ They are also available on media.ccc.de at <https://media.ccc.de/c/matrix-conf-2

[Amandine](https://matrix.to/#/@Amandine:matrix.org) says

> 🇫🇷 Very excited to announce that [DINUM, the French Interministerial Digital Directorate, is joining The Matrix.org Foundation](https://www.numerique.gouv.fr/sinformer/espace-presse/dinum-soutien-fondation-matrixorg/) as a [Silver member](@/membership/_index.md) and becomes the first government to join the Foundation! 🚀
> 🇫🇷 Very excited to announce that [DINUM, the French Interministerial Digital Directorate, is joining The Matrix.org Foundation](https://www.numerique.gouv.fr/sinformer/espace-presse/dinum-soutien-fondation-matrixorg/) as a [Silver member](@/foundation/membership/_index.md) and becomes the first government to join the Foundation! 🚀
>
> Matrix is the backbone of [Tchap](https://tchap.numerique.gouv.fr/), the secure messaging app for the French government, and it is great to see a State stepping up to concretely support and collaborate with an open source project so critical to their functioning.
>
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2025/10/2025-10-28-farewell-robin.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Looking forward for Matrix, I’m excited to see the ecosystem continue to hit m

I’d be remiss if I didn’t close with a familiar pitch. Seeing governments, particularly in Europe, expanding their investment in open source development as well as the organizations that steward the projects, is really encouraging. The French government’s support of the Matrix.org Foundation, through DINUM’s new membership, is a major milestone in that direction! But we have a long way to go before we achieve systemic funding at appropriate levels.

If you value privacy, digital autonomy, and data sovereignty, or if you benefit from Matrix, [become a member of the Foundation today](@/membership/_index.md). Your donations are necessary to sustain and realize our goals!
If you value privacy, digital autonomy, and data sovereignty, or if you benefit from Matrix, [become a member of the Foundation today](@/foundation/membership/_index.md). Your donations are necessary to sustain and realize our goals!

Keep up the good work, folks. I’ll see you in the wild blue yonder.

Expand Down
2 changes: 1 addition & 1 deletion content/blog/2025/10/2025-10-31-twim.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ category = ["This Week in Matrix"]
> This week we're welcoming [Liberbyte](https://www.liberbyte.com/) as a Silver member of the Foundation!
> Liberbyte uses Matrix as data exchange layer between organisations to provide transparent and controlled access to global data exchanges and markets. Welcome and thank you for your support! 👏
>
> Does your community or organisation use Matrix? Do you maintain an open source project that builds on Matrix? Join these organisations in [demonstrating their support](@/support.md) and apply to [become a member](@/membership/_index.md) today.
> Does your community or organisation use Matrix? Do you maintain an open source project that builds on Matrix? Join these organisations in [demonstrating their support](@/support.md) and apply to [become a member](@/foundation/membership/_index.md) today.

<!-- more -->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
+++
title = "Why become a member?"
aliases = ["/members/"]
title = "Members"
aliases = ["/members/", "/membership/"]
template = "membership.html"
weight = 2
extra.summary = """
Becoming a member of the Matrix.org Foundation allows you to support Matrix and
its mission both financially and by providing guidance regarding where the
Expand Down
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions templates/membership.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>
{% endblock head_extra %}
{% block content %}
{% set supporters = load_data(path="content/membership/members.toml") %}
{% set supporters = load_data(path="content/foundation/membership/members.toml") %}
<div class="page-header support">
<div class="hero-block">
<h1>{{ section.title }}</h1>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h2>Platinum Members</h2>
<div class="cards">
{% for supporter in supporters.platinum %}
<a href="{{ supporter.website }}" target="_blank" class="supporters-card">
<img src="/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<img src="/foundation/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
Expand All @@ -94,7 +94,7 @@ <h2>Gold Members</h2>
<div class="cards">
{% for supporter in supporters.gold %}
<a href="{{ supporter.website }}" target="_blank" class="supporters-card">
<img src="/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<img src="/foundation/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
Expand All @@ -105,7 +105,7 @@ <h2>Silver Members</h2>
<div class="cards">
{% for supporter in supporters.silver %}
<a href="{{ supporter.website }}" target="_blank" class="supporters-card">
<img src="/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<img src="/foundation/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
Expand All @@ -116,7 +116,7 @@ <h2>Ecosystem Members</h2>
<div class="cards">
{% for supporter in supporters.ecosystem %}
<a href="{{ supporter.website }}" target="_blank" class="supporters-card">
<img src="/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<img src="/foundation/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
Expand All @@ -127,7 +127,7 @@ <h2>Associate Members</h2>
<div class="cards">
{% for supporter in supporters.associate %}
<a href="{{ supporter.website }}" class="supporters-card">
<img src="/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<img src="/foundation/membership/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
Expand Down