Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-04-15 | projects: Add Jack Hill. | Ludovic Courtès | 1 | -0/+2 | |
* projects.scm: Add Jack Hill. | |||||
2021-04-14 | Add /people. | Ludovic Courtès | 1 | -42/+0 | |
* 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. | |||||
2021-04-14 | software: Guarantee person pointer identity (!). | Ludovic Courtès | 1 | -10/+11 | |
* software.sxml (define-member): Define 'p'. | |||||
2021-04-14 | software: Only show projects with at least one member. | Ricardo Wurmus | 1 | -28/+30 | |
2021-04-14 | software: Remove binutils and gdb memberships. | Ricardo Wurmus | 1 | -2/+2 | |
Unfortunate misunderstanding. | |||||
2021-04-14 | software: Render projects as cards with logos. | Ricardo Wurmus | 1 | -2/+11 | |
2021-04-14 | software: Record project logos. | Ricardo Wurmus | 1 | -22/+48 | |
2021-04-14 | software: Add Marius Bakke to Guix. | Ricardo Wurmus | 1 | -0/+2 | |
2021-04-13 | software: Generate project list with member details. | Ricardo Wurmus | 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. |