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