Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | software: Add "and contributors". | Ludovic Courtès | 2021-04-14 | 1 | -1/+1 |
| | | | | * software.sxml: Add "and contributors". | ||||
* | Add /people. | Ludovic Courtès | 2021-04-14 | 1 | -225/+1 |
| | | | | | | | | * projects.scm: New file, with code formerly... * software.sxml: ... here. Include it. * people.sxml: New file. * haunt.scm (static-pages): Add it. * posts/kickoff.md, index.md: Refer to it. | ||||
* | software: Guarantee person pointer identity (!). | Ludovic Courtès | 2021-04-14 | 1 | -10/+11 |
| | | | | * software.sxml (define-member): Define 'p'. | ||||
* | software: Only show projects with at least one member. | Ricardo Wurmus | 2021-04-14 | 1 | -28/+30 |
| | |||||
* | software: Remove binutils and gdb memberships. | Ricardo Wurmus | 2021-04-14 | 1 | -2/+2 |
| | | | | Unfortunate misunderstanding. | ||||
* | software: Render projects as cards with logos. | Ricardo Wurmus | 2021-04-14 | 1 | -2/+11 |
| | |||||
* | software: Record project logos. | Ricardo Wurmus | 2021-04-14 | 1 | -22/+48 |
| | |||||
* | software: Add Marius Bakke to Guix. | Ricardo Wurmus | 2021-04-14 | 1 | -0/+2 |
| | |||||
* | software: Generate project list with member details. | Ricardo Wurmus | 2021-04-13 | 1 | -0/+226 |
* software.md: Replace this file... * software.sxml: ...with this new file. * haunt.scm (read-markdown-page): Rename this procedure... (read-page): ...to this procedure and add optional READER argument. (static-pages): Add local definition of SXML-PAGE and use it for software.sxml. |