Skip to content

Commit 24493bc

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 54d5faf commit 24493bc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
** by Per Bothner
44

5+
6+
57
This repository hosts [[https://srfi.schemers.org/srfi-64/][SRFI 64]]: A Scheme API for test suites, a [[https://srfi.schemers.org/][Scheme Request for Implementation]].
68

79
This SRFI is in /final/ status.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<body>
2222
<h1>SRFI 64: A Scheme API for test suites</h1>
2323
<p class="authors">by Per Bothner</p>
24+
<p class="based-on"></p>
2425
<p class="status">status: <em>final</em> (2006-06-18)</p>
2526

2627
<ul class="info">

0 commit comments

Comments
 (0)