forked from Fediversity/Fediversity
Valentin Gagarin
059ebc2291
it turns out that setting a value appends to that. the default only needs to be overridden when the symbolic name of the document changes. while there's a chance people will inadvertently break links that way, it's requires less up-front knowledge to work with.
20 lines
1.4 KiB
Nix
20 lines
1.4 KiB
Nix
{ ... }:
|
||
{
|
||
pages.grants = {
|
||
title = "Grants";
|
||
description = "How to apply for grants as part of the Fediversity Project";
|
||
summary = ''
|
||
Fediversity will award 450 000 euro in small to medium-size R&D grants towards solutions that bring the next generation of social networks closer. We are seeking project proposals between 5.000 and 50.000 euro’s — which should get you on your way.
|
||
'';
|
||
body = ''
|
||
Fediversity invites other people to join this ambitious development effort. It is a vast domain with many more challenges than what any preconceived effort could tackle by itself. This is why we invite your contribution to help us reshape the state of play, and together create an open, trustworthy and reliable internet for all.
|
||
|
||
This is your opportunity to make a real difference. You tell us how your project can help Fediversity go harder, better, faster, stronger. In order to enable you to make such contributions, NLnet will award 450 000 euro in small to medium-size R&D grants towards solutions that bring the next generation of social networks closer. NLnet is seeking project proposals between 5.000 and 50.000 euro’s — which should get you on your way.
|
||
|
||
Noteworthy fact: many projects which are to be deployed inside Fediversity were themselves bootstrapped on precisely such a grant from NGI, and now it is your turn.
|
||
|
||
For more information on how to apply, check the NLnet website.
|
||
'';
|
||
};
|
||
}
|