Skip to content

Commit dcab0b4

Browse files
Write authors consistently. Write <based-on>.
Thanks to Lassi, we now have a schema for authors that separates them into distinct data items, allows an optional description for each, and moves the idea of one SRFI being based on another to a separated field, <based-on>.
1 parent 996dfee commit dcab0b4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.org

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
** by Linus Björnstam
44

5+
6+
57
This repository hosts [[https://srfi.schemers.org/srfi-171/][SRFI 171]]: Transducers, a [[https://srfi.schemers.org/][Scheme Request for Implementation]].
68

79
This SRFI is in /final/ status.

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<body>
2222
<h1>SRFI 171: Transducers</h1>
2323
<p class="authors">by Linus Björnstam</p>
24+
<p class="based-on"></p>
2425
<p class="status">status: <em>final</em> (2019-10-26)</p>
2526

2627
<ul class="info">

0 commit comments

Comments
 (0)