[plt-scheme] ANN: SHP 0.2 is now available + introducing JSMGR 0.1
Hi all -
SHP 0.2 is now available through planet, along with JSMGR 0.1 and HTTP 0.1.
SHP adds a number of enhancements toward making SHP easy to use:
- simpler startup
- default and configurable chrome - so you can switch the UI chrome
depending on the page
- proxy integration - a built-in http/s proxy so you can use AJAX with
ease
- JSMGR, which allows you to develop javascript and css in modular
fashion but yet serve them combined and compressed; it is optionally
available (you need to require the module explicitly) in SHP
- HTTP client abstraction, which include https protocol - this is the
basis of proxy
To download SHP and JSMGR:
(require (planet bzlib/shp))
(require (planet bzlib/jsmgr/shp))
You can find additional details and sample code at
http://weblambda.blogspot.com/2009/08/shp-02-and-jsmgr-01-http-01-are-now.html
Cheers,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090828/fce851dd/attachment.html>