#lang setup/infotab (define name "mirrors") (define blurb '("Languages for the programatic assembly of XML, Javascript and CSV data.")) (define release-notes '((p "Changes and additions:") (ul (li "added new XML procedures: " (tt "xml-quotable?") ", " (tt "xml+quotable?") ", " (tt "xml-quote") " and " (tt "xml-empty?") ".")))) (define primary-file "mirrors.ss") (define url "http://svn.untyped.com/mirrors/") (define scribblings '(("scribblings/mirrors.scrbl" (multi-page)))) (define categories '(devtools net ui xml)) (define required-core-version "4.1.3") (define repositories '("4.x")) (define compile-omit-files '("sql"))