gsoc: Prepend project name in full list of proposals #1499
Merged
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.
The metadata format of the proposals
nudges authors to write the title in context of the project. In the full list of project proposals (which we have to submit to gsoc), this context is lost, so the project name has to be repeated in the title for it to make sense, in many cases.
I propose instead to fix the list, prefixing the project name there.
This would mess with the order of the list though, so I update the sorting as well. I couldn't get
sort: 'project'
to work (jekyll complains about not being able to do a comparison), butsort: 'url'
is a nice proxy for project name + title.Preview:
![image](https://private-user-images.githubusercontent.com/5057884/302913093-ed0bb973-4523-4cd8-98e3-4e99c6be6c81.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTE0NTUsIm5iZiI6MTczOTE5MTE1NSwicGF0aCI6Ii81MDU3ODg0LzMwMjkxMzA5My1lZDBiYjk3My00NTIzLTRjZDgtOThlMy00ZTk5YzZiZTZjODEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTIzOTE1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzkyOTUyY2JmNGNkMmI0OGE3MTY2YzcyMzhhYzM5OGMwNzMzMGY1YWE1NDlmYWJmOTg0MGZlNjA1YzdkNmE1NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.1305R9r0KkGH4ouaJJpqT-GFxq3aeMscTOYNoAj5A-Q)