diff options
author | wen <wen@FreeBSD.org> | 2011-03-03 08:45:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-03 08:45:55 +0800 |
commit | 561b4ead0dfda0b64d56afba30e0bad9ce833fb9 (patch) | |
tree | 13b64828b2139083152477ad6b18c7e0320804d5 /www/aws/pkg-descr | |
parent | afd26cac6dcbc546a67871f188e092ffe5842215 (diff) | |
download | freebsd-ports-gnome-561b4ead0dfda0b64d56afba30e0bad9ce833fb9.tar.gz freebsd-ports-gnome-561b4ead0dfda0b64d56afba30e0bad9ce833fb9.tar.zst freebsd-ports-gnome-561b4ead0dfda0b64d56afba30e0bad9ce833fb9.zip |
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
WWW: http://libre.adacore.com/libre/tools/aws/
PR: ports/153828
Submitted by: John Marino <freebsdml@marino.st>
Diffstat (limited to 'www/aws/pkg-descr')
-rw-r--r-- | www/aws/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/aws/pkg-descr b/www/aws/pkg-descr new file mode 100644 index 000000000000..c2d702b4c0ff --- /dev/null +++ b/www/aws/pkg-descr @@ -0,0 +1,23 @@ +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 + +WWW: http://libre.adacore.com/libre/tools/aws/ |