(Arne Babenhauserheide)
2014-12-21: started srfi-from-tempalte, a cleaned up version of the HTML version started srfi-from-tempalte, a cleaned up version of the HTML version of the srfi copied into the template from srfi.schemers.org
diff --git a/docs/srfi-from-template.html b/docs/srfi-from-template.html new file mode 100644 --- /dev/null +++ b/docs/srfi-from-template.html @@ -0,0 +1,68 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> + <head> + <title>SRFI ?: ???</title> + </head> + + <body> + +<H1>Title</H1> + +??? From above + +<H1>Author</H1> + +??? The author(s) + +<H1>Abstract</H1> + +??? 200-500 word abstract + +<H1>Issues</H1> + +??? Optional section that may point out things to be resolved. This + will not appear in the final SRFI. + +<H1>Rationale</H1> + +??? detailed rationale + +<H1>Specification</H1> + +??? detailed specification + +<H1>Implementation</H1> + +??? explanation of how it meets the reference implementation requirement, and the code, if possible + +<A HREF="srfi minus ???-reference.scm">Source for the reference implementation.</A> + +<H1>Copyright</H1> +Copyright (C) ??? (199?). All Rights Reserved. +<p> +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: +<p> +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. +<p> +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + <hr> + <address>Editor: <a href="mailto:srfi-editors at srfi dot schemers dot org">Dave Mason</a></address> +<!-- Created: Tue Sep 29 19:20:08 EDT 1998 --> +<!-- hhmts start --> +Last modified: Sun Jan 28 14:21:14 MET 2007 +<!-- hhmts end --> + </body> +</html>