-
-
Notifications
You must be signed in to change notification settings - Fork 460
Add support for "miscellaneous" ecosystem project type #3602
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
awtj8o81ryywg793
wants to merge
32
commits into
main
Choose a base branch
from
awtj8o81ryywg793/patch-59
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
Changes from 21 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a248f95
Add `other.html`
awtj8o81ryywg793 0ccda49
Add `all_other_projects.html`
awtj8o81ryywg793 28aef96
Add `index.md`
awtj8o81ryywg793 164b104
Add `other.toml`
awtj8o81ryywg793 5601b7c
Display `project.maintainer` in `all_other_projects.html`
awtj8o81ryywg793 934cf7f
Display `project.licence` in `all_other_projects.html`
awtj8o81ryywg793 872b45a
Change `title` to "Miscellaneous"
awtj8o81ryywg793 37abfa3
Remove `all_other_projects.html`
awtj8o81ryywg793 35ed4a0
Add `all_miscellaneous_projects.html`
awtj8o81ryywg793 1ae4445
Remove `/content/ecosystem/other`
awtj8o81ryywg793 afa2c01
Add `index.md`
awtj8o81ryywg793 ed16f4b
Add `miscellaneous.toml`
awtj8o81ryywg793 d6925df
Remove `other.html`
awtj8o81ryywg793 8ec566f
Add `miscellaneous.html`
awtj8o81ryywg793 662f01b
Add `maturity` to `miscellaneous.toml`
awtj8o81ryywg793 f480960
Add `project.maturity` to `all_miscellaneous_projects.html`
awtj8o81ryywg793 e28bfc6
Allow `project.maturity` to be optional
awtj8o81ryywg793 a5ac162
Add matrirc to `miscellaneous.toml`
awtj8o81ryywg793 6264458
Add NeoBoard Standalone to `miscellaneous.toml`
awtj8o81ryywg793 30d1990
Reorder `miscellaneous.toml`
awtj8o81ryywg793 bbc00b5
Add "Miscellaneous Projects" section to `CONTENT.md`
awtj8o81ryywg793 5838517
Encode URLs using `urlencode_strict`
awtj8o81ryywg793 d023a97
Add `room` for NeoBoard Standalone
awtj8o81ryywg793 3164f81
Add support for `website` to `all_miscellaneous_projects.html`
awtj8o81ryywg793 da35373
Add `website` for NeoBoard Standalone
awtj8o81ryywg793 814d951
Add `website` for Third room
awtj8o81ryywg793 828e32c
Refine wording of `extra.summary`
awtj8o81ryywg793 adfda8a
Ensure obsolete projects are listed last
awtj8o81ryywg793 6dbc189
Add missing `maturity` fields
awtj8o81ryywg793 1068f40
Update `maturity` field wording in `CONTENT.md`
awtj8o81ryywg793 51e7b93
Add the missing `website` field to the example
awtj8o81ryywg793 e284f49
Add "Matrix Widget Toolkit" to `miscellaneous.toml`
awtj8o81ryywg793 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
Some comments aren't visible on the classic Files Changed page.
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
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 = "Miscellaneous" | ||
| template = "ecosystem/miscellaneous.html" | ||
| weight = 7 | ||
| extra.summary = """ | ||
| Not all projects fit neatly into a specific category. | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
Outdated
|
||
| """ | ||
| +++ | ||
|
|
||
| {{ all_miscellaneous_projects() }} | ||
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,28 @@ | ||
| [[project]] | ||
| name = "matrirc" | ||
| description = """ | ||
| A local IRC server that bridges to Matrix with native E2EE. | ||
| """ | ||
| maintainer = "pawelb0" | ||
| licence = "GPL-3.0-or-later" | ||
| repository = "https://github.com/pawelb0/matrirc" | ||
|
|
||
| [[project]] | ||
| name = "NeoBoard Standalone" | ||
| description = """ | ||
| A standalone collaborative whiteboard based on Matrix. | ||
| """ | ||
| maintainer = "Nordeck IT + Consulting GmbH" | ||
| licence = "AGPL-3.0-or-later" | ||
| repository = "https://github.com/nordeck/matrix-neoboard-standalone" | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
awtj8o81ryywg793 marked this conversation as resolved.
|
||
|
|
||
| [[project]] | ||
| name = "Third room" | ||
| description = """ | ||
| Open, decentralised, immersive worlds built on Matrix. | ||
| """ | ||
| maturity = "Obsolete" | ||
| maintainer = "Element Creations Ltd." | ||
| licence = "Apache-2.0" | ||
| repository = "https://github.com/matrix-org/thirdroom" | ||
| room = "#thirdroom-dev:matrix.org" | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
|
||
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,13 @@ | ||
| {% extends "page.html" %} | ||
| {% block content %} | ||
| <div class="page-header"> | ||
| <div class="hero-block"> | ||
| <h1>{{ page.title }}</h1> | ||
| <p>{{ page.extra.summary }}</p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="content other_projects_page"> | ||
| {{ page.content | safe }} | ||
| </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,32 @@ | ||
| {% set miscellaneous_projects_data = load_data(path="content/ecosystem/miscellaneous/miscellaneous.toml") %} | ||
| <div class="projects-card-deck"> | ||
| {% for project in miscellaneous_projects_data.project %} | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
Outdated
|
||
| <div class="project-card"> | ||
| <div class="title-row"> | ||
| <h3>{{ project.name }}</h3> | ||
| {% if project.maturity %} | ||
| <div class="maturity {{ project.maturity | lower }}">{{ project.maturity }}</div> | ||
| {% endif %} | ||
| </div> | ||
| <div class="subtitle">{{ project.maintainer }}</div> | ||
| <div class="metadata-pills"> | ||
| <div class="pill licence">{{ project.licence }}</div> | ||
| </div> | ||
| <p class="description">{{ project.description | markdown(inline=true) | safe }}</p> | ||
| <div class="server-links"> | ||
| {% if project.repository %} | ||
| <a href="{{ project.repository }}"> | ||
| {{ load_data(path="/assets/projects/repo.svg") | safe }} | ||
| Repository | ||
| </a> | ||
| {% endif %} | ||
| {% if project.room %} | ||
| <a href="https://matrix.to/#/{{ project.room }}"> | ||
|
awtj8o81ryywg793 marked this conversation as resolved.
Outdated
|
||
| {{ load_data(path="/assets/projects/matrix.svg") | safe }} | ||
| Matrix Room | ||
| </a> | ||
| {% endif %} | ||
| </div> | ||
| </div> | ||
| {% endfor %} | ||
| </div> | ||
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.