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