diff options
author | drochner <drochner@pkgsrc.org> | 2011-02-11 16:48:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-02-11 16:48:52 +0000 |
commit | 7ba7d4558ab8b73e697be17abe801173df3d5969 (patch) | |
tree | 0ca0730c093b138ffcea4bec534760b58d57793a /www/aws/DESCR | |
parent | e453e486a797645b9a6541c306670ed58f24c947 (diff) | |
download | pkgsrc-7ba7d4558ab8b73e697be17abe801173df3d5969.tar.gz |
add aws-2.10.0.1, a web server library for Ada, from John Marino per PM
Diffstat (limited to 'www/aws/DESCR')
-rw-r--r-- | www/aws/DESCR | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/aws/DESCR b/www/aws/DESCR new file mode 100644 index 00000000000..ee6aeff83ff --- /dev/null +++ b/www/aws/DESCR @@ -0,0 +1,21 @@ +AWS stands for Ada Web Server, but it is more than just another webserver... + +AWS is a complete framework to develop web based applications. The main +part of the framework is the embedded web server. This small yet powerful +web server can be embedded into your application so your application will be +able to talk with a standard web browser such as Microsoft Internet Explorer +or Netscape Communicator. Around this web server, a lot of services have +been developed. + +The framework includes: + * seb parameters module * session server + * SOAP support * WSDL generation from Ada + * template parser * AJAX support + * HTTPS/SSL support * large server support + * virtual hosting support * server push + * directory browser * status page + * log module * hotplug module + * light communications API * configuration API + * client API * web page service + * SMTP support * LDAP support + * Jabber support |