commit c95dcb085235576fae82a7dfd44f883b4affcb4b
parent 92d69b03ef3899d0352802fc9ad5bf526c1f57b1
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date: Sat, 23 Jul 2016 18:14:49 -0700
Incorporate existing README file into "readme.org".
Diffstat:
D | README.md | | | 35 | ----------------------------------- |
A | readme.org | | | 48 | ++++++++++++++++++++++++++++++++++++++++++++++++ |
2 files changed, 48 insertions(+), 35 deletions(-)
diff --git a/README.md b/README.md
@@ -1,35 +0,0 @@
-How to run the test suite
-=========================
-
-
-Chibi
------
-
-- Install Chibi Scheme.
-
-- Clone <https://github.com/larcenists/larceny>.
-
-- Enter the directory of this repository and run:
-
- ```
- chibi -A . \
- -A "$larceny_sources"/tools/R6RS \
- run-tests.scm
- ```
-
-and it will print the results as well as indicate via process exit
-status whether the suite passed.
-
-
-Larceny
--------
-
-- Install Larceny, including the `tools/R6RS/`.
-
-- Enter the directory of this repository and run:
-
- ```
- larceny -path .:"$larceny_sources"/tools/R6RS \
- -r7rs \
- -program run-tests.scm
- ```
diff --git a/readme.org b/readme.org
@@ -0,0 +1,47 @@
+* SRFI 123: Generic accessor and modifier operators
+
+** by Taylan Ulrich Bayırlı/Kammer
+
+This repository hosts [[http://srfi.schemers.org/srfi-123/][SRFI 123]]: Generic accessor and modifier operators, a [[http://srfi.schemers.org/][Scheme Request for Implementation]].
+
+This SRFI is in /final/ status.
+
+The full documentation for this SRFI can be found in the [[http://srfi.schemers.org/srfi-123/srfi-123.html][SRFI Document]].
+
+If you'd like to participate in the discussion of this SRFI, or report issues with it, please [[http://srfi.schemers.org/srfi-123/][join the SRFI-123 mailing list]] and send your message there.
+
+Thank you.
+
+
+[[mailto:srfi-editors@srfi.schemers.org][The SRFI Editors]]
+
+* How to run the test suite
+
+** Chibi
+
+- Install Chibi Scheme.
+
+- Clone [[https://github.com/larcenists/larceny]].
+
+- Enter the directory of this repository and run:
+
+ #+BEGIN_EXAMPLE
+ chibi -A . \
+ -A "$larceny_sources"/tools/R6RS \
+ run-tests.scm
+ #+END_EXAMPLE
+
+and it will print the results as well as indicate via process exit
+status whether the suite passed.
+
+** Larceny
+
+- Install Larceny, including the =tools/R6RS/=.
+
+- Enter the directory of this repository and run:
+
+ #+BEGIN_EXAMPLE
+ larceny -path .:"$larceny_sources"/tools/R6RS \
+ -r7rs \
+ -program run-tests.scm
+ #+END_EXAMPLE
+\ No newline at end of file