-
Notifications
You must be signed in to change notification settings - Fork 377
Add distributions page #2907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
HarHarLinks
wants to merge
11
commits into
main
Choose a base branch
from
add-distributions-page
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add distributions page #2907
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
13efdfa
feat: Add Distributions Page
MTRNord 11bd62b
chore: Fix the description having a trailing space
MTRNord 7e972ce
Add synapse-operator and BundesMessenger distributions
MTRNord 87e01d3
chore: remove .vscode directory from version control
MTRNord e57b906
update ESS to ESS Community
HarHarLinks adce3d4
update summary from PR review
HarHarLinks 891bd42
reorder, add opendesk
HarHarLinks ff29a9b
add matrix_standard tooltip
HarHarLinks ec1156b
update support levels
HarHarLinks 7dcf133
reorder ecosystem
HarHarLinks a20a7a4
add distros to CONTENT.md
HarHarLinks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/public | ||
.DS_Store | ||
gatsby | ||
|
||
.vscode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
[[distributions]] | ||
name = "openDesk CE" | ||
description = "The customisable office and collaboration suite designed specifically for your needs in public administration." | ||
vendor = "ZenDiS GmbH" | ||
maturity = "Stable" | ||
frameworks = ["Helmfile", "Helm", "Kubernetes"] | ||
licence = "Apache-2.0" | ||
repository = "https://gitlab.opencode.de/bmi/opendesk" | ||
support_level = "Community" | ||
matrix_standard = true | ||
|
||
[[distributions]] | ||
name = "BundesMessenger" | ||
description = "The free & secure messenger for the public sector." | ||
vendor = "BWI GmbH" | ||
maturity = "Stable" | ||
frameworks = ["Helm", "Kubernetes"] | ||
licence = "Apache-2.0" | ||
repository = "https://gitlab.opencode.de/bwi/bundesmessenger/info" | ||
support_level = "Community" | ||
matrix_standard = false | ||
|
||
[[distributions]] | ||
name = "synapse-operator" | ||
description = "The Synapse operator offers a convenient way to deploy and manage a Synapse server. It was built with operator-sdk." | ||
vendor = "Red Hat" | ||
maturity = "Stable" | ||
frameworks = ["Kubernetes"] | ||
licence = "Apache-2.0" | ||
repository = "https://github.com/opdev/synapse-operator" | ||
support_level = "Community" | ||
matrix_standard = true | ||
|
||
[[distributions]] | ||
name = "ESS Community" | ||
description = "Element Server Suite Community Edition allows you to deploy a Matrix stack using the provided Helm charts and a Kubernetes distribution of your choice, even if you don't have Kubernetes knowledge." | ||
vendor = "Element" | ||
maturity = "Stable" | ||
frameworks = ["Kubernetes"] | ||
licence = "AGPL-3.0" | ||
repository = "https://github.com/element-hq/ess-helm" | ||
support_level = "Community" | ||
matrix_standard = true | ||
|
||
[[distributions]] | ||
name = "Ananace Helm Charts" | ||
description = "Kubernetes applications packaged into helm charts" | ||
vendor = "Ananace" | ||
maturity = "Stable" | ||
frameworks = ["Helm", "Kubernetes"] | ||
licence = "Apache-2.0" | ||
repository = "https://gitlab.com/ananace/charts" | ||
room = "#matrix-on-kubernetes:fiksel.info" | ||
support_level = "Community" | ||
matrix_standard = true | ||
|
||
[[distributions]] | ||
name = "matrix-docker-ansible-deploy" | ||
description = "🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker" | ||
vendor = "Splanteev" | ||
maturity = "Stable" | ||
frameworks = ["Ansible", "Docker"] | ||
licence = "AGPL-3.0" | ||
repository = "https://github.com/spantaleev/matrix-docker-ansible-deploy" | ||
room = "#matrix-docker-ansible-deploy:devture.com" | ||
support_level = "Community" | ||
matrix_standard = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
+++ | ||
title = "Distributions" | ||
template = "ecosystem/distributions.html" | ||
weight = 5 | ||
extra.summary = """ | ||
A Matrix distribution is a collection of software related to Matrix that is deployed and automatically configured so the different pieces integrate with one another. To appear on this list, users need to be able to join and participate in the public federation from an instance of a distribution if the administrator configures it for this purpose. | ||
""" | ||
+++ | ||
|
||
{{ all_distributions() }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
.distributions { | ||
p { | ||
text-align: center; | ||
font-weight: 400; | ||
font-size: 1.125rem; | ||
line-height: 120%; | ||
margin: 0 auto 4rem auto; | ||
} | ||
} | ||
|
||
.distribution-links { | ||
margin-top: auto; | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
justify-content: center; | ||
gap: .7rem; | ||
|
||
a { | ||
display: flex; | ||
align-items: center; | ||
gap: .3rem; | ||
|
||
border: 1px solid #777; | ||
border-radius: 999px; | ||
padding-inline: .5rem; | ||
|
||
font-size: .8rem; | ||
|
||
svg { | ||
width: 1.2em; | ||
height: 1.2em; | ||
|
||
* { | ||
fill: #777; | ||
} | ||
|
||
line { | ||
stroke: #777; | ||
} | ||
} | ||
} | ||
|
||
a:hover { | ||
color: #fff; | ||
background-color: #777; | ||
|
||
svg { | ||
|
||
* { | ||
fill: #fff; | ||
} | ||
|
||
line { | ||
stroke: #fff; | ||
} | ||
} | ||
} | ||
} | ||
|
||
.standard { | ||
border: 1px solid var(--borders-color); | ||
border-radius: 9999px; | ||
padding: 0 .6rem; | ||
font-weight: 600; | ||
justify-self: flex-end; | ||
background-color: #F6D5D5; | ||
border-color: #8B1212; | ||
color: #8B1212; | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { AllOfFilter, AnyOfFilter, refreshCardsView } from "./projects.js"; | ||
|
||
document.addEventListener('DOMContentLoaded', (event) => { | ||
|
||
var filters = []; | ||
let maturityFilter = new AnyOfFilter("filter-maturity", "all-distributions", filters); | ||
let supportFilter = new AnyOfFilter("filter-support", "all-distributions", filters); | ||
let licenceFilter = new AnyOfFilter("filter-licence", "all-distributions", filters); | ||
let frameworkFilter = new AnyOfFilter("filter-framework", "all-distributions", filters); | ||
filters.push( | ||
maturityFilter, | ||
supportFilter, | ||
licenceFilter, | ||
frameworkFilter | ||
); | ||
refreshCardsView("all-distributions", filters); | ||
for (const filter of filters) { | ||
filter.refreshActiveState(); | ||
} | ||
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% extends "page.html" %} | ||
{% block head_extra %} | ||
<meta name="description" content="{{ page.extra.summary }}"> | ||
<noscript> | ||
<link rel="stylesheet" href="/no-js.css" /> | ||
</noscript> | ||
<script type="module" src="/js/distributions.js"></script> | ||
{% endblock head_extra%} | ||
{% block content %} | ||
<div class="page-header"> | ||
<div class="hero-block"> | ||
<h1>{{ page.title }}</h1> | ||
<p>{{ page.extra.summary }}</p> | ||
</div> | ||
</div> | ||
<div class="content distributions"> | ||
<p>{{ page.content | safe }}</p> | ||
</div> | ||
{% endblock content %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% macro classes(distribution) %} | ||
maturity-{{ distribution.maturity | lower }} | ||
|
||
licence-{{ distribution.licence | slugify }} | ||
|
||
{% for framework in distribution.frameworks %} | ||
framework-{{ framework | slugify }} | ||
{% endfor %} | ||
|
||
support-{{ distribution.support_level | slugify }} | ||
{% endmacro %} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.