info.ss
#lang setup/infotab
(define name "xml-maker")
(define blurb '("XML maker"))
(define release-notes 
  '((h2 "XML maker")
    (p "This module allows you to make an XML document using scheme, without ever having to mix two languages together in the same module, neither by quasiquoting, s-expresisons, nor by templates (which are pretty much the same thing as quasiquoting).")))
;(define scribblings '(("doc.scrbl" ())))
(define categories '(datastructures xml))
(define primary-file '("main.ss"))
(define repositories '("4.x"))