fill out grant tracking structure

This commit is contained in:
Jacob Lifshay 2025-08-24 23:35:41 -07:00
parent b731339fff
commit c54a130dac
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
14 changed files with 576 additions and 675 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
<!--
SPDX-License-Identifier: LGPL-3.0-or-later
See Notices.txt for copyright information
-->
# Libre-Chip's Grant Tracking
Repository for tracking our progress on grants
# Grants
* [NLnet 2024-12-324 - Libre-Chip's First CPU Architecture And Formal Proof of No Spectre bugs](https://git.libre-chip.org/libre-chip/grant-tracking/src/branch/master/nlnet-2024-12-324/progress.md)
# File Layout:
- `nlnet-<YYYY>-<MM>-<ID>/plan.txt`: the subdivided budget as given to NLnet in their [TakenTaal Format](https://codeberg.org/NLnet/takentaal).
- `nlnet-<YYYY>-<MM>-<ID>/plan-amendment-<N>.txt`: the Nth amendment to the subdivided budget as given to NLnet in their [TakenTaal Format](https://codeberg.org/NLnet/takentaal).
- `nlnet-<YYYY>-<MM>-<ID>/progress.md`: the amended subdivided budget with links to the corresponding Forgejo issues.
- `nlnet-template/*`: files to copy into a new `nlnet-<YYYY>-<MM>-<ID>` folder when adding a new NLnet grant.