#lang setup/infotab (define name "SHP: Scheme Hypertext Processor") (define blurb '((p "SHP is a PLT Scheme web framework that allows immediate page change without having to manually refreshing servlets, " "along with a file path-based web dispatcher so you can have \"pretty urls\".") (p "It is a PHP/JSP-like web framework for PLT Scheme - think of it as JSP vs Java servlets to PLT web-server's servlets.") (p "Please see http://weblambda.blogspot.com for details and documentations."))) (define release-notes '((p "0.4 (1 3) - refactored codebase; adding *web api* to handle direct web request to function mapping; adding script caching (via checking file timestamp) to increase performance") (p "0.3 (1 2) - adding __PATH__ support so each file knows its own path") (p "0.2 (1 1) - adding proxy support, and integration with bzlib/jsmgr") (p "0.1 (1 0) - first release"))) (define categories '(devtools net misc)) (define homepage "http://weblambda.blogspot.com") (define required-core-version "4.2") (define version "0.4") (define repositories '("4.x")) (define primary-file "main.ss")