info.rkt
#lang setup/infotab

(define mcfly-planet       'neil/html-template:2:2)
(define name               "html-template")
(define mcfly-subtitle     "HTML-Writing Template Language for SXML/xexp in Racket")
(define blurb              (list name ": HTML-Writing Template Language for SXML/xexp"))
(define homepage           "http://www.neilvandyke.org/racket-html-template/")
(define mcfly-author       "Neil Van Dyke")
(define categories         '(net xml))
(define repositories       '("4.x"))
(define can-be-loaded-with 'all)
(define primary-file       "main.rkt")
(define scribblings        '(("doc.scrbl" ())))
(define mcfly-start        "html-template.rkt")
(define mcfly-files        '(defaults
                              "html-template-generate-helpers.rkt"
                              "html-template-generate.rkt"
                              "html-template-parse.rkt"
                              "html-template.rkt"
                              "planet-neil-html-writing.rkt"
                              "planet-neil-xexp.rkt"
                              "test-html-template.rkt"))
(define mcfly-license      "LGPLv3")

(define mcfly-legal
  "Copyright 2011 -- 2012 Neil Van Dyke.  This program is Free Software; you
can redistribute it and/or modify it under the terms of the GNU Lesser General
Public License as published by the Free Software Foundation; either version 3
of the License, or (at your option) any later version.  This program is
distributed in the hope that it will be useful, but without any warranty;
without even the implied warranty of merchantability or fitness for a
particular purpose.  See http://www.gnu.org/licenses/ for details.  For other
licenses and consulting, please contact the author.")