22< html >
33 < head >
44 < title > A Scheme API for test suites</ title >
5- < link href ="../admin.css " rel ="stylesheet ">
5+ < link href ="../srfi-common/admin.css " rel ="stylesheet ">
6+ < link href ="../srfi-common/favicon.png " rel ="icon " sizes ="192x192 " type ="image/png ">
67 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 "/>
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
79 </ head >
810
911 < body >
1012 < h1 > SRFI 64: A Scheme API for test suites</ h1 >
11- < h2 > by Per Bothner</ h2 >
13+ < p class ="authors "> by Per Bothner</ p >
14+ < p class ="status "> status: < em > final</ em > </ p >
1215
13- < menu >
16+ < ul >
1417 < li > < a href ="srfi-64.html "> The SRFI Document</ a > </ li >
1518 < li > < a href ="mail-archive/maillist.html "> Pre-Finalization Discussion Archive</ a > </ li >
1619 < li > < a href ="post-mail-archive/maillist.html "> Post-Finalization Discussion Archive</ a > </ li >
1720 < li > < a href ="http://srfi-email.schemers.org/srfi-64/ "> Complete Discussion Archive</ a > </ li >
18- < li > status: < em > final</ em > </ li >
19- < li > < a href ="https://github.com/scheme-requests-for-implementation/srfi-64 "> Git repo</ a > </ li > </ menu >
20-
21- < form class ="subscription " method ="POST " action ="https://www.simplelists.com/subscribe.php ">
22- < input type ="email " name ="email " placeholder ="Your email address ">
23- < input type ="text " name ="name " placeholder ="Your full name ">
24- Daily digest: < input type ="checkbox " name ="digest " value ="digest ">
25- < input class ="submit " type ="submit " name ="submit " value ="Subscribe to srfi-64 ">
26- < input type ="hidden " name ="action " value ="subscribe ">
27- < input type ="
hidden "
name ="
list "
value ="
[email protected] "
> </ form > 28-
29- < form class ="subscription " method ="POST " action ="https://www.simplelists.com/subscribe.php ">
30- < input type ="email " name ="email " placeholder ="Your email address ">
31- < input class ="submit " type ="submit " name ="submit " value ="Unsubscribe from srfi-64 ">
32- < input type ="hidden " name ="action " value ="unsubscribe ">
33- < input type ="
hidden "
name ="
list "
value ="
[email protected] "
> </ form > 34-
35- < p > Post to the discussion list by sending mail
36- to < code > srfi-64@< span class ="antispam "> nospam</ span > srfi.schemers.org</ code > .</ p >
37-
38- < hr >
39- < address > < a href ="mailto:srfi minus editors at srfi dot schemers dot org "> The SRFI Editors</ a > </ address >
40- </ body >
41- </ html >
21+ < li > < a href ="https://github.com/scheme-requests-for-implementation/srfi-64 "> Git repo (on Github)</ a > </ li >
22+ < li >
23+ < a href ="
mailto:[email protected] "
> < code > srfi-64@
< span class ="
antispam "
> nospam
</ span > srfi.schemers.org
</ code > </ a > (subscribers only)
</ li > 24+ < li >
25+ < form method ="POST " action ="https://www.simplelists.com/subscribe.php ">
26+ < div class ="title "> Subscribe to srfi-64 mailing list</ div >
27+ < p >
28+ < input id ="sub-email "
29+ name ="email "
30+ placeholder ="email address "
31+ tabindex ="1 "
32+ type ="email " >
33+ < label for ="sub-email "> email address</ label > </ p >
34+ < p >
35+ < input id ="sub-name "
36+ name ="name "
37+ placeholder ="full name "
38+ tabindex ="2 "
39+ type ="text " >
40+ < label for ="sub-name "> full name</ label > </ p >
41+ < p >
42+ < input id ="sub-digest "
43+ name ="digest "
44+ tabindex ="3 "
45+ type ="checkbox "
46+ value ="digest " >
47+ < label for ="sub-digest "> daily digest?</ label > </ p >
48+ < input class ="submit "
49+ name ="submit "
50+ tabindex ="4 "
51+ type ="submit "
52+ value ="Subscribe to srfi-64 " >
53+ < input type ="hidden " name ="action " value ="subscribe ">
54+ < input type ="
hidden "
name ="
list "
value ="
[email protected] "
> </ form > </ li > 55+ < li >
56+ < form method ="POST " action ="https://www.simplelists.com/subscribe.php ">
57+ < p class ="title "> Unsubscribe from srfi-64 mailing list</ p >
58+ < p >
59+ < input id ="unsub-email "
60+ name ="email "
61+ placeholder ="email address "
62+ tabindex ="5 "
63+ type ="email " >
64+ < label for ="unsub-email "> email address</ label > </ p >
65+ < input class ="submit "
66+ name ="submit "
67+ tabindex ="6 "
68+ type ="submit "
69+ value ="Unsubscribe from srfi-64 " >
70+ < input name ="action "
71+ type ="hidden "
72+ value ="unsubscribe " >
73+ < input name ="list "
74+ type ="hidden "
75+ value ="
[email protected] "
> </ form > </ li > </ ul > </ body > </ html >
0 commit comments