X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=rags.scm;h=c3ac60a1ef9ee4ae4fb1f2bfdf0fb188a86dc5eb;hb=4dbf602718fcb94317b336c558f72c3b2ae928ab;hp=a06be1c626db8a20fa254d147e8f540b0b29ccad;hpb=2f2d3ea456c393f1647c6778d4f58f4b4ede3564;p=rags.git diff --git a/rags.scm b/rags.scm index a06be1c..c3ac60a 100644 --- a/rags.scm +++ b/rags.scm @@ -1,5 +1,11 @@ ;; The Right-Awful Gemini Server -;; +;; +;; This is a gemini server in the spirit of the +;; scratchy gopher server. Just as for that server, +;; rags uses runtime evaluation of embedded scheme +;; expressions to provide dynamically generated content. +;; +;; See the readme for details. (import (chicken io) (chicken port)