-
Notifications
You must be signed in to change notification settings - Fork 51
Feat/hakyll projects page migration #119
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
Merged
myShoggoth
merged 21 commits into
haskellfoundation:hakyll
from
Maeevick:feat/hakyll-projects-page-migration
Sep 22, 2021
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ddc6712
fix: clean indent to understand and prepare
Maeevick c4eb110
feat: ghc-platform-ci metadata
Maeevick c8d9149
feat: performance-tuning-book metadata
Maeevick 303bc8b
feat: ghc-performance-dashboards metadata
Maeevick a740f76
feat: vector-types-proposal metadata
Maeevick 45b2960
feat: unified-haskell-installer metadata
Maeevick 20c8374
feat: project-matchmaker metadata
Maeevick b60630e
feat: text-utf8-migration metadata
Maeevick 991a7d9
fix: typo in metadata
Maeevick b39884f
fix: harmonize markdown extensions with affiliates part
Maeevick 5030e2e
feat: remove hardcoded html
Maeevick f825f4c
feat: create project and project-list template (need improvements)
Maeevick 12ca16e
fix: HLS lint
Maeevick a32a767
feat: (WIP) generate projects and use templates
Maeevick caff342
fix: update internal resources links from static to assets
Maeevick 59f5d6a
feat: extract project template
Maeevick 547773a
feat: temporary solution to show leaders (not acceptable imho)
Maeevick aef83db
fix: remove useless routes to unaccessible html pages
Maeevick dff0a57
fix: remove common part of image paths
Maeevick 8c56301
fix: simplify and explicit name of templating
Maeevick 6f33493
fix: move summary to body of projects
Maeevick 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
status: ideation | ||
title: GHC Performance Dashboards | ||
link: https://gitlab.haskell.org/ghc/ghc | ||
link-text: https://gitlab.haskell.org/ghc/ghc | ||
subtitle: Project Leaders | ||
leader0name: Ben Gamari | ||
leader0img: project-leads/bg.png | ||
leader0mail: bgamari@gmail.com | ||
leader1name: Matthew Pickering | ||
leader1img: project-leads/mp.png | ||
leader1mail: matthewtpickering@gmail.com | ||
--- | ||
The Haskell Foundation is working with the GHC team to help provide dashboard monitors for Haskell critical libraries (e.g. Aeson, Text, Bytestring). |
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,14 @@ | ||
--- | ||
status: ideation | ||
title: GHC Platform CI | ||
link: https://gitlab.haskell.org/ghc/ghc | ||
link-text: https://gitlab.haskell.org/ghc/ghc | ||
subtitle: Project Leaders | ||
leader0name: Ben Gamari | ||
leader0img: project-leads/bg.png | ||
leader0mail: bgamari@gmail.com | ||
leader1name: Moritz Angermann | ||
leader1img: project-leads/ma.png | ||
leader1mail: moritz.angermann@gmail.com | ||
--- | ||
The Haskell Foundation is working with the GHC team to provide a better build experience for GHC, allowing them to iterate quicker, fix bugs faster, and make our tools better. |
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,14 @@ | ||
--- | ||
status: ideation | ||
title: Performance Tuning Book | ||
link: https://github.com/haskellfoundation/gotta-go-fast | ||
link-text: haskellfoundation/gotta-go-fast | ||
subtitle: Project Leaders/Advisors | ||
leader0name: Gil Mizrahi | ||
leader0img: project-leads/gm.png | ||
leader0mail: gilmi@posteo.net | ||
leader1name: Emily Pillmore | ||
leader1img: exec-team/ep.png | ||
leader1mail: emily@haskell.foundation | ||
--- | ||
A community-led book-writing effort that captures the general wisdom for how to make Haskell programs go fast. |
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 @@ | ||
--- | ||
status: inprogress | ||
title: Project Matchmaker | ||
link: https://github.com/haskellfoundation/matchmaker | ||
link-text: github.com/haskellfoundation/matchmaker | ||
subtitle: Project Leaders/Advisors | ||
leader1name: Théophile "Hécate" Choutri | ||
leader1img: board-members/thc.png | ||
leader1mail: hecate@haskell.foundation | ||
--- | ||
A common framework for linking Haskell maintainers to prospective contributors. |
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,14 @@ | ||
--- | ||
status: inprogress | ||
title: Text-UTF8 Migration | ||
link: https://github.com/haskell/text | ||
link-text: https://github.com/haskell/text | ||
subtitle: Project Leaders | ||
leader0name: Andrew Lelechenko | ||
leader0img: board-members/al.png | ||
leader0mail: andrew.lelechenko@gmail.com | ||
leader1name: Emily Pillmore | ||
leader1img: exec-team/ep.png | ||
leader1mail: emily@haskell.foundation | ||
--- | ||
The UTF-8 character set encoding is the industry standard. Haskell Foundation is driving the effort behind the migration of the core text libraries to use UTF-8 as a default. This will have a positive effect on text performance of many Haskell programs. |
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,17 @@ | ||
--- | ||
status: proposed | ||
title: Unified Haskell Installer | ||
link: https://gitlab.haskell.org/haskell/ghcup-hs | ||
link-text: haskell/ghcup-hs | ||
subtitle: Project Leaders/Advisors | ||
leader0name: Chris Dornan | ||
leader0img: board-members/cd.png | ||
leader0mail: chris@chrisdornan.com | ||
leader1name: Julian Ospald | ||
leader1img: project-leads/jo.png | ||
leader1mail: hasufell@posteo.de | ||
leader2name: Michael Snoyman | ||
leader2img: board-members/ms.png | ||
leader2mail: michael@snoyman.com | ||
--- | ||
Building a universal installer for Haskell toolchains. This effort brings together the Stack and GHCup teams to help build a single installer that will allow HLS, Cabal, Stack, and GHC installations on all major platforms from a single tool. |
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 @@ | ||
--- | ||
status: ideation | ||
title: Vector Types Proposal | ||
link: https://www.snoyman.com/blog/2021/03/haskell-base-proposal/ | ||
link-text: vector types proposal | ||
subtitle: Project Leaders | ||
leader0name: Michael Snoyman | ||
leader0img: board-members/ms.png | ||
leader0mail: michael@snoyman.com | ||
--- | ||
A proposal for providing a common fusion framework and underlying primitives for stringy data structures in base. |
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
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.