info.ss
(module info (lib "infotab.ss" "setup")

  (define name "idcheck")

  (define blurb '("Client for the IDCheck distributed authentication system, available from "
                  (a ([href "http://idcheck.sourceforge.net"]) "http://idcheck.sourceforge.net") "."))
  
  (define release-notes '("Workaround for a bug where preregistration and registration cookies are set simultaneously."))
  
  (define compile-omit-files '("example-servlet.ss"))
    
  (define url "http://www.untyped.com/")

  (define version "1.4")

  (define categories '(devtools net))

  (define doc.txt "doc.txt")
  
  (define primary-file "idcheck.ss")

  )