#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 "time rendering is based off of unlib/date.ss: times are rendered in daylight saving time for the current locale (as set by current-tz from bzlib/date-tz.plt).")))) (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.0.4") (define repositories '("4.x")) (define compile-omit-files '("autoplanet.ss" "build.ss" "planet" "planetdev"))