summaryrefslogtreecommitdiffstats
path: root/gnustep-libs/gnustep-webserver/DETAILS
blob: c8056ac6ee26e969e7998fd07402640c4486b63f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
           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