SPELL=gnustep-webserver VERSION=1.1.1 SOURCE=WebServer-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/WebServer-$VERSION SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/libs/$SOURCE SOURCE_HASH=sha512:12eecf1c311d3d2acab064c7f6bed7338a3304ee4e54004868f34676010d63503849efc72cc5e1991b3fe23eb8603a79987e493a5cd74c3be12ed59022b7e3ca WEB_SITE=http://www.gnustep.org LICENSE[0]=LGPL ENTERED=20060227 KEYWORDS="gnustep libs" SHORT="This library provides a single main WebServer class." cat << EOF This library provides a single main WebServer class which works with a framework to support the use of loadable bundles to handle requests on particular URLs. The main of the library is to make it easy for you to write programs which can act as web servers (eg. and XMLRPC server) or simply provide a web-based user interface so that your application can be controlled from a web browser. Incoming requests may by handled by a delegate, or passed to a bundle loaded at runtime on the basis of the URL requested. Convenience methods are provided to vend static pages or vend template pages where values provided by your code are inserted into the templates. EOF